Displaying 1 result from an estimated 1 matches for "6a2268a2".
Did you mean:
622682
2006 Aug 15
1
Segmentation Fault
I was finally able to build wxruby2 yesterday. Today I tried switching an
existing app over to wxruby2, but on running it I received a segmentation
fault error.
I then created a quick minimal script to see if the error still occurred.
Here is the minimal script.
# *** BEGIN SCRIPT ***
require ''wx''
include Wx
class PPGui < App
def on_init
Frame.new(nil, -1, "The