Options to disable default loading of java crash handler

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sendil kumar
    New Member
    • Sep 2007
    • 26

    Options to disable default loading of java crash handler

    Hi All,

    I have a C++ apllication which in turn loads the jvm. When the JVM is loaded it turns off my crash handler filter and sets its own filter by default, so, when ever a crash happens I was not able to get the stack trace.

    Can ony one tell me the options to disable the default loading of java crash handler?
  • BigDaddyLH
    Recognized Expert Top Contributor
    • Dec 2007
    • 1216

    #2
    Originally posted by Sendil kumar
    Hi All,

    I have a C++ apllication which in turn loads the jvm. When the JVM is loaded it turns off my crash handler filter and sets its own filter by default, so, when ever a crash happens I was not able to get the stack trace.

    Can ony one tell me the options to disable the default loading of java crash handler?
    I've never heard of a "Java crash handler".

    Comment

    Working...