noreply at rubyforge.org
2007-Jul-12 17:26 UTC
[Wxruby-development] [ wxruby-Bugs-12233 ] segfault on exit with StatusBar
Bugs item #12233, was opened at 2007-07-12 17:26 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=12233&group_id=35 Category: None Group: None Status: Open Resolution: None Priority: 2 Submitted By: Alex Fenton (brokentoy) Assigned to: Nobody (None) Summary: segfault on exit with StatusBar Initial Comment: (on behalf of Alex Ciarlillo) In 0.40, the following code causes a segfault when the App exits: class MyFrame < Wx::Frame def initialize(*args) super(*args) ### cut a bunch of commented out code that appears fine ### @statbar = StatusBar.new(self, -1) ### cut a bunch more code ### end end ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=12233&group_id=35
Apparently Analagous Threads
- Seg Fault caused by StatusBar. Am I doing something wrong?
- [ wxruby-Bugs-6809 ] Weird SWIG error when constructing statusbar
- [ wxruby-Bugs-15115 ] MenuBar and Statusbar showing wrong text
- [ wxruby-Bugs-9930 ] StaticBoxSizer causes segfault on exit
- [ wxruby-Bugs-10438 ] ClientDC segfault on exit