[#536] SEVG in bignum.c:505... — Sean Chittenden <sean@...>
$ ruby -e 'p [].to_s.strip.to_i'
5 messages
2002/10/13
[#537] darwin shared library patch — Eric Melville <eric@...>
In Darwin, the preferred way to build shared libraries is with two level
9 messages
2002/10/13
[#539] Re: darwin shared library patch
— "Akinori MUSHA" <knu@...>
2002/10/13
Hi,
[#544] Re: darwin shared library patch
— Eric Melville <eric@...>
2002/10/16
> The patch seems to make ENV[]= coredump.
[#546] Re: darwin shared library patch
— "Akinori MUSHA" <knu@...>
2002/10/16
At Thu, 17 Oct 2002 01:41:49 +0900,
[#541] Patch for MacOS X dln.c — Luc B駘anger <belanglu@...>
I have a patch for the dynamic linker in MacOS X, which permit to load
7 messages
2002/10/13
Re: darwin shared library patch
From:
Eric Melville <eric@...>
Date:
2002-10-16 16:41:49 UTC
List:
ruby-core #544
> The patch seems to make ENV[]= coredump. > > $ make test > ../rubytest.rb:25: [BUG] Segmentation fault > ruby 1.6.8 (2002-10-10) [powerpc-darwin5.3.2] > make: *** [test] Abort trap > $ sed -n 25p ../rubytest.rb > ENV[dldpath] = x > > Please debug. :) I can't reproduce this on darwin 6.1. I'm also using ruby 1.6.7 but I don't think that should be a factor. Perhaps we're running into a darwin bug here?