| Summary: | Starting document from a template crashes LibreOffice | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Cor Nouws <cno> |
| Component: | LibreOffice | Assignee: | Akshay Deep <akshaydeepiitr> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | akshaydeepiitr, cno, h3734236, samuel.mehrbrodt, serval2412 |
| Priority: | high | Keywords: | haveBacktrace, regression |
| Version: | 5.3.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:5.3.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | bt with symbols | ||
|
Description
Cor Nouws
2016-06-28 15:00:01 UTC
does not crash in 5.1.4.2 - quite obvious a regression ;) Created attachment 125971 [details]
bt with symbols
On pc Debian x86-64 with master sources updated today, I could reproduce this.
(612ebb9b972fde18b1492b601116a8c03adb2912)
Akshay: perhaps it's a regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=77725bf4df6e9cf63469c1d7f8888ea339575b5e ? indeed nothing replaced this: mxDesktop( Desktop::create(comphelper::getProcessComponentContext()) ), so mxDesktop must be empty ref. Any thoughts? @Julien, cor: Looks like I accidentally removed a line of code Akshay Deep committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=58f578263022e9fda5c235f09f88ec02e15965a9 tdf#100660 - Starting document from a template crashes LibreOffice It will be available in 5.3.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. (In reply to Akshay Deep from comment #4) > @Julien, cor: Looks like I accidentally removed a line of code Heh ;) Thanks for fixing so fast! |