Bug #10725
closedSegfault with ObjectSpace::trace_object_allocations_start
Description
While trying to pin down a memory leak issue I enabled trace_object_allocations_start but after a while my application (a daemon, not rails) crashes. I attached the output.
Files
Updated by nobu (Nobuyoshi Nakada) almost 10 years ago
- Status changed from Open to Feedback
We don't have the same environment equals to yours, we can't address where it happens without the debugging information.
And, as you use some extension libraries, especially ffi, it might be impossible to fix by us.
Updated by vihai (Daniele Orlandi) almost 10 years ago
Nobuyoshi Nakada wrote:
We don't have the same environment equals to yours, we can't address where it happens without the debugging information.
And, as you use some extension libraries, especially ffi, it might be impossible to fix by us.
I understand the difficulties in handling such kind of issues.
I am not able to reproduce the issue in simpler environments but I can try to run gdb while it happens and gather some more info.
Updated by jeremyevans0 (Jeremy Evans) over 5 years ago
- Status changed from Feedback to Closed