On Thu, 14 May 2026 15:46:28 GMT, Chris Plummer <[email protected]> wrote:
> Now I have it printing to the Pstack PrintStream, and I'm seeing the > exception printing after the following thread: Could you share your environment? As I said before, I couldn't see any exceptions on my environment. > I used gdb on the core file to produce a stack trace, and it actually stops > at main, so SA is doing better than gdb, but maybe it is going too far and > falling off the end (start). Yes, but we can see the caller of `main()` with `set backtrace past-main on` on GDB. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31085#issuecomment-4455671208
