Bug 33994

Summary: LibreOffice vanishes while exploring a configmanager setting in basic IDE
Product: LibreOffice Reporter: Laurent Godard <lgodard.libre>
Component: BASICAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: medium    
Version: 3.3.0 release   
Hardware: Other   
OS: All   
Whiteboard:
Crash report or crash signature: Regression By:
Attachments: file containing macro that reproduces crash

Description Laurent Godard 2011-02-07 09:50:48 UTC
Created attachment 43035 [details]
file containing macro that reproduces crash

a crash !
playing with createUnoService( "com.sun.star.configuration.ConfigurationProvider" )

in the attached document
put a break point at the line 
noms = 	sources.elementnames()

launch nettoyerSourcesDeDonnees (press F5)

at break point, lower left pane, explore the variable aSettings

--> badaboum crash
Comment 1 Cédric Bosdonnat 2011-02-07 10:08:13 UTC
Fixed by this commit in master branch:

http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=21427f17e1f6901ac9a7148d5d8ac13e0aad958e

Asked for review and integration in 3.3 branch.