On 11/24/06, Alexey Varlamov <[EMAIL PROTECTED]> wrote:
2006/11/24, Salikh Zakirov <[EMAIL PROTECTED]>:
> Evgueni Brevnov wrote:
> > The most clean approach is
> > to return EXCEPTION_CONTINUE_SEARCH for any exception happened in a
> > native code. I would suggest to fix the problem in this way instead of
> > HARMONY-2285. Currently, the launcher installs its own exception
> > handler which blocks default exception handler. So if we wish to have
> > a debug dialog we need to disable launcher's handler somehow. Should
> > we discuss it in a new thread?
>
> Personally, I use the modified launcher with exception protection commented
out
> all the time.
Huh, me too :). Don't know, may be raising JIRA could speed up final resolution?
And me too :-)
>
> I recollect vaguely that introducing command line flag for disabling exception
> handling in launcher was discussed and agreed upon, however, noone got to
> implement it yet.
>
> (The other "pending" task for launcher was moving it from luni module to
> jdktools -- also seems to have been agreed upon and then abandoned)
>
>