Advertisement
Guest User

bt

a guest
Oct 14th, 2024
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. Thread 20 "JNI main loop" received signal SIGABRT, Aborted.
  2. [Switching to Thread 0x73860cc006c0 (LWP 43125)]
  3. Download failed: Invalid argument. Continuing without source file ./nptl/./nptl/pthread_kill.c.
  4. __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:44
  5. warning: 44 ./nptl/pthread_kill.c: No such file or directory
  6. (gdb) bt
  7. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:44
  8. #1 __pthread_kill_internal (signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:78
  9. #2 __GI___pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
  10. #3 0x000073863b84526e in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
  11. #4 0x000073863b8288ff in __GI_abort () at ./stdlib/abort.c:79
  12. #5 0x000073863a4995ad in os::abort(bool, void*, void const*) [clone .cold] ()
  13. at /usr/local/java/jbr_jcef-21.0.3-linux-x64-b509.11/lib/server/libjvm.so
  14. #6 0x000073863b1ff4f7 in VMError::report_and_die(int, char const*, char const*, __va_list_tag*, Thread*, unsigned char*, void*, void*, char const*, int, unsigned long) () at /usr/local/java/jbr_jcef-21.0.3-linux-x64-b509.11/lib/server/libjvm.so
  15. #7 0x000073863b1ffc1b in VMError::report_and_die(Thread*, unsigned int, unsigned char*, void*, void*, char const*, ...) ()
  16. at /usr/local/java/jbr_jcef-21.0.3-linux-x64-b509.11/lib/server/libjvm.so
  17. #8 0x000073863b1ffc3e in VMError::report_and_die(Thread*, unsigned int, unsigned char*, void*, void*) ()
  18. at /usr/local/java/jbr_jcef-21.0.3-linux-x64-b509.11/lib/server/libjvm.so
  19. #9 0x000073863b0669fd in JVM_handle_linux_signal () at /usr/local/java/jbr_jcef-21.0.3-linux-x64-b509.11/lib/server/libjvm.so
  20. #10 0x000073863b845320 in <signal handler called> () at /lib/x86_64-linux-gnu/libc.so.6
  21. #11 g_type_check_instance_is_fundamentally_a (type_instance=0x7385708d71a0, fundamental_type=0x50) at ../../../gobject/gtype.c:4153
  22. #12 0x000073860fb1c3b1 in g_object_unref (_object=0x7385708d71a0) at ../../../gobject/gobject.c:4287
  23. #13 0x000073860ea559f5 in expiry_func (data=0x7386344de7d0) at ../atk-adaptor/accessible-leasing.c:122
  24. #14 0x000073860f545522 in g_timeout_dispatch
  25. (source=source@entry=0x73857de83e20, callback=<optimized out>, user_data=<optimized out>) at ../../../glib/gmain.c:4989
  26. #15 0x000073860f54448e in g_main_dispatch (context=0x7386344e2310) at ../../../glib/gmain.c:3344
  27. #16 0x000073860f5a3717 in g_main_context_dispatch_unlocked (context=0x7386344e2310) at ../../../glib/gmain.c:4152
  28. #17 g_main_context_iterate_unlocked.isra.0
  29. (context=0x7386344e2310, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../../../glib/gmain.c:4217
  30. #18 0x000073860f544f77 in g_main_loop_run (loop=0x7386344e2480) at ../../../glib/gmain.c:4419
  31. #19 0x000073860eaaf5c0 in jni_loop_callback (data=0x7386344e2480) at AtkWrapper.c:84
  32. --Type <RET> for more, q to quit, c to continue without paging--c
  33. #20 0x000073860f572c82 in g_thread_proxy (data=0x7386344afce0) at ../../../glib/gthread.c:835
  34. #21 0x000073863b89ca94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
  35. #22 0x000073863b929c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement