OpenParsec / openparsec

GNU General Public License v2.0
51 stars 8 forks source link

Strange crash on debian 11 64bit #94

Open Vitexus opened 2 years ago

Vitexus commented 2 years ago

There is some problem with /usr/src/glibc-2.31/sysdeps/unix/sysv/linux/raise.c

(gdb) info source
Current source file is ../sysdeps/unix/sysv/linux/raise.c
Compilation directory is ./signal
Source language is c.
Producer is GNU C11 10.2.1 20210110 -mtune=generic -march=x86-64 -g -O2 -std=gnu11 -fgnu89-inline -fmerge-all-constants -frounding-math -fstack-protector-strong -fmath-errno -fPIC -ftls-model=initial-exec -fasynchronous-unwind-tables.
Compiled with DWARF 2 debugging format.
Does not include preprocessor macro info.
(gdb) set substitute-path ./ /usr/src/glibc-2.31
(gdb) continue
Continuing.

Thread 1 received signal SIGKILL, Killed.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
50        return ret;

This function is called somewhere from src/libparsec/net_pckt_gmsv.cpp when try to connect server.

CrazySpence commented 2 years ago

Oh i think the servers may have been off, i did an upgrade during the holidays to the host the servers were on and it went sideways.

Should be working now I started them back up a couple weeks ago.

CrazySpence commented 2 years ago

My bot and server dockers are based off a debian image and I haven't run into this problem as of yet from client or server side

what's the bt of this crash?