Exactly. I would like to have a way to disable the crash handler
invoked in the call.
It is quite painful to locate crashing place when the crash handler
enabled. Even setting breakpoint in the handler doesn't help - stack
at this place has number of system frames without debug information
which hide the actual problematic point.
--
Ivan

On 9/22/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote:
Do you mean sig_protect in cmain.c?

geir

On Sep 22, 2006, at 12:22 PM, Ivan Volosyuk wrote:

> Hi,
>
> While working on windows on DRLVM I introduced some crash situation. I
> found out that there are two active crash handlers. One in DRLVM, the
> other in launcher/classlib.
>
> I can disable DRLVM's one: -Dvm.assert_dialog=1
> But the launcher's crash handler still prevent me to use debugger to
> locate exact place of access violation in VM code. Is it possible to
> disable it somehow?

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to