noreply at rubyforge.org
2007-Jan-08 23:37 UTC
[Wxruby-development] [ wxruby-Bugs-7681 ] frequent GC-related segfaults on Win32
Bugs item #7681, was opened at 2007-01-08 23:37 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=7681&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 5 Submitted By: Alex Fenton (brokentoy) Assigned to: Kevin Smith (qualitycode) Summary: frequent GC-related segfaults on Win32 Initial Comment: As of version 0.0.38, windows will segfault on any call to GC.start. This menas that a real app of any size will quickly crash. This happens even in a less-than-minimal frame without a menu or icon. Therefore not sure what class this is related to. Can be worked around by adding GC.disable at the start of all scripts. We are in great need of some debugging info here - eg a stacktrace of some of these crashes. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=7681&group_id=35
Reasonably Related Threads
- [ wxruby-Bugs-6808 ] Double-free segfault on closing app when BitmapButton has been used
- [ wxruby-Bugs-9004 ] Painting Problems on Windows
- [ wxruby-Bugs-7386 ] Setting Gauge background/foreground colours in wxruby2-preview
- [ wxruby-Bugs-7503 ] Segfaults on exception, related to sizer
- [ wxruby-Bugs-7131 ] Stock colours (eg Wx::WHITE) are not available before App#on_init