Re: [Sablevm-developer] SableVM hangs during database connection
Brought to you by:
egagnon
From: Grzegorz B. P. <ga...@de...> - 2004-06-16 00:35:40
|
W liście z wto, 15-06-2004, godz. 14:18, Roman Kennke pisze: > Hi list, > > I found another issue, this time related to a database connection with > MySQL. During sending an update, the hole connection seems to hang > infinitely. I waited >10minutes, which should me more than enough. As > far as I worked this out, the issue seems to be in some native code. > Here is the stacktrace from CTRL+\: [...] > I'm trying to put together a simple test case to make this reproducible. > Is there any more information I can send (like a stacktrace of the > native code-> I don't know how to get this)? You need to get PID of the sablevm process, then you do: $ gdb /path/to/bin/sablevm $PID at gdb command prompt you simply do 'bt' If your app is multithreaded, you might want to attach to each thread and get backtrace it. HTH Grzegorz B. Prokopski -- Grzegorz B. Prokopski <ga...@de...> Debian GNU/Linux http://www.debian.org SableVM - LGPL'ed Java VM http://www.sablevm.org Why SableVM ?!? http://devel.sablevm.org/wiki/Features |