Say you're debugging hotspot in gdb and you hit a SEGV or some other fault while running in the interpreter on behalf of making a javaCall that was invoked from the vm. Is there a way to get gdb back to the native frame that made the javaCall? -- Tom