GNOME Bugzilla – Bug 647592
segmentation fault setting entry fixed width
Last modified: 2013-03-06 09:50:36 UTC
using 3.8.0 build from git when i set a fixed width for an entry and select another object in the three it crash. step 1. select an entry step 2. check on custom width step 3. insert a value ( 100 ) step 4. with the cursor blinkng in the entry after 100 con and click on another object in the three Program received signal SIGSEGV, Segmentation fault. glade_command_set_property_value (property=0x0, pvalue=0x7fffffffbd80) at glade-command.c:734 734 glade_command_set_properties (property, property->value, pvalue, NULL); (gdb) bt
+ Trace 226700
Got it... Change the width-request and dont activate the entry, leave the cursor blinking and then select another widget. This causes the widget to unload from the editor before the focus-out occurs If we're doing anything on focus-out it's an error, nothing should be done from evil focus-out events...
Does this still happen with latest glade? I'm running 3.12 and I can't reproduce this bug. Exact instructions of how to reproduce would be thoroughly appreciated.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!