Public bug reported:
im programing a simple app which uses many threads and mysql connection
the jvm crashes in a few minutes after the threads are continuously created.
i suspect it has something to do with the way linux manages threads (NPTL)
i use a static threadlocal instance,which initializes
** Attachment added: "hs_err_pid2356.log"
https://bugs.launchpad.net/bugs/647133/+attachment/1632707/+files/hs_err_pid2356.log
--
jdk jvm crash on ~120 threads
https://bugs.launchpad.net/bugs/647133
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscrib
** Description changed:
im programing a simple app which uses many threads and mysql connection
the jvm crashes in a few minutes after the threads are continuously created.
+
+ the problem only arises when debugging from eclipse
+
i suspect it has something to do with the way linux manages
** Description changed:
im programing a simple app which uses many threads and mysql connection
the jvm crashes in a few minutes after the threads are continuously created.
the problem only arises when debugging from eclipse
+ when i debug from netbeans ,then the crash is not happening