Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
3156076b
Kaydet (Commit)
3156076b
authored
Kas 28, 2011
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some unxgcc_gdbforjunit.sh improvements.
üst
08d79b30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
unxgcc_gdbforjunit.sh
solenv/gbuild/platform/unxgcc_gdbforjunit.sh
+5
-6
No files found.
solenv/gbuild/platform/unxgcc_gdbforjunit.sh
Dosyayı görüntüle @
3156076b
...
...
@@ -36,17 +36,16 @@ WORKDIR=${2}
if
test
-n
"
`
which gdb
`
"
then
if
test
-e
${
WORKDIR
}
/core
if
test
`
ls
"
${
WORKDIR
}
"
/core
*
2>/dev/null |
wc
-l
`
-eq
1
then
STORELOCATION
=
`
mktemp
--tmpdir
=
${
WORKDIR
}
core.XXXX
`
COREFILE
=
`
ls
"
${
WORKDIR
}
"
/core
*
`
echo
echo
"It seems like soffice.bin crashed during the test excution!"
echo
"Found a core dump at
${
WORKDIR
}
, moving it to
${
STORELOCATION
}
"
mv
${
WORKDIR
}
/core
${
STORELOCATION
}
echo
"Found a core dump at
${
COREFILE
}
"
echo
"Stacktrace:"
GDBCOMMANDFILE
=
`
mktemp
`
echo
"bt"
>
${
GDBCOMMANDFILE
}
gdb
-x
$GDBCOMMANDFILE
--batch
${
OFFICEFILE
}
.bin
${
STORELOCATION
}
gdb
-x
$GDBCOMMANDFILE
--batch
${
OFFICEFILE
}
.bin
${
COREFILE
}
rm
${
GDBCOMMANDFILE
}
echo
exit
1
...
...
@@ -60,7 +59,7 @@ then
exit
0
fi
else
echo
"You need gdb in you
path to general
stacktraces."
echo
"You need gdb in you
r path to generate
stacktraces."
exit
0
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment