[Bug 647133] [NEW] jdk jvm crash on ~120 threads

2010-09-24 Thread Michal Heriban
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

[Bug 647133] Re: jdk jvm crash on ~120 threads

2010-09-24 Thread Michal Heriban
** 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

[Bug 647133] Re: jdk jvm crash on ~120 threads

2010-09-25 Thread Michal Heriban
** 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

[Bug 647133] Re: jdk jvm crash on ~120 threads

2010-09-25 Thread Michal Heriban
** 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