noreply at rubyforge.org
2008-Jan-05 05:53 UTC
[wxruby-development] [ wxruby-Bugs-16826 ] samples/aui/aui.rb segfault induced by adding require ''pathname''
Bugs item #16826, was opened at 2008-01-05 00:53
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16826&group_id=35
Category: Incorrect behavior
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: samples/aui/aui.rb segfault induced by adding require
''pathname''
Initial Comment:
While trying to modify aui.rb for my own application, I found that
a segfault is induced in the following:
samples/aui/aui.rb
by adding the following statement:
require ''pathname''
.
$ ruby aui.rb
aui.rb:1290: [BUG] Segmentation fault
ruby 1.8.6 (2007-09-24) [i686-linux]
Aborted
I may be contacted at:
demaillists at comcast.net
(This should not be a major problem as I can just use File::)
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16826&group_id=35
Apparently Analagous Threads
- [ wxruby-Bugs-17742 ] aui/aui.rb example program exhibits a memory leak
- [ wxruby-Bugs-10759 ] Wx::AuiManager.get_all_panes can not get all pane.
- [1051] trunk/wxruby2/samples/aui/aui.rb: Changed assign_image_list to set_image_list.
- [918] branches/wxruby2/wxwidgets_282/samples/aui/aui.rb: Fix a couple of little bugs and typos
- [ wxruby-Bugs-22782 ] AuiDefaultDockArt class missing
