noreply at rubyforge.org
2007-Apr-26 06:16 UTC
[Wxruby-development] [ wxruby-Bugs-10378 ] Window#get_handle causes segmentation fault on windows
Bugs item #10378, was opened at 2007-04-26 06:16 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=10378&group_id=35 Category: Incorrect behavior Group: v0.3 Status: Open Resolution: None Priority: 3 Submitted By: Scott McKay (fiirhok) Assigned to: Kevin Smith (qualitycode) Summary: Window#get_handle causes segmentation fault on windows Initial Comment: Attempting to call Window#get_handle on a Frame object causes a segmentation fault. Calling Window#get_handle on a Window object appears to succeed, but attempting to call any of the methods of the returned object causes a segmentation fault again. A script is attached which demonstrates the bug. Found on: ruby 1.8.6 (from the one-click windows installer) wxruby2-preview 0.0.39 (installed from windows gem) ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=10378&group_id=35
Seemingly Similar Threads
- [ wxruby-Bugs-22041 ] tZTGPqqCE
- [ wxruby-Bugs-12015 ] incorrect behaviour on threads
- [ wxruby-Bugs-11446 ] Wx::TextCtrl behaves wrong when scrolling
- [ wxruby-Bugs-11708 ] Wx::TreeCtrl#on_compare_items can not work
- [ wxruby-Bugs-10759 ] Wx::AuiManager.get_all_panes can not get all pane.