Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > frozen application / kill -3

Reply
Thread Tools

frozen application / kill -3

 
 
christian
Guest
Posts: n/a
 
      07-07-2004
Hello,

my application runs from time to time into a frozen state. I've found
the "kill -3
process_id" command to get the stacktrace but if the customer starts
this command after reaching the frozen state he gets no answer. The
kill -3 command was started in the same console as where the process
was started.

the application runs with jre 1.4.0 on solaris 8.

Has got anybody any ideas?

While trying the command on a running application it prints the needid
stacktrace...

Are there other methods to get the stacktrace of a frozen application?

Thank you!
 
Reply With Quote
 
 
 
 
Chris Gray
Guest
Posts: n/a
 
      07-07-2004
christian wrote:

> Hello,
>
> my application runs from time to time into a frozen state. I've found
> the "kill -3
> process_id" command to get the stacktrace but if the customer starts
> this command after reaching the frozen state he gets no answer. The
> kill -3 command was started in the same console as where the process
> was started.

May be a siily question, but: did you try issuing the kill -3 command in a
_different_ console?

--
Chris Gray
/k/ Embedded Java Solutions

 
Reply With Quote
 
 
 
 
christian
Guest
Posts: n/a
 
      07-08-2004
Yes, but we still kept open the console window where we started the
application.
It doesn't matter where to start the kill -3 command. the output
should appear in the window where the application was started. The
application is not interactive started -> &

Know we created a core file with <ctrl><\> but this is not the
stacktrace...




Chris Gray <> wrote in message news:<>...
> christian wrote:
>
> > Hello,
> >
> > my application runs from time to time into a frozen state. I've found
> > the "kill -3
> > process_id" command to get the stacktrace but if the customer starts
> > this command after reaching the frozen state he gets no answer. The
> > kill -3 command was started in the same console as where the process
> > was started.

> May be a siily question, but: did you try issuing the kill -3 command in a
> _different_ console?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiling xpython: No rule to make target `runathana.py', needed by `frozen/frozen.c'. est Python 1 10-11-2010 03:35 AM
KILL BABY KILL widescreen drsd2kill DVD Video 3 11-29-2004 09:36 PM
Bava's KILL BABY KILL widescreen drsd2kill DVD Video 0 11-27-2004 12:04 AM
frozen application Roedy Green Java 5 07-05-2004 08:05 AM
Frozen string problem, but I haven't frozen anything? LC Geldenhuys Ruby 5 02-18-2004 08:13 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57