[Bug 1124647] fwbuilder segfaults when adding new address object from menu
http://bugzilla.suse.com/show_bug.cgi?id=1124647 http://bugzilla.suse.com/show_bug.cgi?id=1124647#c2 Matthias Gerstner <matthias.gerstner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bitdealer@gmail.com, | |joop.boonen@boonen.org, | |matthias.gerstner@suse.com --- Comment #2 from Matthias Gerstner <matthias.gerstner@suse.com> --- I can reproduce this issue. The stacktrace in gdb looks like this: ``` at ObjectManipulator_tree_ops.cpp:777 at ObjectManipulator_create_new.cpp:252 (_o=0x5555570dc010, _c=QMetaObject::InvokeMetaMethod, _id=24, _a=0x7fffffffcd10) at .moc/moc_ObjectManipulator.cpp:297 [...] ``` It seems the lastClickedItem member variable has an undefined value, resulting in the crash. This variable is never initialized to zero. But it *is* set when you open the context menu. This allows for a workaround: open a context menu via right click before continuing with the other actions. Then the segfault doesn't occur. I don't know if upstream fixed this already, can't find anything at first glance. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com