Strategies for debugging Sandbox Violations in Java

Steve Hannah steve at weblite.ca
Fri Aug 10 17:01:17 PDT 2012


Hello all,

I'm in the process of sandbox-ifying a mac app with a bundled JRE.  I'm
currently trying to weed out all of the sandbox violations and I'm having
some difficulty.  I see the sandbox violations in console and I can see the
kernel backtrace, but I'm having trouble walking this back to the parts of
my Java application that are triggering this code.  What strategies do you
guys use for debugging sandbox violations in Java.  Is it possible to get
the Java stack trace for where a violation occurs?

Thanks in advance for any tips.

Steve


More information about the macosx-port-dev mailing list