[#1207] warning in ruby extension eats memory — Eugene Scripnik <Eugene.Scripnik@...>

This message was posted to ruby-talk, but I didn't get responce from

22 messages 2003/07/01
[#1208] Re: warning in ruby extension eats memory — ts <decoux@...> 2003/07/01

>>>>> "E" == Eugene Scripnik <Eugene.Scripnik@itgrp.net> writes:

[#1209] Re: warning in ruby extension eats memory — Eugene Scripnik <Eugene.Scripnik@...> 2003/07/02

ts wrote:

[#1210] Re: warning in ruby extension eats memory — ts <decoux@...> 2003/07/02

>>>>> "E" == Eugene Scripnik <Eugene.Scripnik@itgrp.net> writes:

[#1211] Re: warning in ruby extension eats memory — Eugene Scripnik <Eugene.Scripnik@...> 2003/07/04

ts wrote:

[#1212] Re: warning in ruby extension eats memory — ts <decoux@...> 2003/07/04

>>>>> "E" == Eugene Scripnik <Eugene.Scripnik@itgrp.net> writes:

[#1213] Re: warning in ruby extension eats memory — Eugene Scripnik <Eugene.Scripnik@...> 2003/07/04

ts wrote:

[#1214] Re: warning in ruby extension eats memory — ts <decoux@...> 2003/07/04

>>>>> "E" == Eugene Scripnik <Eugene.Scripnik@itgrp.net> writes:

[#1215] Re: warning in ruby extension eats memory — Eugene Scripnik <Eugene.Scripnik@...> 2003/07/04

ts wrote:

[#1237] FTP.new with block — Gavin Sinclair <gsinclair@...>

Hi,

22 messages 2003/07/19
[#1238] Re: [Patch] FTP.new with block — ts <decoux@...> 2003/07/19

>>>>> "G" == Gavin Sinclair <gsinclair@soyabean.com.au> writes:

[#1240] Re: [Patch] FTP.new with block — Mathieu Bouchard <matju@...> 2003/07/19

[#1297] Fix for Bug 1058 — Markus Walser <walser@...>

Hi,

16 messages 2003/07/25

Re: Bug 1060

From: Markus Walser <walser@...>
Date: 2003-07-25 18:25:12 UTC
List: ruby-core #1307
-O1 also segfaults. I will do the checks next week again with the original
Redhat 2.1 installation. I updated to Redhat Raw Hide 20030717, because
I thought the newer the compiler and glibc the better it works. But now I'm not anymore
that sure. May be the old gcc 2.96 20000731 (Red Hat Linux 7.2 2.96-112.7.2) is better.
Unfortunately I don't have access to the maintained updates yet. 

Have a nice weekend,

Markus


On Friday 25 July 2003 20:04, Markus Walser wrote:
> when I take out -O2 from the top Makefile, the segfault disapears...
> I will check with -O1.
>
> On Friday 25 July 2003 20:01, Yukihiro Matsumoto wrote:
> > Hi,
> >
> > In message "Re: Bug 1060"
> >
> >     on 03/07/26, Markus Walser <walser@scs.ch> writes:
> > |(gdb) p *((struct RClass*)(cbase->u1.value))
> > |$1 = {basic = {flags = 512, klass = 2305843009217626808}, iv_tbl =
> > | 0x60000000000fb380, m_tbl = 0x60000000000fb300, super =
> > | 2305843009218026048}
> >
> > This means a class pointed from cbase is broken, in a way never seen
> > before.  Let me check.  Wish I had a IA64 machine at hand.
> >
> > 							matz.


In This Thread