[#27919] 1.8.4 Preview2 検証 — "URABE Shyouhei aka. mput" <root@...>

卜部です。

33 messages 2005/12/01

[#27997] 1.8.4 documents? — "URABE Shyouhei aka. mput" <root@...>

卜部です。

22 messages 2005/12/12
[#28017] Re: 1.8.4 documents? — Koji Arai <jca02266@...> 2005/12/13

新井です。

[#28082] ruby_1_8 Segmentation fault on Cygwin — yanagi@...

柳田です。

13 messages 2005/12/21
[#28083] Re: ruby_1_8 Segmentation fault on Cygwin — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp> 2005/12/21

山本です。

[#28140] ia64-hpux11.23/socket.sl: this executable file can't load extension libraries (LoadError) — Tanaka Akira <akr@...17n.org>

HP-UX で HP aC++/ANSI C を使って作った ruby で、openssl や drb のテストをすると、

34 messages 2005/12/27
[#28141] Re: ia64-hpux11.23/socket.sl: this executable file can't load extension libraries (LoadError) — WATANABE Tetsuya <Tetsuya.WATANABE@...> 2005/12/28

渡辺哲也です。

[#28142] Re: ia64-hpux11.23/socket.sl: this executable file can't load extension libraries (LoadError) — Tanaka Akira <akr@...17n.org> 2005/12/28

In article <200512280307.jBS37nnj005909@pbsg500.nifty.com>,

[#28147] Re: ia64-hpux11.23/socket.sl: this executable file can't load extension libraries (LoadError) — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp> 2005/12/28

山本です。

[#28149] Re: ia64-hpux11.23/socket.sl: this executable file can't load extension libraries (LoadError) — Tanaka Akira <akr@...17n.org> 2005/12/28

In article <20051228210640.13C71A10.ocean@m2.ccsnet.ne.jp>,

[#28151] Re: ia64-hpux11.23/socket.sl: this executable file can't load extension libraries (LoadError) — WATANABE Tetsuya <Tetsuya.WATANABE@...> 2005/12/29

渡辺哲也です。

[#28152] Re: ia64-hpux11.23/socket.sl: this executable file can't load extensionlibraries (LoadError) — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp> 2005/12/29

山本です。

[#28153] Re: ia64-hpux11.23/socket.sl: this executable file can't load extensionlibraries (LoadError) — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp> 2005/12/29

山本です。

[#28154] thread based generator.rb — Tanaka Akira <akr@...17n.org> 2005/12/29

In article <20051229114438.44D19F00.ocean@m2.ccsnet.ne.jp>,

[ruby-dev:28177] Generator dumps core

From: "H.Yamamoto" <ocean@...2.ccsnet.ne.jp>
Date: 2005-12-29 15:37:46 UTC
List: ruby-dev #28177
山本です。

現在の HEAD の generator.rb だと、下のコードが SEGV します。

require "generator"

t = Thread.new { sleep 4 }

g = Generator.new{|g|
  g.yield 1
  g.yield 2
  t.join
  g.yield 3
}

p g.next
p g.next
p g.next
p g.next

E:\ruby-cvs\win32>ruby -v
ruby 1.9.0 (2005-12-29) [i386-mswin32]

これが動かないのは generator.rb のバグなので直そうと思うのですが、
SEGV するのもまた問題なので報告しました。

rb_svar(int 0) line 857 + 12 bytes
rb_lastline_get() line 8630 + 7 bytes
rb_thread_restore_context_0(thread * 0x02afecb0, int 2, void * 0x0240aa90) line 10239 + 5 bytes
stack_extend(thread * 0x02afecb0, int 2, unsigned long * 0x0240baa4) line 10306
stack_extend(thread * 0x00000004, int 37804780, unsigned long * 0x10026a39) line 10304
MSVCRT! 780014cf()
ruby_xmalloc2(unsigned int 1, unsigned int 37800728) line 131 + 9 bytes
ary_new(unsigned long 45099296, long 45099296) line 118 + 11 bytes
02a70000()
ebfffc4d()


In This Thread

Prev Next