I finally encountered a nice crash when I was testing bug 100421. Crash reporing worked in Windows as expected [1], but there's no popup and nothing is sent when I reproduce the crash in my Linux VM (Ubuntu 15.10). Markus, since you told me the crash reporter should normally work with Linux, I decided to open this report. However, you also wrote there might be conflicts with Java (I had Java 8 installed) or with internal signal handlers, so I'm not sure. Anyway, if I should try something differently, or if currently this is the expected behavior, please update this report accordingly. Thanks! [1] http://crashreport.libreoffice.org/stats/signature/SwFrame::Shrink(long,bool,bool)+0x0
can confirm that it is not triggered by trying to reproduce the linked bug, but can be triggered by manually killing LO - see cf7fb54f-e6b6-45b4-8d45-4d27f4dfeedc Of course would be more helpful if it also worked for real crashes :-)
I can't get a crash report/dump by killing LO. Tried with 'kill -s SIGABRT <pid>'. I also tried increasing dump size by 'ulimit -c <size>', because it was set to 0, don't know if that matters.
Didn't get crash report in 5.2.0.1 with this crash: bug 100574. Christian, what's your method for deliberately crashing LO in Linux?
I did send SIGILL
That doesn't work for me. I wonder why.
I mean SIGKILL, I noticed the typo.
that was no typo though. *ILL*egal instruction signal (numeric value would be 4) SIGILL = 4 SIGKILL = 9 (no mercy, for that you don't give the application a chance to react, so if LO would manage to show crashreporter for that case, I'd be very surprised :_9)
Indeed, I got a crash report after SIGILL. Thanks, Christian.
After executing > pkill --signal SIGILL soffice.bin I also can see crash report at next start of LO 5.2.1.2
manually killing it with illegal instruction signal doesn't count as "working to report crashes"
But in LO 5.1.5.2 > pkill --signal SIGILL soffice.bin will not not produce crash report at next start. Thus seems fixed for 5.2
the crashreporting is a new feature in 5.2, so 5.1.x didn't have that at all…
*** Bug 108422 has been marked as a duplicate of this bug. ***
I've just downloaded LibreOffice 5.4.1 from https://www.libreoffice.org/download/download/ and it works now: http://crashreport.libreoffice.org/stats/signature/SwNoTextNode::MakeFrame(SwFrame*) Closing as RESOLVED WORKSFORME