Svante Signell, le ven. 18 déc. 2020 13:22:12 +0100, a ecrit: > On Fri, 2020-12-18 at 12:12 +0100, Samuel Thibault wrote: > > Svante Signell, le ven. 18 déc. 2020 11:58:53 +0100, a ecrit: > > > On Thu, 2020-12-17 at 17:11 +0100, Samuel Thibault wrote: > > > > > BTW: Any ideas about the second crash written about in my previous > > > mail that you edited away? > > > > What second crash? I only see one gdb session. There is first a > > SIGTRAP, which is used by gdb for its own debugging purpose, then a > > SIGABRT. The second signal is very probably just a consequence of bad > > interaction between the program and gdb on the SIGTRAP. Thus why > > rather working on a core file. > > It is a crash: Without gdb: > host ftp.sunet.se > ftp.sunet.se is an alias for sunet.ftp.acc.umu.se. > sunet.ftp.acc.umu.se has address 194.71.11.173 > sunet.ftp.acc.umu.se has address 194.71.11.165 > socket.c:3173: REQUIRE(readable || writeable) failed, back trace > #0 0x132a806 in ?? > #1 0x132a735 in ?? > #2 0x13640d5 in ?? > #3 0x13c33ff in ?? > Aborted
Yes, so enable cores with "ulimit -c unlimited", then open it with gdb. Samuel