-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ruby: getshstrndx() failed: no error. #1
Comments
file
|
hi - can you try to apply this patch, make clean, make, and tell me what happens: http://timetobleed.com/files/memprof-fix.patch there is a bug/miscommunication issue in libelf with the function that is giving you problems. so let's try a simple fix first, and if this fails we'll do more digging. |
How to apply this patch? (Ubuntu 9.10) |
$ ruby -e "require 'memprof'" |
this was fixed by bundling our own version of libdwarf and libelf |
ruby --version
ruby 1.8.7 (2009-06-12 patchlevel 174) [x86_64-linux], MBARI 0x6770, Ruby Enterprise Edition 2009.10
uname -a
Linux myhost 2.6.21.7-2.fc8xen #1 SMP Fri Feb 15 12:34:28 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
ruby -e "require 'memprof'"
ruby: getshstrndx() failed: no error.
The text was updated successfully, but these errors were encountered: