[#24698] NKF(nkf2)を1.8ブランチに入れました — "NARUSE, Yui" <naruse@...>

naruseです。

14 messages 2004/11/03
[#24734] Re: NKF(nkf2)を1.8ブランチに入れました — 堀川 久 <vzw00011@...> 2004/11/06

こんにちは。

[#24720] メール関係ライブラリの標準添付について — MoonWolf <moonwolf@...>

MoonWolfです。

17 messages 2004/11/05
[#24721] Re: メール関係ライブラリの標準添付について — Yukihiro Matsumoto <matz@...> 2004/11/05

まつもと ゆきひろです

[#24722] Re: メール関係ライブラリの標準添付について — MoonWolf <moonwolf@...> 2004/11/05

MoonWolfです。

[#24804] Re: まつもとさんの負担を減らすために、何ができるだろう — "URABE Shyouhei aka.mput" <root@...>

mput です。 ruby-dev に移動します。

21 messages 2004/11/13
[#24805] Re: まつもとさんの負担を減らすために、何ができるだろう — Tanaka Akira <akr@...17n.org> 2004/11/13

In article <2D6284E3-351D-11D9-B7EF-000393735AAE@mput.dip.jp>,

[#24806] Re: まつもとさんの負担を減らすために、何ができるだろう — "URABE Shyouhei aka.mput" <root@...> 2004/11/13

mput です。

[#24808] Re: まつもとさんの負担を減らすために、何ができるだろう — Masayoshi Takahashi <maki@...> 2004/11/13

高橋征義です。

[#24809] Re: まつもとさんの負担を減らすために、何ができるだろう — "URABE Shyouhei aka.mput" <root@...> 2004/11/13

mput です。

[#24834] Process.getrlimit and Process.setrlimit — Tanaka Akira <akr@...17n.org>

Process.getrlimit と Process.setrlimit が欲しいので実装してみました。

25 messages 2004/11/13

[#24965] sync and stdio buffering — Tanaka Akira <akr@...17n.org>

ちょっとした思いつきなのですが、

12 messages 2004/11/26

[#24993] rb_io_sysread dumps core [BUG] rb_sys_fail() - errno == 0 — Tietew <tietew-ml-ruby-dev@...>

ソケットとスレッドを大量に使うアプリ(具体的には IRCbot です)を

13 messages 2004/11/29

[#25003] IO#flush dumps core again — Tanaka Akira <akr@...17n.org>

次のようにすると core を吐きます。

28 messages 2004/11/30
[#25004] Re: IO#flush dumps core again — nobu@... 2004/11/30

なかだです。

[#25005] Re: IO#flush dumps core again — Yukihiro Matsumoto <matz@...> 2004/11/30

まつもと ゆきひろです

[#25009] Re: IO#flush dumps core again — Tanaka Akira <akr@...17n.org> 2004/12/01

In article <1101836040.635395.27476.nullmailer@x31.priv.netlab.jp>,

[#25014] Re: IO#flush dumps core again — Tanaka Akira <akr@...17n.org> 2004/12/01

In article <1101878558.979715.1359.nullmailer@x31.priv.netlab.jp>,

[#25015] Re: IO#flush dumps core again — Yukihiro Matsumoto <matz@...> 2004/12/01

まつもと ゆきひろです

[#25056] Re: IO#flush dumps core again — Tanaka Akira <akr@...17n.org> 2004/12/05

In article <1101888165.570792.4192.nullmailer@x31.priv.netlab.jp>,

[#25074] Re: IO#flush dumps core again — Tanaka Akira <akr@...17n.org> 2004/12/06

In article <1102293033.356112.2288.nullmailer@x31.priv.netlab.jp>,

[ruby-dev:24993] rb_io_sysread dumps core [BUG] rb_sys_fail() - errno == 0

From: Tietew <tietew-ml-ruby-dev@...>
Date: 2004-11-29 21:53:15 UTC
List: ruby-dev #24993
ソケットとスレッドを大量に使うアプリ(具体的には IRCbot です)を
連続して動かしているとたまに [BUG] で abort します。

/usr/local/lib/ruby/1.8/net/protocol.rb:197: [BUG] rb_sys_fail() - errno == 0
ruby 1.8.2 (2004-11-23) [i686-linux]

全く起こらずに1日以上経過することもあれば数十分で起こることもあ
り,再現性がありません。

とりあえずコアは採ってあるのですが,TRAP_END の中で errno がクリ
アされているような雰囲気です。

#0  0x401626b1 in kill () from /lib/libc.so.6
#1  0x40162435 in raise () from /lib/libc.so.6
#2  0x40163978 in abort () from /lib/libc.so.6
#3  0x4003f6d1 in rb_bug (fmt=0x0) at error.c:214
#4  0x4004129b in rb_sys_fail (mesg=0x0) at error.c:1117
#5  0x40069cc3 in rb_io_sysread (argc=0, argv=0x0, io=0) at io.c:2135
#6  0x4005a236 in call_cfunc (func=0x40069a90 <rb_io_sysread>,
    recv=1082039380, len=0, argc=6, argv=0xbffda568) at eval.c:5382
#7  0x4004ce05 in rb_call0 (klass=1076439572, recv=1082039380, id=7497, oid=0,
    argc=1, argv=0xbffda568, body=0x40292654, nosuper=0) at eval.c:5517
#8  0x4004d6bb in rb_call (klass=1076439572, recv=1082039380, mid=7497,
    argc=1, argv=0xbffda568, scope=0) at eval.c:5738
#9  0x400481da in rb_eval (self=1082042200, n=0x0) at ruby.h:631
#10 0x40048286 in rb_eval (self=1082042200, n=0x0) at ruby.h:636
#11 0x4004b109 in rb_yield_0 (val=121, self=1082042200, klass=0, flags=0,
    avalue=0) at eval.c:4725
#12 0x400488b0 in rb_eval (self=1076738696, n=0x0) at eval.c:3032
#13 0x400479c2 in rb_eval (self=1076738696, n=0x0) at eval.c:3092
#14 0x4004d0f9 in rb_call0 (klass=1076738336, recv=1076738696, id=15337,
    oid=0, argc=0, argv=0xbffdc2a0, body=0x402de918, nosuper=0) at eval.c:5645
#15 0x4004d6bb in rb_call (klass=1076738336, recv=1076738696, mid=15337,
    argc=2, argv=0xbffdc298, scope=0) at eval.c:5738
#16 0x400481da in rb_eval (self=1082042200, n=0x0) at ruby.h:631
#17 0x400533e5 in block_pass (self=1082042200, node=0x402ddec8) at eval.c:8419
#18 0x40048ce2 in rb_eval (self=1082042200, n=0x0) at eval.c:2942
#19 0x4004d0f9 in rb_call0 (klass=1076481312, recv=1082042200, id=15337,
    oid=0, argc=0, argv=0xbffdd30c, body=0x402de030, nosuper=0) at eval.c:5645
#20 0x4004d6bb in rb_call (klass=1076481312, recv=1082042200, mid=15337,
    argc=1, argv=0xbffdd308, scope=1) at eval.c:5738
#21 0x400481da in rb_eval (self=1082042200, n=0x0) at ruby.h:631
#22 0x40047510 in rb_eval (self=1082042200, n=0x0) at eval.c:2956
#23 0x4004d0f9 in rb_call0 (klass=1078545240, recv=1082042200, id=30737,
    oid=0, argc=0, argv=0x0, body=0x4049a6ac, nosuper=0) at eval.c:5645
#24 0x4004d6bb in rb_call (klass=1078545240, recv=1082042200, mid=30737,
    argc=0, argv=0x0, scope=2) at eval.c:5738
#25 0x400481da in rb_eval (self=1082042200, n=0x0) at ruby.h:631
#26 0x400471ec in rb_eval (self=1082042200, n=0x0) at eval.c:2915
#27 0x40047841 in rb_eval (self=1082042200, n=0x0) at eval.c:3043
#28 0x4004d0f9 in rb_call0 (klass=1078545240, recv=1082042200, id=30361,
    oid=0, argc=0, argv=0xbffdf6ec, body=0x4049b430, nosuper=0) at eval.c:5645
#29 0x4004d6bb in rb_call (klass=1078545240, recv=1082042200, mid=30361,
    argc=1, argv=0xbffdf6e8, scope=1) at eval.c:5738
#30 0x400481da in rb_eval (self=1082042200, n=0x0) at ruby.h:631
#31 0x400480a4 in rb_eval (self=1082042200, n=0x0) at eval.c:3230
#32 0x4004d0f9 in rb_call0 (klass=1078545240, recv=1082042200, id=7353, oid=0,
    argc=0, argv=0x0, body=0x4049b23c, nosuper=0) at eval.c:5645
#33 0x4004d6bb in rb_call (klass=1078545240, recv=1082042200, mid=7353,
    argc=0, argv=0x0, scope=0) at eval.c:5738
#34 0x400481da in rb_eval (self=1078536880, n=0x0) at ruby.h:631
#35 0x40047a7f in rb_eval (self=1078536880, n=0x0) at eval.c:3406
#36 0x4004d0f9 in rb_call0 (klass=1078536820, recv=1078536880, id=30337,
    oid=0, argc=0, argv=0xbffe145c, body=0x404a3748, nosuper=0) at eval.c:5645
#37 0x4004d6bb in rb_call (klass=1078536820, recv=1078536880, mid=30337,
    argc=1, argv=0xbffe1458, scope=1) at eval.c:5738
#38 0x400481da in rb_eval (self=1078536880, n=0x0) at ruby.h:631
#39 0x40048c61 in rb_eval (self=1078536880, n=0x0) at eval.c:3015
#40 0x40047a3a in rb_eval (self=1078536880, n=0x0) at eval.c:3400
#41 0x4004d0f9 in rb_call0 (klass=1078536820, recv=1078536880, id=29497,
    oid=0, argc=0, argv=0xbffe299c, body=0x404a3ea0, nosuper=0) at eval.c:5645
#42 0x4004d6bb in rb_call (klass=1078536820, recv=1078536880, mid=29497,
    argc=1, argv=0xbffe2998, scope=0) at eval.c:5738
#43 0x400481da in rb_eval (self=1082042260, n=0x0) at ruby.h:631
#44 0x40047a7f in rb_eval (self=1082042260, n=0x0) at eval.c:3406
#45 0x400470cd in rb_eval (self=1082042260, n=0x0) at eval.c:2880
#46 0x4004d0f9 in rb_call0 (klass=1078542760, recv=1082042260, id=24081,
    oid=0, argc=0, argv=0xbffe3efc, body=0x404b38a0, nosuper=0) at eval.c:5645
#47 0x4004d6bb in rb_call (klass=1078542760, recv=1082042260, mid=24081,
    argc=1, argv=0xbffe3ef8, scope=1) at eval.c:5738
#48 0x400481da in rb_eval (self=1082042260, n=0x0) at ruby.h:631
#49 0x40053479 in block_pass (self=1082042260, node=0x404b4a5c) at eval.c:8398
#50 0x40048ce2 in rb_eval (self=1082042260, n=0x0) at eval.c:2942
#51 0x4004d0f9 in rb_call0 (klass=1078542760, recv=1082042260, id=23745,
    oid=0, argc=0, argv=0xbffe4f6c, body=0x404b4b24, nosuper=0) at eval.c:5645
#52 0x4004d6bb in rb_call (klass=1078542760, recv=1082042260, mid=23745,
    argc=1, argv=0xbffe4f68, scope=0) at eval.c:5738
#53 0x400481da in rb_eval (self=1077070604, n=0x0) at ruby.h:631
#54 0x4004b109 in rb_yield_0 (val=1082042260, self=1077070604, klass=0,
    flags=0, avalue=0) at eval.c:4725
#55 0x400488b0 in rb_eval (self=1082042260, n=0x0) at eval.c:3032
#56 0x40049cad in rb_eval (self=1082042260, n=0x0) at eval.c:3180
#57 0x400479c2 in rb_eval (self=1082042260, n=0x0) at eval.c:3092
#58 0x4004d0f9 in rb_call0 (klass=1078542760, recv=1082042260, id=5033, oid=0,
    argc=0, argv=0x0, body=0x404b9124, nosuper=0) at eval.c:5645
#59 0x4004d6bb in rb_call (klass=1078542760, recv=1082042260, mid=5033,
    argc=0, argv=0x0, scope=0) at eval.c:5738
#60 0x400481da in rb_eval (self=1082042380, n=0x0) at ruby.h:631
#61 0x400533e5 in block_pass (self=1082042380, node=0x404bad08) at eval.c:8419
#62 0x40048ce2 in rb_eval (self=1082042380, n=0x0) at eval.c:2942
#63 0x4004d0f9 in rb_call0 (klass=1078542720, recv=1082042380, id=5033, oid=0,
    argc=0, argv=0xbffe7ce0, body=0x404bae48, nosuper=0) at eval.c:5645
#64 0x4004d6bb in rb_call (klass=1078542720, recv=1082042380, mid=5033,
    argc=2, argv=0xbffe7cd8, scope=0) at eval.c:5738
#65 0x400481da in rb_eval (self=1077070604, n=0x0) at ruby.h:631
#66 0x40047510 in rb_eval (self=1077070604, n=0x0) at eval.c:2956
#67 0x4004b109 in rb_yield_0 (val=163, self=1077070604, klass=0, flags=1,
    avalue=2) at eval.c:4725
#68 0x400583f7 in rb_thread_yield (arg=0, th=0x849ab10) at eval.c:11441
#69 0x40058256 in rb_thread_start_0 (fn=0x40058330 <rb_thread_yield>,
    arg=0x407eafdc, th=0x849ab10) at eval.c:11360
#70 0x40058561 in rb_thread_start (klass=0, args=0) at eval.c:11528
#71 0x4005a21b in call_cfunc (func=0x40058520 <rb_thread_start>,
    recv=1076465552, len=0, argc=6, argv=0xbffe8f58) at eval.c:5379
#72 0x4004ce05 in rb_call0 (klass=1076465532, recv=1076465552, id=5033, oid=0,
    argc=1, argv=0xbffe8f58, body=0x40298f04, nosuper=0) at eval.c:5517
#73 0x4004d6bb in rb_call (klass=1076465532, recv=1076465552, mid=5033,
    argc=1, argv=0xbffe8f58, scope=0) at eval.c:5738
#74 0x400481da in rb_eval (self=1077070604, n=0x0) at ruby.h:631
#75 0x40047510 in rb_eval (self=1077070604, n=0x0) at eval.c:2956
#76 0x4004b109 in rb_yield_0 (val=163, self=1077070604, klass=0, flags=0,
    avalue=0) at eval.c:4725
#77 0x4004b759 in rb_yield (val=0) at eval.c:4807
#78 0x4003259f in rb_ary_collect (ary=1082044880) at array.c:1705
#79 0x4005a23e in call_cfunc (func=0x40032530 <rb_ary_collect>,
    recv=1082044880, len=0, argc=6, argv=0x0) at eval.c:5385
#80 0x4004ce05 in rb_call0 (klass=1076450672, recv=1082044880, id=3745, oid=0,
    argc=0, argv=0x0, body=0x40294ef4, nosuper=0) at eval.c:5517
#81 0x4004d6bb in rb_call (klass=1076450672, recv=1082044880, mid=3745,
    argc=0, argv=0x0, scope=0) at eval.c:5738
#82 0x400481da in rb_eval (self=1077070604, n=0x0) at ruby.h:631
#83 0x40047510 in rb_eval (self=1077070604, n=0x0) at eval.c:2956
#84 0x40047a7f in rb_eval (self=1077070604, n=0x0) at eval.c:3406
#85 0x40047841 in rb_eval (self=1077070604, n=0x0) at eval.c:3043
#86 0x400479c2 in rb_eval (self=1077070604, n=0x0) at eval.c:3092
#87 0x4004d0f9 in rb_call0 (klass=1078054560, recv=1077070604, id=23929,
    oid=0, argc=0, argv=0xbffec250, body=0x403407c4, nosuper=0) at eval.c:5645
#88 0x4004d6bb in rb_call (klass=1078054560, recv=1077070604, mid=23929,
    argc=2, argv=0xbffec248, scope=1) at eval.c:5738
#89 0x400481da in rb_eval (self=1077070604, n=0x0) at ruby.h:631
#90 0x4004b109 in rb_yield_0 (val=1082049940, self=1077070604, klass=0,
    flags=1, avalue=2) at eval.c:4725
#91 0x400583f7 in rb_thread_yield (arg=0, th=0x8308b20) at eval.c:11441
#92 0x40058256 in rb_thread_start_0 (fn=0x40058330 <rb_thread_yield>,
    arg=0x407ec594, th=0x8308b20) at eval.c:11360
#93 0x40058561 in rb_thread_start (klass=0, args=0) at eval.c:11528
#94 0x4005a21b in call_cfunc (func=0x40058520 <rb_thread_start>,
    recv=1076465552, len=0, argc=6, argv=0xbffece48) at eval.c:5379
#95 0x4004ce05 in rb_call0 (klass=1076465532, recv=1076465552, id=5033, oid=0,
    argc=2, argv=0xbffece48, body=0x40298f04, nosuper=0) at eval.c:5517
#96 0x4004d6bb in rb_call (klass=1076465532, recv=1076465552, mid=5033,
    argc=2, argv=0xbffece48, scope=0) at eval.c:5738
#97 0x400481da in rb_eval (self=1077070604, n=0x0) at ruby.h:631
#98 0x40047510 in rb_eval (self=1077070604, n=0x0) at eval.c:2956
#99 0x4004b109 in rb_yield_0 (val=1082050540, self=1077070604, klass=0,
    flags=0, avalue=0) at eval.c:4725
#100 0x4004b759 in rb_yield (val=0) at eval.c:4807
#101 0x40031807 in rb_ary_each (ary=1082050200) at array.c:1131
#102 0x4005a23e in call_cfunc (func=0x400317d0 <rb_ary_each>, recv=1082050200,
    len=0, argc=6, argv=0x0) at eval.c:5385
#103 0x4004ce05 in rb_call0 (klass=1076450672, recv=1082050200, id=3833,
    oid=0, argc=0, argv=0x0, body=0x4029514c, nosuper=0) at eval.c:5517
#104 0x4004d6bb in rb_call (klass=1076450672, recv=1082050200, mid=3833,
    argc=0, argv=0x0, scope=0) at eval.c:5738
#105 0x400481da in rb_eval (self=1077070604, n=0x0) at ruby.h:631
#106 0x40047510 in rb_eval (self=1077070604, n=0x0) at eval.c:2956
#107 0x4004b109 in rb_yield_0 (val=1082050540, self=1077070604, klass=0,
    flags=0, avalue=0) at eval.c:4725
#108 0x4004b759 in rb_yield (val=0) at eval.c:4807
#109 0x40031807 in rb_ary_each (ary=1082050380) at array.c:1131
#110 0x4005a23e in call_cfunc (func=0x400317d0 <rb_ary_each>, recv=1082050380,
    len=0, argc=6, argv=0x0) at eval.c:5385
#111 0x4004ce05 in rb_call0 (klass=1076450672, recv=1082050380, id=3833,
    oid=0, argc=0, argv=0x0, body=0x4029514c, nosuper=0) at eval.c:5517
#112 0x4004d6bb in rb_call (klass=1076450672, recv=1082050380, mid=3833,
    argc=0, argv=0x0, scope=0) at eval.c:5738
#113 0x400481da in rb_eval (self=1077070604, n=0x0) at ruby.h:631
#114 0x40047510 in rb_eval (self=1077070604, n=0x0) at eval.c:2956
#115 0x40047841 in rb_eval (self=1077070604, n=0x0) at eval.c:3043
#116 0x4004d0f9 in rb_call0 (klass=1078054560, recv=1077070604, id=23857,
    oid=0, argc=0, argv=0xbfff0538, body=0x403425c4, nosuper=0) at eval.c:5645
#117 0x4004d6bb in rb_call (klass=1078054560, recv=1077070604, mid=23857,
    argc=4, argv=0xbfff0528, scope=1) at eval.c:5738
#118 0x400481da in rb_eval (self=1077070604, n=0x0) at ruby.h:631
#119 0x4004b109 in rb_yield_0 (val=1082050500, self=1077070604, klass=0,
    flags=1, avalue=2) at eval.c:4725
#120 0x400583f7 in rb_thread_yield (arg=0, th=0x82e3570) at eval.c:11441
#121 0x40058256 in rb_thread_start_0 (fn=0x40058330 <rb_thread_yield>,
    arg=0x407ec7c4, th=0x82e3570) at eval.c:11360
#122 0x40058501 in rb_thread_initialize (thread=0, args=0) at eval.c:11507
#123 0x4005a21b in call_cfunc (func=0x400584c0 <rb_thread_initialize>,
    recv=1082050520, len=0, argc=6, argv=0x0) at eval.c:5379
#124 0x4004ce05 in rb_call0 (klass=1076465552, recv=1082050520, id=2961,
    oid=0, argc=0, argv=0x0, body=0x40298f2c, nosuper=0) at eval.c:5517
#125 0x4004d6bb in rb_call (klass=1076465552, recv=1082050520, mid=2961,
    argc=0, argv=0x0, scope=1) at eval.c:5738
#126 0x4004dade in rb_funcall2 (recv=6, mid=0, argc=0, argv=0x0) at ruby.h:631
#127 0x400506e9 in rb_obj_call_init (obj=0, argc=0, argv=0x0) at eval.c:7167
#128 0x40058473 in rb_thread_s_new (argc=0, argv=0x0, klass=1076465552)
    at eval.c:11472
#129 0x4005a236 in call_cfunc (func=0x40058430 <rb_thread_s_new>,
    recv=1076465552, len=0, argc=6, argv=0x0) at eval.c:5382
#130 0x4004ce05 in rb_call0 (klass=1076465532, recv=1076465552, id=3369,
    oid=0, argc=0, argv=0x0, body=0x40298f54, nosuper=0) at eval.c:5517
#131 0x4004d6bb in rb_call (klass=1076465532, recv=1076465552, mid=3369,
    argc=0, argv=0x0, scope=0) at eval.c:5738
#132 0x400481da in rb_eval (self=1077070604, n=0x0) at ruby.h:631
#133 0x40047510 in rb_eval (self=1077070604, n=0x0) at eval.c:2956
#134 0x40046879 in rb_eval (self=1077070604, n=0x0) at eval.c:2692
#135 0x4004d0f9 in rb_call0 (klass=1078054560, recv=1077070604, id=23393,
    oid=0, argc=0, argv=0xbfff2924, body=0x40332638, nosuper=0) at eval.c:5645
#136 0x4004d6bb in rb_call (klass=1078054560, recv=1077070604, mid=23393,
    argc=3, argv=0xbfff2918, scope=1) at eval.c:5738
#137 0x400481da in rb_eval (self=1077070604, n=0x0) at ruby.h:631
#138 0x40046879 in rb_eval (self=1077070604, n=0x0) at eval.c:2692
#139 0x40047841 in rb_eval (self=1077070604, n=0x0) at eval.c:3043
#140 0x4004d0f9 in rb_call0 (klass=1078054560, recv=1077070604, id=22657,
    oid=0, argc=0, argv=0xbfff40e8, body=0x4034e39c, nosuper=0) at eval.c:5645
#141 0x4004d6bb in rb_call (klass=1078054560, recv=1077070604, mid=22657,
    argc=3, argv=0xbfff40dc, scope=1) at eval.c:5738
#142 0x4004d923 in rb_f_send (argc=3, argv=0xbfff40dc, recv=1077070604)
    at ruby.h:631
#143 0x4005a236 in call_cfunc (func=0x4004d890 <rb_f_send>, recv=1077070604,
    len=0, argc=6, argv=0xbfff40d8) at eval.c:5382
#144 0x4004ce05 in rb_call0 (klass=1076481172, recv=1077070604, id=3889,
    oid=0, argc=4, argv=0xbfff40d8, body=0x4029ad40, nosuper=0) at eval.c:5517
#145 0x4004d6bb in rb_call (klass=1076481172, recv=1077070604, mid=3889,
    argc=4, argv=0xbfff40d8, scope=0) at eval.c:5738
#146 0x400481da in rb_eval (self=1077531444, n=0x0) at ruby.h:631
#147 0x40047841 in rb_eval (self=1077531444, n=0x0) at eval.c:3043
#148 0x4004b109 in rb_yield_0 (val=1077070604, self=1077531444, klass=0,
    flags=0, avalue=0) at eval.c:4725
#149 0x4004b759 in rb_yield (val=0) at eval.c:4807
#150 0x40031807 in rb_ary_each (ary=1081875540) at array.c:1131
#151 0x4005a23e in call_cfunc (func=0x400317d0 <rb_ary_each>, recv=1081875540,
    len=0, argc=6, argv=0x0) at eval.c:5385
#152 0x4004ce05 in rb_call0 (klass=1076450672, recv=1081875540, id=3833,
    oid=0, argc=0, argv=0x0, body=0x4029514c, nosuper=0) at eval.c:5517
#153 0x4004d6bb in rb_call (klass=1076450672, recv=1081875540, mid=3833,
    argc=0, argv=0x0, scope=0) at eval.c:5738
#154 0x400481da in rb_eval (self=1077531444, n=0x0) at ruby.h:631
#155 0x40047510 in rb_eval (self=1077531444, n=0x0) at eval.c:2956
#156 0x4004d0f9 in rb_call0 (klass=1077302764, recv=1077531444, id=12577,
    oid=0, argc=0, argv=0xbfff605c, body=0x402da584, nosuper=0) at eval.c:5645
#157 0x4004d6bb in rb_call (klass=1077302764, recv=1077531444, mid=12577,
    argc=1, argv=0xbfff6058, scope=1) at eval.c:5738
#158 0x400481da in rb_eval (self=1077531444, n=0x0) at ruby.h:631
#159 0x400470cd in rb_eval (self=1077531444, n=0x0) at eval.c:2880
#160 0x4004d0f9 in rb_call0 (klass=1077302764, recv=1077531444, id=12305,
    oid=0, argc=0, argv=0x0, body=0x402e8c74, nosuper=0) at eval.c:5645
#161 0x4004d6bb in rb_call (klass=1077302764, recv=1077531444, mid=12305,
    argc=0, argv=0x0, scope=2) at eval.c:5738
#162 0x400481da in rb_eval (self=1077531444, n=0x0) at ruby.h:631
#163 0x40047841 in rb_eval (self=1077531444, n=0x0) at eval.c:3043
#164 0x400479c2 in rb_eval (self=1077531444, n=0x0) at eval.c:3092
#165 0x4004b109 in rb_yield_0 (val=1081866960, self=1077531444, klass=0,
    flags=0, avalue=2) at eval.c:4725
#166 0x400488b0 in rb_eval (self=1081869420, n=0x0) at eval.c:3032
#167 0x4004b109 in rb_yield_0 (val=1081867080, self=1081869420, klass=0,
    flags=1, avalue=2) at eval.c:4725
#168 0x400583f7 in rb_thread_yield (arg=0, th=0x8224978) at eval.c:11441
#169 0x40058256 in rb_thread_start_0 (fn=0x40058330 <rb_thread_yield>,
    arg=0x407bfb48, th=0x8224978) at eval.c:11360
#170 0x40058501 in rb_thread_initialize (thread=0, args=0) at eval.c:11507
#171 0x4005a21b in call_cfunc (func=0x400584c0 <rb_thread_initialize>,
    recv=1081867100, len=0, argc=6, argv=0xbfff92b8) at eval.c:5379
#172 0x4004ce05 in rb_call0 (klass=1076465552, recv=1081867100, id=2961,
    oid=0, argc=2, argv=0xbfff92b8, body=0x40298f2c, nosuper=0) at eval.c:5517
#173 0x4004d6bb in rb_call (klass=1076465552, recv=1081867100, mid=2961,
    argc=2, argv=0xbfff92b8, scope=1) at eval.c:5738
#174 0x4004dade in rb_funcall2 (recv=6, mid=0, argc=0, argv=0x0) at ruby.h:631
#175 0x400506e9 in rb_obj_call_init (obj=0, argc=0, argv=0x0) at eval.c:7167
#176 0x40058473 in rb_thread_s_new (argc=0, argv=0x0, klass=1076465552)
    at eval.c:11472
#177 0x4005a236 in call_cfunc (func=0x40058430 <rb_thread_s_new>,
    recv=1076465552, len=0, argc=6, argv=0xbfff92b8) at eval.c:5382
#178 0x4004ce05 in rb_call0 (klass=1076465532, recv=1076465552, id=3369,
    oid=0, argc=2, argv=0xbfff92b8, body=0x40298f54, nosuper=0) at eval.c:5517
#179 0x4004d6bb in rb_call (klass=1076465532, recv=1076465552, mid=3369,
    argc=2, argv=0xbfff92b8, scope=0) at eval.c:5738
#180 0x400481da in rb_eval (self=1081869420, n=0x0) at ruby.h:631
#181 0x40047510 in rb_eval (self=1081869420, n=0x0) at eval.c:2956
#182 0x40047a7f in rb_eval (self=1081869420, n=0x0) at eval.c:3406
#183 0x4004d0f9 in rb_call0 (klass=1076605676, recv=1081869420, id=12273,
    oid=0, argc=0, argv=0x0, body=0x402d5e58, nosuper=0) at eval.c:5645
#184 0x4004d6bb in rb_call (klass=1076605676, recv=1081869420, mid=12273,
    argc=0, argv=0x0, scope=0) at eval.c:5738
#185 0x400481da in rb_eval (self=1077531444, n=0x0) at ruby.h:631
#186 0x40047510 in rb_eval (self=1077531444, n=0x0) at eval.c:2956
#187 0x4004d0f9 in rb_call0 (klass=1077302764, recv=1077531444, id=12153,
    oid=0, argc=0, argv=0x0, body=0x402e9840, nosuper=0) at eval.c:5645
#188 0x4004d6bb in rb_call (klass=1077302764, recv=1077531444, mid=12153,
    argc=0, argv=0x0, scope=1) at eval.c:5738
#189 0x400481da in rb_eval (self=1077531444, n=0x0) at ruby.h:631
#190 0x40047b51 in rb_eval (self=1077531444, n=0x0) at eval.c:3426
#191 0x40047841 in rb_eval (self=1077531444, n=0x0) at eval.c:3043
#192 0x4004b109 in rb_yield_0 (val=1081869540, self=1077531444, klass=0,
    flags=1, avalue=2) at eval.c:4725
#193 0x400583f7 in rb_thread_yield (arg=0, th=0x81fbbc8) at eval.c:11441
#194 0x40058256 in rb_thread_start_0 (fn=0x40058330 <rb_thread_yield>,
    arg=0x407c04e4, th=0x81fbbc8) at eval.c:11360
#195 0x40058501 in rb_thread_initialize (thread=0, args=0) at eval.c:11507
#196 0x4005a21b in call_cfunc (func=0x400584c0 <rb_thread_initialize>,
    recv=1081869560, len=0, argc=6, argv=0x0) at eval.c:5379
#197 0x4004ce05 in rb_call0 (klass=1076465552, recv=1081869560, id=2961,
    oid=0, argc=0, argv=0x0, body=0x40298f2c, nosuper=0) at eval.c:5517
#198 0x4004d6bb in rb_call (klass=1076465552, recv=1081869560, mid=2961,
    argc=0, argv=0x0, scope=1) at eval.c:5738
#199 0x4004dade in rb_funcall2 (recv=6, mid=0, argc=0, argv=0x0) at ruby.h:631
#200 0x400506e9 in rb_obj_call_init (obj=0, argc=0, argv=0x0) at eval.c:7167
#201 0x40058473 in rb_thread_s_new (argc=0, argv=0x0, klass=1076465552)
    at eval.c:11472
#202 0x4005a236 in call_cfunc (func=0x40058430 <rb_thread_s_new>,
    recv=1076465552, len=0, argc=6, argv=0x0) at eval.c:5382
#203 0x4004ce05 in rb_call0 (klass=1076465532, recv=1076465552, id=3369,
    oid=0, argc=0, argv=0x0, body=0x40298f54, nosuper=0) at eval.c:5517
#204 0x4004d6bb in rb_call (klass=1076465532, recv=1076465552, mid=3369,
    argc=0, argv=0x0, scope=0) at eval.c:5738
#205 0x400481da in rb_eval (self=1077531444, n=0x0) at ruby.h:631
#206 0x40047510 in rb_eval (self=1077531444, n=0x0) at eval.c:2956
#207 0x40047b51 in rb_eval (self=1077531444, n=0x0) at eval.c:3426
#208 0x4004d0f9 in rb_call0 (klass=1077302764, recv=1077531444, id=12137,
    oid=0, argc=0, argv=0x0, body=0x402e9a98, nosuper=0) at eval.c:5645
#209 0x4004d6bb in rb_call (klass=1077302764, recv=1077531444, mid=12137,
    argc=0, argv=0x0, scope=2) at eval.c:5738
#210 0x400481da in rb_eval (self=1077531444, n=0x0) at ruby.h:631
#211 0x4004d0f9 in rb_call0 (klass=1077302764, recv=1077531444, id=5033,
    oid=0, argc=0, argv=0x0, body=0x402e35d0, nosuper=0) at eval.c:5645
#212 0x4004d6bb in rb_call (klass=1077302764, recv=1077531444, mid=5033,
    argc=0, argv=0x0, scope=0) at eval.c:5738
#213 0x400481da in rb_eval (self=1076476352, n=0x0) at ruby.h:631
#214 0x40047841 in rb_eval (self=1076476352, n=0x0) at eval.c:3043
#215 0x4004429c in ruby_exec_internal () at eval.c:1465
#216 0x400442f4 in ruby_exec () at eval.c:1485
#217 0x40044331 in ruby_run () at eval.c:1495
#218 0x080486e3 in main (argc=0, argv=0x0, envp=0xbffffe68) at main.c:46


—[ Tietew ]——————————————————————————
 メ : tietew@tietew.net / tietew@raug.net / tietew@masuclub.net
ホペ: http://www.tietew.net/     Tietew Windows Lab.
      http://www.masuclub.net/   鱒倶楽部
指紋: 26CB 71BB B595 09C4 0153  81C4 773C 963A D51B 8CAA


In This Thread

Prev Next