-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Carl,

On 2/23/2010 6:00 PM, Carl wrote:
> There was no core dump or hs_* file.

:(

> The strace output looks like it was overwritten this morning at 
> 1:00AM, crap, double crap.

Try something like this:

#!/bin/sh

while(1) ; do
  strace -o /logs/strace.log java ...
  mv /logs/strace.log /logs/strace.log.`date '+%Y-%m-%d:%H:%M:%S'`
done

This should preserve your logs across restarts.

> What's the consensus on moving to the IBM JVM or rerunning this test
> (Sun JVM) to failure to get a good strace output?

Well, switching to IBM  may fix your problem, but I think we're all very
interested in what you find. If you're willing to continue, we're
willing to keep reading.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkuFQ7AACgkQ9CaO5/Lv0PDd9gCeLaaWIuitwbPcDtDk2JQIEYug
U1EAnRGm9weoAcmaTmOoGG13cemTCbuD
=SN9a
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to