On Thu, 14 May 2026 23:55:49 GMT, Yasumasa Suenaga <[email protected]> wrote:

> Yes, but we can see the caller of `main()` with `set backtrace past-main on` 
> on GDB.

Interesting. Now I see the following bottom 3 frames with gdb:

#7  0x00007f08a66af610 in __libc_start_call_main () from /lib64/libc.so.6
#8  0x00007f08a66af6c0 in __libc_start_main_impl () from /lib64/libc.so.6
#9  0x000055a951403b71 in _start ()

So SA is failing trying to get to the _start frame.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/31085#issuecomment-4456579676

Reply via email to