>>I googled for
>> "Ctrl + break" signal
[quoted text clipped - 11 lines]
>
> Michal
You are right, sorry! I overlooked that you mentioned this in your first
post already.
But I tested with "AdaptJ's StackTrace"
<http://www.adaptj.com/root/main/stacktrace> (also mentioned on the web
site of my first reply).
My test application was a little Swing app (running with JDK 1.4.2,
started from within eclipse IDE, as a javaw.exe process)
The StackTrace tool itself was running via WebStart with Java 1.6.0.
Surprisingly the tool (click "Process - Select", and then "Process -
Thread dump") was able to get a thread dump from my Java 1.4 app.
I know this is not quite what you wanted, but at least it is more than
nothing.

Signature
Thomas
Michal Slocinski - 07 Dec 2007 23:30 GMT
On Dec 7, 6:41 pm, Thomas Fritsch <i.dont.like.s...@invalid.com>
wrote:
> >>I googled for
> >> "Ctrl + break" signal
[quoted text clipped - 30 lines]
> --
> Thomas
Thanks for help. Actually thread dump (stack traces) you can get in
1.4 - this is documented feature. For my problems I found an option
which sounds to fit my requirements:
http://java.sun.com/developer/technicalArticles/Programming/HPROF.html.
Maybe not 100% but should be pretty good, I'll give it a try next
week.
cheers,
Michal
Lew - 08 Dec 2007 01:39 GMT
>>> This would be pretty good - however - as I said, this is JVM 1.5.0_9
>>> and Ctrl+Break for heap dumps is introduced in 1.5.0_14:
There was a security flaw found in Java which for Java 5 was fixed in Java 5
update 10. You should definitely upgrade to the latest Java 5 (if not all the
way to 6).
<http://sunsolve.sun.com/search/document.do?assetkey=1-26-102934-1>

Signature
Lew