Skip to content

Strange crash on debian 11 64bit #94

@Vitexus

Description

@Vitexus

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions