noreply at rubyforge.org
2007-Jan-25 05:22 UTC
[Wxruby-development] [ wxruby-Bugs-8130 ] Crash-on-exit when dialogs have been used
Bugs item #8130, was opened at 2007-01-25 05:22 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=8130&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Crash-on-exit when dialogs have been used Initial Comment: Sometimes dialogs are not getting cleaned up correctly - when a MessageDialog (for example) has been shown with show_modal, the following crash occurs on application exit Program received signal EXC_BAD_ACCESS, Could not access memory. 0xf4000104 in ?? () (gdb) whe #0 0xf4000104 in ?? () Cannot access memory at address 0xf4000104 Cannot access memory at address 0xf4000104 #1 0x0335d888 in wxTopLevelWindowBase::~wxTopLevelWindowBase() () #2 0x0335be10 in wxTopLevelWindowMac::~wxTopLevelWindowMac() () #3 0x0335e478 in wxDialog::~wxDialog() () #4 0x030fccfc in SwigDirector_wxMessageDialog::~SwigDirector_wxMessageDialog() () #5 0x0001d6f0 in rb_gc_call_finalizer_at_exit () at gc.c:1858 #6 0x000041d4 in ruby_finalize_1 () at eval.c:1418 #7 0x00004340 in ruby_cleanup (ex=0) at eval.c:1453 #8 0x000044b8 in ruby_stop (ex=71295648) at eval.c:1484 #9 0x00004544 in ruby_run () at eval.c:1505 ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=8130&group_id=35
Maybe Matching Threads
- [ wxruby-Bugs-8179 ] Segfaults when Kernel#exit is called
- [ wxruby-Bugs-9930 ] StaticBoxSizer causes segfault on exit
- [ wxruby-Bugs-7503 ] Segfaults on exception, related to sizer
- [ wxruby-Bugs-6808 ] Double-free segfault on closing app when BitmapButton has been used
- [1099] trunk/wxruby2/swig/classes/XmlResource.i: Permit Dialogs and Frames with no parents to be created via XRC; add comments