| Summary: | COLOR PICKER: Selecting a custom color crashes LibO | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Yousuf Philips (jay) (retired) <philipz85> |
| Component: | LibreOffice | Assignee: | Matthew Francis <fdbugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | barta, fdbugs |
| Priority: | medium | ||
| Version: | 4.4.0.0.alpha0+ Master | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | BSA target:4.4.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 85184 | ||
| Attachments: |
linux backtrace
linux backtrace (2) |
||
|
Description
Yousuf Philips (jay) (retired)
2014-10-18 21:29:55 UTC
no crash under Win7x64 with 4.4.0.0.alpha0+ Build ID: 3e2bd1e4022e25b77bcc8eba5e02c1adc57008a1 TinderBox: Win-x86@42, Branch:master, Time: 2014-10-16_01:04:13 is the crash specific to the font color picker or does it happen with highlighting and backgrond color pickers as well? Confirmed on 4.4 master on Linux and OSX -> NEW Created attachment 108053 [details]
linux backtrace (2)
More detailed backtrace from gdb - appears to show a corrupt string in an argument going some way back up the stack
In the middle of PaletteManager::PopupColorPicker(...), while control wanders off to the popup through aColorDialog.Execute(), the SvxColorWindow_Impl from which the call is made is destroyed, and along with it the OUString that was passed-by-reference as "const OUString& aCommand" |