Created attachment 75362 [details] backtrace log Download attachment of Bug 61305 (Attachment link = https://bugs.freedesktop.org/attachment.cgi?id=75354 ) Open this file using LibreOffice master [Version 4.1.0.0.alpha0+ (Build ID: 99501a839f6d777c24bc9210787fd14dc3aad67)] -> Crash. Tested using Linux Mint 14 x64. Terminal output: warn:writerfilter:314:1:writerfilter/source/dmapper/DomainMapper_Impl.cxx:435: no context of type 1 available warn:svx.sdr:314:1:svx/source/svdraw/svdobj.cxx:2935: SdrObject::impl_setUnoShape: still having impl. pointer to dead object! warn:legacy.osl:314:1:oox/source/vml/vmlshapecontainer.cxx:47: lclMapShapesById - shape identifier already used warn:svx.sdr:314:1:svx/source/svdraw/svdobj.cxx:2935: SdrObject::impl_setUnoShape: still having impl. pointer to dead object! soffice.bin: /home/joren/core/sw/source/core/txtnode/ndtxt.cxx:3763: void SwTxtNode::SetAttrListLevel(int): Assertion `false' failed. Operating System: Linux (Other) Version: 4.1.0.0.alpha0+ Master Last worked in: 4.0.1.1 rc
Following [1] I mark this as 'medium critical' https://wiki.documentfoundation.org/images/0/06/Prioritizing_Bugs_Flowchart.jpg
I see in my own backtrace following Dutch sentence: Program received signal SIGABRT, Aborted. 0x00007ffff6cd1425 in __GI_raise (sig=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: Bestand of map bestaat niet "Bestand of map bestaat niet" means "File or folder does not exists". I'm sorry about that.
CAN'T confirm with Version 4.1.0.0.alpha0+ (Build ID: fd56eb98e63b4aac12c9633d5847a3fb964f326) TinderBox: Win-x86@6, Branch:master, Time: 2013-02-22_21:43:36 Formatting is.... I am going to submit a bug for that...
Created attachment 75416 [details] bt + console logs on master On pc Debian x86-64 with master sources updated today, I reproduced the crash. I attached console logs + bt
Cédric/Michael: one for you? (bt attached with master sources updated until commit c4cc63badc506a00ee92e588d47e4f93e22fe1b5)
Michael Stahl committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=0d4ee442f170eee4c35b9a1b1cb596f71d256b1e fdo#61309: writerfilter: filter out enormous numbering levels The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
the document contains a numbering level 12: <w:numPr> <w:ilvl w:val="12"/> <w:numId w:val="0"/> </w:numPr> but Writer supports only numbering levels less than 10. fixed on master, on older branches it's not an assert so no problem.
Adam Seskunas committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/50097952a8ec6abd2b383d219bdcf26cc7b055d5 tdf#61309 Add Unit test It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.