"halt: no free methods; cannot compact."

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

"halt: no free methods; cannot compact."

Chris Muller-3
I'm seeing this message over and over in stdout or stderr.  I couldn't
gain control of the image, kill -1 didn't work, had to kill -9.  Any
ideas?

Reply | Threaded
Open this post in threaded view
|

Re: "halt: no free methods; cannot compact."

Eliot Miranda-2
Interesting.  Never seen this lock up before.  I would run under gdb, or attach to the process when it locks up, and then try and take a stack trace via printCallStack().  You can use -breakonerror to avoid the VM exiting and waiting for you to attach gdb.

On Tue, Apr 21, 2015 at 3:35 PM, Chris Muller <[hidden email]> wrote:
I'm seeing this message over and over in stdout or stderr.  I couldn't
gain control of the image, kill -1 didn't work, had to kill -9.  Any
ideas?




--
best,
Eliot