-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels