On Tue, Sep 13, 2011 at 8:09 AM, Noel Grandin <[email protected]> wrote: > Hi > > I'm getting a core dump inside dmake with current HEAD on a Windows 7 box > building with Visual Studio 2008. > What is the debugging procedure? > > Thanks, Noel Grandin. > > c:/libreoffice/git2/libo/workdir/wntmsci12.pro/CxxObject/hwpfilter/qa/cppunit/te > st_hwpfilter.o > Creating library > c:/libreoffice/git2/libo/workdir/wntmsci12.pro/LinkTarget/Cp > punitTest/itest_hwpfilter_test_hwpfilter.lib and object > c:/libreoffice/git2/libo > /workdir/wntmsci12.pro/LinkTarget/CppunitTest/itest_hwpfilter_test_hwpfilter.exp > > /usr/bin/sh: line 1: 4656 Segmentation fault (core dumped) make -s -r > -j2
you need to build -with -j1 or use make 3.82 as the message during ./autogen.sh should have indicated... Norbert PS: your core dump was not in dmake, but in make (gnu make) _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
