Seg fault

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi, all.

I’m trying to push another app to Heroku & bundle install is telling
me there’s a bug:

/Users/dobbin/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.5/ext/json/ext/json/ext/parser.bundle: [BUG] Segmentation fault ruby 1.8.7 (2011-12-28 patchlevel 357) [i686-darwin10]

That is the tail of the error message; I’ve a full crash report (I’m
using OS X 10.6.8 in this particular instance) & I’ve tried to register
at the relevant Ruby site for bugs but their mail bot must be having a
day off.

I’ve drawn a blank on Google also. Has anybody else seen this? As you
can see, I’m using the latest stable rvm, Ruby 1.9.3-p0 & rails 3.2.1.

Any help appreciated.

Cheers,

Phil…


But masters, remember that I am an ass.
Though it be not written down,
yet forget not that I am an ass.

Wm. Shakespeare - Much Ado About Nothing
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: §auto-key-locate cert pka ldap hkp://keys.gnupg.net
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPKBOIAAoJEKpMeDHWT5ADTFAH/3jQMorsMud0BYO8MemofudW
7ajQWyzxeaISOTCu26dw9rIOTSJYWb7CNs1ovNs8x5SuuaOKwiVk7GoGvr9Qk8J5
aqvX98ELq6BnDWxMX8LtgJ10CpOZgqN8ZxVrLfpJVWlZvN/4zwtw8QaoUFoBRbWa
P14SewK9zhV0qkbOukiijqRs+wu6HdXhtMUmbl3iqn4csl4ghY7EPAOwbRoAfLdF
bbQQ1DqxRn4KzPsT6CU4MxsJ3kGPs53Eq6QkXdX7W6tZOo/kVcRBEjAImSCc33/J
CNab2XCZgQzRRW0DarvsBxhMhjbOy7MC2D7J6RpGjNcO4El8Ozfaltt9bbAscsg=
=Mf+d
-----END PGP SIGNATURE-----

2012/1/31 Phil D. [email protected]:

`/Users/dobbin/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.5/ext/json/ext/json/ext/parser.bundle:

[BUG] Segmentation fault
ruby 1.8.7 (2011-12-28 patchlevel 357) [i686-darwin10]`

Why does it mention both Ruby 1.8.7 and 1.9.3? If you’re using native
gems compiled for 1.9.3 with 1.8.7, no wonder you’re getting
segfaults.

– Matma R.