heap_dump icon indicating copy to clipboard operation
heap_dump copied to clipboard

ruby gem for dumping heap references

Results 5 heap_dump issues
Sort by recently updated
recently updated
newest added

This is on EL6.5 with the distro provided yajl packages. Note the demonstration at the bottom of preformatted text block that shows the symbols are present in the yajl .so....

Are there any example scripts that analyze this heap dump and perhaps produce some type of visualization with a tool like graphviz? The heap_dump looks incredibly useful but I am...

Hi @Vasfed, thanks so much for making this tool. We're getting major segfaults however. Here are the facts: - the segfault only occurs when we hit our Rails application in...

We're actually running https://github.com/thecodeshop/ruby/tree/tcs-ruby_1_9_3 in production at my day job. Until now I haven't tried to run anything, but I'm getting a segfault around this code: https://github.com/Vasfed/heap_dump/blob/master/ext/heap_dump/heap_dump.c#L1250-L1255 in our Rails...

Is it possible to add bytesize for each object in the dump?