yarv-dev:945
From: sheepman <sheepman sheepman.sakura.ne.jp>
Date: Mon, 20 Feb 2006 23:56:51 +0900
Subject: [yarv-dev:945] Re: open> Thread.pass sometimes dumps core
こんばんは、sheepman です。 On Mon, 20 Feb 2006 23:41:06 +0900 SASADA Koichi <ko1 atdot.net> wrote: > うーん、困ったことに、うちの環境だと再現しません。gdb のスタックトレー > スいただけますか?(前と同じかな) > 以下のような感じです。 $ ./miniruby -v ruby 1.9.0 (2006-02-14) [i686-linux] YARVCore 0.3.3 (rev: 453) [opts: ] $ gdb miniruby GNU gdb 5.2.1 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-vine-linux"... (gdb) run t.rb Starting program: /home/sheepman/ruby/src/yarv-build/miniruby t.rb Program received signal SIG32, Real-time event 32. 0x4002a1d4 in pthread_getconcurrency () from /lib/i686/libpthread.so.0 (gdb) bt #0 0x4002a1d4 in pthread_getconcurrency () from /lib/i686/libpthread.so.0 #1 0x40029bf8 in pthread_getconcurrency () from /lib/i686/libpthread.so.0 #2 0x40029292 in pthread_create () from /lib/i686/libpthread.so.0 #3 0x080bac9f in make_timer_thread () at thread_pthread.h:168 #4 0x080bab81 in native_thread_create (th=0x8142b28) at thread_pthread.h:84 #5 0x080baee4 in yarv_thread_s_new (klass=1076466132, args=4294967292) at ../yarv/thread.c:206 #6 0x080b7d13 in call_cfunc (func=0x80baea0 <yarv_thread_s_new>, recv=1076466132, len=1073937284, argc=0, argv=0x80baed5) at call_cfunc.h:21 #7 0x080b5d6e in th_eval (th=0x813e9b0, initial=0) at insns.def:1253 #8 0x080b795e in th_eval_body (th=0x813e9b0) at ../yarv/vm.c:1458 #9 0x080b8e08 in yarvcore_eval_iseq (iseq=1076460212) at yarv.h:49 #10 0x080588b8 in ruby_exec_internal () at ../yarv/eval.c:261 #11 0x080588e8 in ruby_exec () at ../yarv/eval.c:275 #12 0x08058923 in ruby_run () at ../yarv/eval.c:293 #13 0x080560c4 in th_get_ruby_level_cfp (th=0xfffffffc, cfp=0x80baed5) at ../yarv/main.c:46 #14 0x400d9c1f in __libc_start_main () from /lib/i686/libc.so.6 -- sheepman / TAMURA Takashi sheepman sheepman.sakura.ne.jp http://sheepman.parfait.ne.jp/ -- ML: yarv-dev quickml.atdot.net 使い方: http://www.atdot.net/~ko1/quickml
759 2005-12-30 21:04 [sheepman sheepman.sa] open> Thread.pass sometimes dumps core 762 2005-12-31 03:26 ┗[ko1 atdot.net ] 763 2005-12-31 09:50 ┗[sheepman sheepman.sa] 856 2006-02-13 20:57 ┗[ko1 atdot.net ] 858 2006-02-13 21:36 ┗[sheepman sheepman.sa] 862 2006-02-13 23:15 ┗[ko1 atdot.net ] 864 2006-02-14 00:08 ┗[sheepman sheepman.sa] 943 2006-02-20 23:19 ┗[sheepman sheepman.sa] 944 2006-02-20 23:41 ┗[ko1 atdot.net ] -> 945 2006-02-20 23:56 ┗[sheepman sheepman.sa] 946 2006-02-21 19:33 ┗[ko1 atdot.net ]