Re: Java Thread Dump in Bash

2004-02-18 Thread Randall R Schulz
Frank-Michael, I hesitate to continue this on the Cygwin list, but I will, for now. At 09:45 2004-02-18, Frank-Michael Moser wrote: Randall, does your Java application die after pressing Ctrl-Break or not? It appears it terminates. As you've had me trying this much more than I ever have in the p

Re: Java Thread Dump in Bash

2004-02-18 Thread Frank-Michael Moser
Randall, does your Java application die after pressing Ctrl-Break or not? Frank-Michael Randall R Schulz wrote: Frank-Michael, At 12:09 2004-02-17, Frank-Michael Moser wrote: Unfortunately neither Ctrl-Break nor Ctrl-Scroll produce a thread dump not in pure bash and not in RXVT for me. I'm us

Re: Java Thread Dump in Bash

2004-02-18 Thread Frank-Michael Moser
Randall R Schulz wrote: All I said was that cygcheck output would not help me. Sorry for making trouble misunderstanding this. I have attached my cygcheck -s now. cygcheck.txt Description: application/force-download -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repo

Re: Java Thread Dump in Bash

2004-02-18 Thread Randall R Schulz
Frank-Michael, At 07:37 2004-02-18, Frank-Michael Moser wrote: Larry Hall wrote: OK. Maybe now it's time for you to look at and follow: Problem reports: http://cygwin.com/problems.html Larry, what was wrong with my mails? Sorry, if..., but...? I'm reading the mailing list since a long time

Re: Java Thread Dump in Bash

2004-02-18 Thread Frank-Michael Moser
Larry Hall wrote: OK. Maybe now it's time for you to look at and follow: Problem reports: http://cygwin.com/problems.html Larry, what was wrong with my mails? Sorry, if..., but...? I'm reading the mailing list since a long time and thought I would follow these guidelines you just mentioned

Re: Java Thread Dump in Bash

2004-02-18 Thread Larry Hall
OK. Maybe now it's time for you to look at and follow: Problem reports: http://cygwin.com/problems.html Sounds like you have an installation specific problem that you need to dig a little deeper to resolve. Larry At 06:31 AM 2/18/2004, Frank-Michael Moser you wrote: >Ha, now I saw a th

Re: Java Thread Dump in Bash

2004-02-18 Thread Frank-Michael Moser
Ha, now I saw a thread dump in bash console. Unfortunately it kills immediately the java app. In RXVT I see a single new line with "i" printed and the app is killed. My $CYGWIN is "nontsec nosmbntsec". Java is run from SDK as you do. My cygwin is latest, too (just updated again). Frank-Michael

Re: Java Thread Dump in Bash

2004-02-17 Thread Randall R Schulz
Frank-Michael, At 12:09 2004-02-17, Frank-Michael Moser wrote: Unfortunately neither Ctrl-Break nor Ctrl-Scroll produce a thread dump not in pure bash and not in RXVT for me. I'm using latest cygwin and tried JDK 1.4.2_02 and 1.5.0 beta. Also the java applications I tried do not read from stand

Re: Java Thread Dump in Bash

2004-02-17 Thread Frank-Michael Moser
Unfortunately neither Ctrl-Break nor Ctrl-Scroll produce a thread dump not in pure bash and not in RXVT for me. I'm using latest cygwin and tried JDK 1.4.2_02 and 1.5.0 beta. Also the java applications I tried do not read from standard input. What versions (cygwin/java) do you use. Is it worth

Re: Java Thread Dump in Bash

2004-02-17 Thread Randall R Schulz
Frank-Michael, CTRL-BREAK produces a thread-dump using the latest Sun JVM on my system when launched from BASH. However, if the program is reading standard input from the unredirected console, it receives an end-of-file indication on that stream as well. Randall Schulz At 03:42 2004-02-17, Fr

Java Thread Dump in Bash

2004-02-17 Thread Frank-Michael Moser
Searching the mailing list archive I found that there is an old thread from Dec 2000 which exactly describes my problem: http://sources.redhat.com/ml/cygwin/2000-12/msg00490.html In short: Using Ctrl-Scroll does not cause a Java program to dump threads as it does in cmd.exe. Unfortunately the t