Displaying 1 result from an estimated 1 matches for "seeljo".
Did you mean:
seealso
2006 Aug 15
1
Segmentation Fault
...end
end
PPGui.new.main_loop
# *** END SCRIPT ***
And this is the error that is occurring.
This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application''s support team for more information.
Our Initialize was called
C:/Documents and Settings/seeljo/user/Preprocessor/tmp.rb:10: [BUG]
Segmentation fault
ruby 1.8.4 (2005-12-24) [i386-mswin32]
Process tmp.rb exited with code 3
I also split the last line into two statements to narrow down where this was
occurring.
gui = Gui.new <-- works fine
gui.main_loop <--- segmentation fault
Any ide...