Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
jtsk_2.0
-
None
-
6306598
Description
Bugtraq ID 6306598
Outrigger DestroyThread does not catch Throwables throw by
exporter.unexport. As a result if unexport throws an exception most of
the cleanup that is supposed to happen as part of destroy gets
skipped. While in general "should never happen" the DestroyThread
generally tries to do its best in the face of Throwables and
conceptually unexporting is complicated enough that we should probably
be paranoid.