Created
August 27, 2009 19:50
-
-
Save shawn42/176509 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sanderson@shiny-3:~/code/eruta/src$ rsdl main.rb | |
Loaded Tilemap | |
2009-08-27 15:48:07.951 rsdl[17019:10b] Warning once: This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz. | |
/Users/sanderson/code/eruta/src/sisa/screenmixin.rb:54: [BUG] unknown type 0x22 (0xc given) | |
ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-darwin9.6.0] | |
-- control frame ---------- | |
c:0007 p:---- s:0086 b:0086 l:000085 d:000085 CFUNC :open | |
c:0006 p:0285 s:0079 b:0079 l:000078 d:000078 METHOD /Users/sanderson/code/eruta/src/sisa/screenmixin.rb:54 | |
c:0005 p:0027 s:0067 b:0067 l:000066 d:000066 METHOD main.rb:65 | |
c:0004 p:0032 s:0060 b:0060 l:000059 d:000059 METHOD main.rb:76 | |
c:0003 p:0214 s:0007 b:0007 l:000084 d:002678 EVAL main.rb:397 | |
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH | |
c:0001 p:0000 s:0002 b:0002 l:000084 d:000084 TOP <main>:18464 | |
--------------------------- | |
-- Ruby level backtrace information----------------------------------------- | |
/Users/sanderson/code/eruta/src/sisa/screenmixin.rb:54:in `open' | |
/Users/sanderson/code/eruta/src/sisa/screenmixin.rb:54:in `make!' | |
main.rb:65:in `screen_make' | |
main.rb:76:in `main' | |
main.rb:397:in `<main>' | |
-- C level backtrace information ------------------------------------------- | |
0x38423b 0 libruby1.9.dylib 0x0038423b rb_vm_bugreport + 171 | |
0x25bccc 1 libruby1.9.dylib 0x0025bccc rb_compile_warn + 492 | |
0x25bd6b 2 libruby1.9.dylib 0x0025bd6b rb_bug + 43 | |
0x25cce3 3 libruby1.9.dylib 0x0025cce3 rb_check_type + 387 | |
0x1c8bf0a 4 sdl.bundle 0x01c8bf0a rubysdl_quit_TTF + 106 | |
0x1c8c14c 5 sdl.bundle 0x01c8c14c rubysdl_Surface_create + 108 | |
0x368b76 6 libruby1.9.dylib 0x00368b76 rb_iseq_build_for_ruby2cext + 934 | |
0x37aeac 7 libruby1.9.dylib 0x0037aeac rb_call_super + 2684 | |
0x36ed97 8 libruby1.9.dylib 0x0036ed97 rb_method_basic_definition_p + 6679 | |
0x377b4b 9 libruby1.9.dylib 0x00377b4b rb_method_basic_definition_p + 42955 | |
0x377e8f 10 libruby1.9.dylib 0x00377e8f rb_iseq_eval_main + 463 | |
0x25d479 11 libruby1.9.dylib 0x0025d479 ruby_exec_node + 169 | |
0x25fe0e 12 libruby1.9.dylib 0x0025fe0e ruby_run_node + 94 | |
0x2190 13 rsdl 0x00002190 SDL_main + 48 | |
0x2392 14 rsdl 0x00002392 SDL_main + 562 | |
0x96af542a 15 Foundation 0x96af542a NSZoneMalloc + 1770 | |
0x92b1347a 16 CoreFoundation 0x92b1347a _CFXNotificationResetSessionForTask + 1514 | |
0x92b13753 17 CoreFoundation 0x92b13753 _CFXNotificationPostNotification + 179 | |
0x96af2680 18 Foundation 0x96af2680 NSPopAutoreleasePool + 5088 | |
0x96afbed8 19 Foundation 0x96afbed8 _NSDescriptionWithLocaleFunc + 5464 | |
0x91a83df2 20 AppKit 0x91a83df2 _NSSubclassOverridesSelector + 8449 | |
0x91a83d01 21 AppKit 0x91a83d01 _NSSubclassOverridesSelector + 8208 | |
0x919fd81b 22 AppKit 0x919fd81b _NSInitializeKillRing + 6437 | |
0x919fd014 23 AppKit 0x919fd014 _NSInitializeKillRing + 4382 | |
0x96b1aa9f 24 Foundation 0x96b1aa9f NSZoneRealloc + 3199 | |
0x96b1a7af 25 Foundation 0x96b1a7af NSZoneRealloc + 2447 | |
0x924c4648 26 AE 0x924c4648 aeProcessAppleEvent + 724 | |
0x924c457e 27 AE 0x924c457e aeProcessAppleEvent + 522 | |
0x924c4425 28 AE 0x924c4425 aeProcessAppleEvent + 177 | |
0x90035981 29 HIToolbox 0x90035981 AEProcessAppleEvent + 38 | |
0x919fa8e9 30 AppKit 0x919fa8e9 _DPSNextEvent + 1189 | |
0x919f9f88 31 AppKit 0x919f9f88 _NSUpdateMenuRefWithChangedMenuItem + 2250 | |
0x919f2f9f 32 AppKit 0x919f2f9f _NSSetViewMultiClipDrawingHelper + 4866 | |
0x2ae6 33 rsdl 0x00002ae6 SDL_main + 2438 | |
0x2126 34 rsdl 0x00002126 start + 54 | |
[NOTE] | |
You may encounter a bug of Ruby interpreter. Bug reports are welcome. | |
For details: http://www.ruby-lang.org/bugreport.html | |
Abort trap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment