Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164709 - dev-util/freeride hang on ruby: double free or corruption (out): 0x08b8fba8
Summary: dev-util/freeride hang on ruby: double free or corruption (out): 0x08b8fba8
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-31 15:56 UTC by Botykai Zsolt
Modified: 2007-07-21 19:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge info (emerge.info,8.31 KB, text/plain)
2007-01-31 15:59 UTC, Botykai Zsolt
Details
freeride log via strace (freeride.log,840.18 KB, text/plain)
2007-01-31 16:01 UTC, Botykai Zsolt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Botykai Zsolt 2007-01-31 15:56:44 UTC
I wanted to give freeride a try, so I had emerged it.
I would like to atthach the output after running it (also in strace) from the CLI, but usually this happens:
<several warnings>
/usr/lib/ruby/site_ruby/1.8/i686-linux/fox12.so: warning: already initialized constant ID_REFRESH
/usr/lib/ruby/site_ruby/1.8/i686-linux/fox12.so: warning: already initialized constant ID_LAST
*** glibc detected *** ruby: double free or corruption (out): 0x08b90458 ***
Than a windowframe appears but the work area is transparent...
And nothing happens. Process state remains "S+".
And when I hit CTRL-C (using strace), the output log is empty. 
But at list I can interrupt it, which is not true without strace.
Comment 1 Botykai Zsolt 2007-01-31 15:59:55 UTC
Created attachment 108758 [details]
emerge info
Comment 2 Botykai Zsolt 2007-01-31 16:01:17 UTC
Created attachment 108760 [details]
freeride log via strace

Hope this helps a bit.
Comment 3 Hans de Graaff gentoo-dev Security 2007-07-21 19:37:15 UTC
This looks to me like yet another manifestation of bug 161566. Your emerge --info show that you are using glibc-2.5 and autoconf-2.61, which is the combination of tools that causes ruby's configure to make the wrong assumption and mess up file reading in some cases.

Could confirm if you still see the problem, and if it goes away after either downgrading autoconf or upgrading glibc, and recompiling ruby?

I can't seem to test this myself due to other bugs related to the fox packages.