Open serverok opened 1 year ago
I'd probably need a stack trace (coredumpctl gdb
, from the systemd-coredump
package) to get an idea of what's going on here.
Thanks, i got this
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/python3.10...
(No debugging symbols found in /usr/bin/python3.10)
[New LWP 137171]
[New LWP 137175]
[New LWP 137174]
[New LWP 137173]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/bin/python3 -mspns.hivemind'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139939696570368) at ./nptl/pthread_kill.c:44
44 ./nptl/pthread_kill.c: No such file or directory.
[Current thread is 1 (Thread 0x7f463fe77000 (LWP 137171))]
(gdb)
(gdb) bt
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139939696570368) at ./nptl/pthread_kill.c:44
oxen-io/session-push-notification-server#1 __pthread_kill_internal (signo=6, threadid=139939696570368) at ./nptl/pthread_kill.c:78
oxen-io/session-push-notification-server#2 __GI___pthread_kill (threadid=139939696570368, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
oxen-io/session-push-notification-server#3 0x00007f463feba476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
oxen-io/session-push-notification-server#4 0x00007f463fea07f3 in __GI_abort () at ./stdlib/abort.c:79
oxen-io/session-push-notification-server#5 0x00007f463f15cb9e in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
oxen-io/session-push-notification-server#6 0x00007f463f16820c in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
oxen-io/session-push-notification-server#7 0x00007f463f168277 in std::terminate() () from /lib/x86_64-linux-gnu/libstdc++.so.6
oxen-io/session-push-notification-server#8 0x00007f463f6cb1db in spns::HiveMind::HiveMind(spns::Config) () from /home/push/session-push-notification-server/spns/core.cpython-310-x86_64-linux-gnu.so
oxen-io/session-push-notification-server#9 0x00007f463f76206b in ?? () from /home/push/session-push-notification-server/spns/core.cpython-310-x86_64-linux-gnu.so
oxen-io/session-push-notification-server#10 0x00007f463f6c2b52 in ?? () from /home/push/session-push-notification-server/spns/core.cpython-310-x86_64-linux-gnu.so
oxen-io/session-push-notification-server#11 0x00007f463f6ae78b in ?? () from /home/push/session-push-notification-server/spns/core.cpython-310-x86_64-linux-gnu.so
oxen-io/session-push-notification-server#12 0x000055be25103e0e in ?? ()
oxen-io/session-push-notification-server#13 0x000055be250fa5eb in _PyObject_MakeTpCall ()
oxen-io/session-push-notification-server#14 0x000055be25112910 in ?? ()
oxen-io/session-push-notification-server#15 0x000055be2510ed67 in ?? ()
oxen-io/session-push-notification-server#16 0x000055be250fa98b in ?? ()
oxen-io/session-push-notification-server#17 0x00007f463f6b0e5d in ?? () from /home/push/session-push-notification-server/spns/core.cpython-310-x86_64-linux-gnu.so
#18 0x000055be250fa5eb in _PyObject_MakeTpCall ()
oxen-io/session-push-notification-server#19 0x000055be250f2c66 in _PyEval_EvalFrameDefault ()
oxen-io/session-push-notification-server#20 0x000055be2510470c in _PyFunction_Vectorcall ()
oxen-io/session-push-notification-server#21 0x000055be250ece0d in _PyEval_EvalFrameDefault ()
oxen-io/session-push-notification-server#22 0x000055be251dde56 in ?? ()
oxen-io/session-push-notification-server#23 0x000055be251ddcf6 in PyEval_EvalCode ()
oxen-io/session-push-notification-server#24 0x000055be251e3b0d in ?? ()
oxen-io/session-push-notification-server#25 0x000055be25104969 in ?? ()
oxen-io/session-push-notification-server#26 0x000055be250ece0d in _PyEval_EvalFrameDefault ()
oxen-io/session-push-notification-server#27 0x000055be2510470c in _PyFunction_Vectorcall ()
#28 0x000055be250ece0d in _PyEval_EvalFrameDefault ()
oxen-io/session-push-notification-server#29 0x000055be2510470c in _PyFunction_Vectorcall ()
oxen-io/session-push-notification-server#30 0x000055be251fb5dd in ?? ()
oxen-io/session-push-notification-server#31 0x000055be251fa288 in Py_RunMain ()
oxen-io/session-push-notification-server#32 0x000055be251d0cad in Py_BytesMain ()
oxen-io/session-push-notification-server#33 0x00007f463fea1d90 in __libc_start_call_main (main=main@entry=0x55be251d0c70, argc=argc@entry=2, argv=argv@entry=0x7ffda30904f8) at ../sysdeps/nptl/libc_start_call_main.h:58
oxen-io/session-push-notification-server#34 0x00007f463fea1e40 in __libc_start_main_impl (main=0x55be251d0c70, argc=2, argv=0x7ffda30904f8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffda30904e8)
at ../csu/libc-start.c:392
oxen-io/session-push-notification-server#35 0x000055be251d0ba5 in _start ()
(gdb)
Any luck with this? Getting same error, running ubuntu 22
I'd probably need a stack trace (
coredumpctl gdb
, from thesystemd-coredump
package) to get an idea of what's going on here.
Are there any fixes on this ?
When starting i get the following error
When running service
Any idea how to fix this?