#864739 amule-daemon: amuled --ec-config crashes on fresh installation

Package:
amule-daemon
Source:
amule
Description:
non-graphic version of aMule, a client for the eD2k and Kad networks
Submitter:
Simó Albert i Beltran
Date:
2026-05-13 02:45:43 UTC
Severity:
important
Tags:
#864739#5
Date:
2017-06-13 20:57:20 UTC
From:
To:
Dear Maintainer,

amuled --ec-config command crashes on fresh installation with the
following output:

sim6@storagetrunk:~$ amuled --ec-config
 2017-06-13 22:48:54: Initialising aMuleD 2.3.2 compiled with
wxBase(GTK2) v3.0.2 and Boost 1.62
 2017-06-13 22:48:54: Checking if there is an instance already
running...
 2017-06-13 22:48:54: No other instances are running.
 2017-06-13 22:48:59: EC configuration
Enter password for mule connection:
 2017-06-13 22:49:02: Password set and external connections enabled.
!2017-06-13 22:49:02: ERROR: Info  --- This is the first time you run
aMule 2.3.2 ---
!2017-06-13 22:49:02: More information, support and new releases can
found at our homepage,
!2017-06-13 22:49:02: at www.aMule.org, or in our IRC channel #aMule at
irc.freenode.net.
!2017-06-13 22:49:02: Feel free to report any bugs to
http://forum.amule.org
 2017-06-13 22:49:03: ListenSocket: Ok.
 2017-06-13 22:49:03: Loading temp files from /home/sim6/.aMule/Temp.
 2017-06-13 22:49:03: All PartFiles Loaded.
 2017-06-13 22:49:03: amuled: OnInit - starting timer
 2017-06-13 22:49:03: Asio thread 1 started
 2017-06-13 22:49:03: Asio thread 2 started
 2017-06-13 22:49:03: Asio thread 4 started
 2017-06-13 22:49:03: Asio thread 3 started
Assertion failed:
../src/common/socketiohandler.cpp:Install_Callback:54: Assertion
'socket->m_fd != -1' failed. shouldn't be called on invalid socket
Backtrace follows:
[3] wxOnAssert(char const*, int, char const*, char const*, char const*)
in /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0[0x7fc1f33cf23a]
[4] ?? in
/usr/lib/x86_64-linux-gnu/libwx_baseu_net-3.0.so.0[0x7fc1f383e023]
[5] ?? in
/usr/lib/x86_64-linux-gnu/libwx_baseu_net-3.0.so.0[0x7fc1f3835675]
[6] ?? in
/usr/lib/x86_64-linux-gnu/libwx_baseu_net-3.0.so.0[0x7fc1f3836ae0]
[7] wxSocketClient::DoConnect(wxSockAddress const&, wxSockAddress
const*, bool) in
/usr/lib/x86_64-linux-gnu/libwx_baseu_net-3.0.so.0[0x7fc1f3836d3c]
[8] wxHTTP::GetInputStream(wxString const&) in
/usr/lib/x86_64-linux-gnu/libwx_baseu_net-3.0.so.0[0x7fc1f38270af]
[9] ?? in amuled[0x56259b0533ae]
[10] ?? in amuled[0x56259b05419e]
[11] wxThread::CallEntry() in
/usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0[0x7fc1f3521012]
[12] ?? in
/usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0[0x7fc1f35296a3]
[13] ?? in /lib/x86_64-linux-gnu/libpthread.so.0[0x7fc1f4a46494]
[14] clone in /lib/x86_64-linux-gnu/libc.so.6[0x7fc1f280daff]

Aborted

Thanks!

#864739#10
Date:
2017-12-09 18:58:06 UTC
From:
To:
can you please install the -dbg package and run that program via gdb?
when it crashed, please run "bt ; bt full ; thread apply all bt" and
attach the full output here - this way I can report the bug upstream

Thanks,