Here's the backtrace: http://pastebin.com/fRPHLDBw How to reproduce: 1. Ctrl+P to get print dialog 2. Press Properties to get printer properties dialog 3. OK 4. Repeat step 2 and get crash
And here's what soffice says before it dies: warn:configmgr:14431:1:/fastdocs/programmer/libreoffice/libo/configmgr/source/propertynode.cxx:68: non-nillable property without value soffice.bin: /fastdocs/programmer/libreoffice/libo/padmin/source/prtsetup.cxx:373: padmin::RTSDevicePage::RTSDevicePage(padmin::RTSDialog*): Assertion `nLevelEntryData != 0 || bAutoIsPDF == m_pParent->m_aJobData.m_nPDFDevice' failed. Exited with code '134'
Created attachment 72691 [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
Caolán: one for you?
yeah, its mine
Caolan McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9c4d77f22d58f5b500c95f65a431628a8d8d6e6e Resolves: fdo#59131 resolve default backend on printer->setup 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.
Confirming fixed. Thanks.
Caolan McNamara committed a patch related to this issue. It has been pushed to "libreoffice-4-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=4c93acdba9274f5571a01a7ed5738957d8ebb0cd&h=libreoffice-4-0 Resolves: fdo#59131 resolve default backend on printer->setup It will be available in LibreOffice 4.0. 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.