Timer death

Florian Weimer fweimer at bfk.de
Wed Jul 14 13:25:05 UTC 2010


* Pawel Veselov:

> The fact that I catch any Throwable around the code that threw the
> OOM error didn't particularly help. The error was logged, but the
> timer thread still died.

By definition, a VM which throws an Error (or even
VirtualMachineError) is unstable and needs to be restarted.  The
description of VirtualMachineError makes that pretty clear.  You
cannot even know that the thread that triggers such exceptions is
responsible for their actual cause.

-- 
Florian Weimer                <fweimer at bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99



More information about the core-libs-dev mailing list