Bug 50438 - FORMATTING: Crash when trying to change Line spacing
Summary: FORMATTING: Crash when trying to change Line spacing
Status: RESOLVED INVALID
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
Master old -3.6
Hardware: Other Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: BSA
Keywords: regression
Depends on:
Blocks: mab3.6
  Show dependency treegraph
 
Reported: 2012-05-28 13:20 UTC by Julien Nabet
Modified: 2012-05-29 12:12 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
backtrace with symbols (5.10 KB, text/plain)
2012-05-28 13:20 UTC, Julien Nabet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Nabet 2012-05-28 13:20:49 UTC
Created attachment 62183 [details]
backtrace with symbols

Problem description: 
On pc Debian x86 64, with master updated today (with brand new LO profile), i got a crash when trying to change space lining

Steps to reproduce:
1. Open new document in Writer (no need to type anything)
2. Menu "Format", "paragraph", "Indents & Spacings" tab
3. Change Line spacing value (to "Double" for example)
4. Click Ok

Current behavior:
Crash

Expected behavior:
No crash

Platform (if different from the browser): 
              
Browser: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.4) Gecko/20100101 Firefox/10.0.4 Iceweasel/10.0.4
Comment 1 Caolán McNamara 2012-05-29 08:49:23 UTC
no crash for me (or warnings under valgrind) with x86_64 76804ffd5546261ac895ff32ab02e36383304d37
Comment 2 Ruslan Kabatsayev 2012-05-29 11:47:04 UTC
If the crash is 100% reproducible, you can try git-bisect to find the commit which introduces it.
Comment 3 Julien Nabet 2012-05-29 12:12:11 UTC
Seeing the result of Caolan, I recompiled from scratched with "git-updated" master sources.
No more crash, just noticed this :
warn:legacy.osl:10153:1:/home/julien/compile-libreoffice/libo/svx/source/dialog/dlgutil.cxx:51: Using fallback for field unit - field unit should be provided in ItemSet

Sorry for the noise :-(