ashbb / green_shoes

Green Shoes is one of the colorful Shoes written in pure Ruby.
Other
204 stars 37 forks source link

Running in scite on windows shows segmentation fault #74

Closed DouglasAllen closed 11 years ago

DouglasAllen commented 11 years ago

Hi Satoshi,

Not a big deal because sample apps work but I just thought that you gain some info from this. After closing an app from it's close control I get the following listing in scite output

sample6.rb: [BUG] Segmentation fault ruby 1.9.3p194 (2012-04-20) [i386-mingw32]

-- Control frame information ----------------------------------------------- c:0001 p:0000 s:0002 b:0002 l:000184 d:000184 TOP

-- C level backtrace information ------------------------------------------- C:\WINDOWS\system32\ntdll.dll(KiFastSystemCallRet+0x0) [0x7c90e514] C:\WINDOWS\system32\kernel32.dll(WaitForSingleObject+0x12) [0x7c802542] G:\RubyStack-1.9.3-0\ruby\bin\msvcrt-ruby191.dll(rb_vm_bugreport+0xf9) [0x62e5c589] G:\RubyStack-1.9.3-0\ruby\bin\msvcrt-ruby191.dll(rb_name_err_mesg_new+0x17a) [0x62d3a7e2] G:\RubyStack-1.9.3-0\ruby\bin\msvcrt-ruby191.dll(rb_bug+0x2f) [0x62d3b4fb] G:\RubyStack-1.9.3-0\ruby\bin\msvcrt-ruby191.dll(rb_check_safe_str+0x1a4) [0x62dee168] [0x004011e6] C:\WINDOWS\system32\kernel32.dll(UnhandledExceptionFilter+0x1c7) [0x7c864209]

-- Other runtime information -----------------------------------------------

[NOTE] You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. For details: http://www.ruby-lang.org/bugreport.html

This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

I ran that sample from my G:/Github/green_shoes/samples/sample6.rb with require_relative '../lib/green_shoes'

If this is any help or you need more info I should have the watch set for email notify. Thanks

ashbb commented 11 years ago

@DouglasAllen Thanks for the post. I think you got the same problem as this. I have not found a solution yet, though...

ashbb commented 11 years ago

Close. Refer to #72