Re: testListLabelPDFExport segfaulting

2023-09-15 Thread Dan Horák
On Thu, 14 Sep 2023 10:50:35 +0200 Stephan Bergmann wrote: > On 9/14/23 09:44, Dan Horák wrote: > > On Thu, 14 Sep 2023 09:16:38 +0200 > > Stephan Bergmann wrote: > >> I'd suggest to rather make execution of the test dependent on > >> $(ENABLE_PDFIUM), or on PDFIUM in $(BUILD_TYPE) (cf. configur

Re: testListLabelPDFExport segfaulting

2023-09-14 Thread Stephan Bergmann
On 9/14/23 09:44, Dan Horák wrote: On Thu, 14 Sep 2023 09:16:38 +0200 Stephan Bergmann wrote: I'd suggest to rather make execution of the test dependent on $(ENABLE_PDFIUM), or on PDFIUM in $(BUILD_TYPE) (cf. configure.ac). (Otherwise, you would silently hide errors when parsePDFExport() errone

Re: testListLabelPDFExport segfaulting

2023-09-14 Thread Dan Horák
On Thu, 14 Sep 2023 09:16:38 +0200 Stephan Bergmann wrote: > On 9/13/23 23:17, Dan Horák wrote: > > ... > > [New Thread 0x7fffcb38e7a0 (LWP 2839768)] > > [Thread 0x7fffcb38e7a0 (LWP 2839768) exited] > > warn:legacy.osl:2838662:2838662:oox/source/helper/storagebase.cxx:67: > > StorageBase::Storag

Re: testListLabelPDFExport segfaulting

2023-09-14 Thread Stephan Bergmann
On 9/13/23 23:17, Dan Horák wrote: ... [New Thread 0x7fffcb38e7a0 (LWP 2839768)] [Thread 0x7fffcb38e7a0 (LWP 2839768) exited] warn:legacy.osl:2838662:2838662:oox/source/helper/storagebase.cxx:67: StorageBase::StorageBase - missing base input stream Test::testDateFormFieldCharacterFormatting fini

Re: testListLabelPDFExport segfaulting

2023-09-13 Thread Dan Horák
On Wed, 13 Sep 2023 22:02:49 +0200 Noel Grandin wrote: > A debug build (--enable-debug) would possibly give a more useful backtrace. bisecting shows https://git.libreoffice.org/core/+/ea0f9776ed8e7e9809853d292923b86756274564 is the first bad commit the better backtrace is here ... [New Thread

Re: testListLabelPDFExport segfaulting

2023-09-13 Thread Noel Grandin
A debug build (--enable-debug) would possibly give a more useful backtrace.