-
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
memprof got installed but fails with segmentation fault #7
Comments
it is on a virtualized XEN instance. |
it is working perfectly on a physical machine, the error is occurring on a xen based virtual machine. |
I'm having the same problem.
|
I'm getting a seg fault trying to use this
some times it comes across as a Bus Error, always on the same line:
|
Its failing for me as well. REE is installed on a physical machine with OS X 10.7.2 with REE 1.8.7
|
Same here with slightly later patch:
|
I'm hitting this too using Memprof.track and REE: [BUG] Bus Error |
Also got this error on Mac OS 10.7.4 with REE, did anybody found a solution ?
|
I'm getting the same thing on REE on a Macbook Pro (Retina) using Mac OS X Lion 10.7.4 (11E2620):
|
Try to uninstall/reinstall the Gem. I had this issue and that fixed it for me. |
memprof got installed.
But, i am getting "Segmentation fault" when i run the example from the README
CODE:
require 'rubygems'
require 'memprof'
Memprof.track {
100.times{ "abc" }
100.times{ 1.23 + 1 }
100.times{ Module.new }
}
The text was updated successfully, but these errors were encountered: