This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: java.util.logging.Logger problem.
Michael,
Do you have a simple testcase which reproduces this ?
My testcase is unfortunately fairly complex. It involves running my
server side Java implementation inside the PostgreSQL database :-)
My thought when I posted this question was if the
Logger.getCallerStackFrame() method performs some stack unwinding and
looses track due to the JNI origin or if you have some known problems
with unwinding on AMD64.
If I find the time I'll try and write something far simpler that
reproduces the problem.
Regards,
Thomas Hallgren