From: Dave B. <dav...@3d...> - 2005-10-03 16:51:00
|
Hi, When I run the Typing Tutor example and always on the 9th character I get the following error: /Library/Frameworks/RubyCocoa.framework/Versions/A/Resources/ruby/osx/ objc/oc_wrapper.rb:79: [BUG] Segmentation fault ruby 1.8.2 (2004-12-25) [powerpc-darwin8.0] rubyapp has exited due to signal 6 (SIGABRT). I am running with 0.4.1 on Tiger (10.4.2). This is also occurring in my own application and is making development difficult as you might imagine. Getting a core dump of my app and looking at it in gdb gave: #0 0x9004a12c in kill () #1 0x90120954 in abort () #2 0x968ff668 in ?? () #3 0x9695fea8 in ?? () #4 <signal handler called> #5 0x909ad100 in ?? () #6 0x000662f4 in rb_set_kcode () #7 0x969206cc in ?? () #8 0x96920f08 in ?? () #9 0x9691f4ec in ?? () #10 0x96962b7c in ?? () #11 0x96962d78 in ?? () #12 0x96908cf0 in ?? () #13 0x96907b04 in ?? () #14 0x9690d12c in ?? () #15 0x9690d5c0 in ?? () #16 0x96907e9c in ?? () #17 0x96907268 in ?? () #18 0x96908784 in ?? () #19 0x9690d12c in ?? () #20 0x9690d5c0 in ?? () #21 0x9690c8f0 in ?? () #22 0x9690d594 in ?? () #23 0x96907e9c in ?? () #24 0x9690d12c in ?? () #25 0x9690d5c0 in ?? () #26 0x9690d6b0 in ?? () #27 0x0006b3b0 in st_insert () #28 0x0006b760 in st_delete () #29 0x92878710 in ?? () #30 0x0006a424 in ruby_qsort () #31 0x9367a438 in -[NSWindow sendEvent:] () #32 0x93622f5c in -[NSApplication sendEvent:] () #33 0x9361a3f0 in -[NSApplication run] () #34 0x9370ac1c in NSApplicationMain () #35 0x00070448 in ruby_re_compile_pattern () #36 0x9690cc7c in ?? () #37 0x9690d5c0 in ?? () #38 0x96907e9c in ?? () #39 0x96903c6c in ?? () #40 0x96903cc8 in ?? () #41 0x96903d10 in ?? () #42 0x0006bc54 in re_set_syntax () #43 0x00002d04 in rb_undef_alloc_func () #44 0x00002520 in rb_secure () #45 0x000023c0 in start () with symbols from ruby, rubyCocoa, appKit, coreFoundation, HIToolbox and System loaded. I have googled and looked on the mailing list for any solutions but not found anything. Anyone got any suggestions or solutions? Dave. |