[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: netdde translator crashing



On Thu, Apr 15, 2021 at 12:08:40AM +0200, Samuel Thibault wrote:
> Ok, I have no idea why it can't load the shared libraries symbols, since
> that just works for simple use cases.
> 
> Alternatively, you can try to use a static version, that gdb should be
> fine with:

Ok, thanks. Follows the backtrace of the core file dumped by this static
version.

GNU gdb (Debian 10.1-2) 10.1.90.20210103-git
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "i686-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /root/netdde.static...

warning: core file may not match specified executable file.
[New process 684]
[New process 1]
[New process 2]
[New process 3]
[New process 4]
[New process 5]
[New process 6]
[New process 7]

warning: Unexpected size of section `.reg2/684' in core file.
Core was generated by `/root/netdde.static'.
Program terminated with signal SIGSEGV, Segmentation fault.

warning: Unexpected size of section `.reg2/684' in core file.
#0  0x081e285c in mach_msg_trap ()
[Current thread is 1 (process 684)]
#0  0x081e285c in mach_msg_trap ()
#1  0x081a53f6 in mach_msg ()
#2  0x0824f46e in crash_dump_task ()
#3  0x081ae528 in post_signal ()
#4  0x081aeff5 in _hurd_internal_post_signal ()
#5  0x0825d03c in _S_catch_exception_raise ()
#6  0x0824b9b6 in _Xexception_raise ()
#7  0x0824ba41 in _S_exc_server ()
#8  0x081e3fa4 in msgport_server ()
#9  0x081a5720 in mach_msg_server_timeout ()
#10 0x081a5848 in mach_msg_server ()
#11 0x081e402e in _hurd_msgport_receive ()
#12 0x0819a96f in entry_point (self=<optimized out>, 
    start_routine=<optimized out>, arg=<optimized out>) at pt-create.c:62
#13 0x00000000 in ?? ()

Reply to: