[#2617] irb for 1.5.x — Andrew Hunt <Andy@...>
5 messages
2000/05/03
[#2639] OT: Japanese names — Dave Thomas <Dave@...>
4 messages
2000/05/09
[#2643] Ruby Toplevel — Dave Thomas <Dave@...>
7 messages
2000/05/09
[#2656] Re: Append alias for Array.append? — Aleksi Niemel<aleksi.niemela@...>
Hideto ISHIBASHI:
5 messages
2000/05/09
[#2660] win OLE / eRuby — Andrew Hunt <Andy@...>
8 messages
2000/05/09
[#2663] Re: win OLE / eRuby — Aleksi Niemel<aleksi.niemela@...>
>At Tue, 9 May 2000 09:14:51 -0400,
4 messages
2000/05/09
[#2667] The reference manual is now online — Dave Thomas <Dave@...>
6 messages
2000/05/09
[#2668] Re: The reference manual is now online — schneik@...
4 messages
2000/05/09
[#2702] Re: Append alias for Array.append? — Andrew Hunt <andy@...>
>From: Aleksi Niemel<aleksi.niemela@cinnober.com>
7 messages
2000/05/10
[#2752] RE: Array.pop and documentation [was: Append al ias for Array.append?] — Aleksi Niemel<aleksi.niemela@...>
6 messages
2000/05/11
[#2758] Re: irb install — Andrew Hunt <andy@...>
>|Excellent! Will you consider adding mod_ruby to install_app as
7 messages
2000/05/11
[#2777] Re: irb install
— "NAKAMURA, Hiroshi" <nakahiro@...>
2000/05/12
Hi,
[#2764] More code browsing questions — Albert Wagner <alwagner@...>
I see some class definitions contain "include" and "extend" statements.
6 messages
2000/05/12
[#2843] Re: editors for ruby — "Conrad Schneiker" <schneiker@...>
(Posted on comp.lang.ruby and ruby-talk ML.)
6 messages
2000/05/17
[#2874] RE: simple httpd for local use — Aleksi Niemel<aleksi.niemela@...>
> I personally use it for access to full-text indexed linux
6 messages
2000/05/18
[#2875] Re: simple httpd for local use
— hipster <hipster@...4all.nl>
2000/05/18
On Thu, 18 May 2000 09:10:28 +0200, Aleksi Niemelwrote:
[#2920] SWIG: virtual variable? — Yasushi Shoji <yashi@...>
hello,
4 messages
2000/05/22
[#2928] FYI: What our Python friends are up to. — "Conrad Schneiker" <schneiker@...>
Hi,
8 messages
2000/05/22
[#2964] Thank you — h.fulton@...
Thanks, Matz (and others) for your replies to
4 messages
2000/05/24
[#2973] Re: Socket.getnameinfo — ts <decoux@...>
>>>>> "D" == Dave Thomas <Dave@thomases.com> writes:
10 messages
2000/05/25
[#3016] rbconfig.rb — Dave Thomas <Dave@...>
5 messages
2000/05/28
[#3039] Re: Final for World Series: Python vs Ruby — "Dat Nguyen" <thucdat@...>
1 message
2000/05/30
[#3058] FailureClass? — Aleksi Niemel<aleksi.niemela@...>
Question arising from the FAQ:
7 messages
2000/05/31
[ruby-talk:02818] Bug in Dir
From:
Dave Thomas <Dave@...>
Date:
2000-05-15 03:52:03 UTC
List:
ruby-talk #2818
ruby 1.5.3 (2000-05-10) [i686-linux]
% ruby -e 'Dir["**"]'
-e:1: [BUG] Segmentation fault
(gdb) bt
#0 0x4012eab1 in __kill () from /lib/libc.so.6
#1 0x4012e6bf in raise (sig=6) at ../sysdeps/posix/raise.c:27
#2 0x4012fef3 in abort () at ../sysdeps/generic/abort.c:88
#3 0x40036efe in rb_bug (fmt=0x400b05b0 "Segmentation fault") at error.c:162
#4 0x4008dc0c in sigsegv (sig=11) at signal.c:376
#5 0x4012e9b8 in __restore ()
at ../sysdeps/unix/sysv/linux/i386/sigaction.c:125
#6 0x40035674 in push_globs (ary=1076025064, s=0xbfffdca0 "**") at dir.c:667
#7 0x40035978 in dir_s_glob (dir=1076034344, str=1076025084) at dir.c:754
#8 0x40042549 in call_cfunc (func=0x40035870 <dir_s_glob>, recv=1076034344,
len=1, argc=1, argv=0xbfffee50) at eval.c:3888
#9 0x40042b8f in rb_call0 (klass=1076034324, recv=1076034344, id=335, argc=1,
argv=0xbfffee50, body=0x4022f7cc, nosuper=1) at eval.c:4021
#10 0x400433f4 in rb_call (klass=1076034324, recv=1076034344, mid=335, argc=1,
argv=0xbfffee50, scope=0) at eval.c:4217
#11 0x4003dc9c in rb_eval (self=1076075864, n=0x4022d710) at eval.c:2339
#12 0x40039ed0 in eval_node (self=1076075864) at eval.c:1028
#13 0x40039fb4 in ruby_run () at eval.c:1051
#14 0x8048749 in main (argc=3, argv=0xbffff544, envp=0xbffff554) at main.c:41