You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by "Abramson, Rami" <ra...@terayon.com> on 2003/04/07 11:54:03 UTC

How to receive system errors/crashes printouts ???

Hello all,

If a JVM is ran, let's say on Solaris/Windows, and the application crashes
due to segmentation fault - these fatal errors do not go into the log4j
loggings ( they do appear in the shell - if it was not closed and if its
buffer is large enough...).
I imagine it is because the log4j runs inside the JVM and when the JVM
crashes it cannot log the system errors/crashes.
Nevertheless, these errors are vital in understanding what happened.
Does anyone has a solution for getting this important info?

Would appreciate your response.

	thank you,

              Rami A.
 

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: log4j-user-help@jakarta.apache.org


Re: How to receive system errors/crashes printouts ???

Posted by Max Rydahl Andersen <ma...@acure.dk>.
pipe them into stdout.txt and stderr.txt ;)

/max

----- Original Message -----
From: "Abramson, Rami" <ra...@terayon.com>
To: "Log4j-User (E-mail)" <lo...@jakarta.apache.org>
Sent: Monday, April 07, 2003 11:54 AM
Subject: How to receive system errors/crashes printouts ???


> Hello all,
>
> If a JVM is ran, let's say on Solaris/Windows, and the application crashes
> due to segmentation fault - these fatal errors do not go into the log4j
> loggings ( they do appear in the shell - if it was not closed and if its
> buffer is large enough...).
> I imagine it is because the log4j runs inside the JVM and when the JVM
> crashes it cannot log the system errors/crashes.
> Nevertheless, these errors are vital in understanding what happened.
> Does anyone has a solution for getting this important info?
>
> Would appreciate your response.
>
> thank you,
>
>               Rami A.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: log4j-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: log4j-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: log4j-user-help@jakarta.apache.org