linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #07916
Re: [Bug 1238966] Re: DC++ crashes randomly, sometimes at startup
I just had another crash with these two hubs:
dutchfriends.no-ip.org:4112
dc.ozerki.net
So now I am going to run with dutchfriend only and see what happens
<?xml version="1.0" encoding="UTF-16"?>
<DATABASE>
<EXE NAME="DCPlusPlus.exe" FILTER="GRABMI_FILTER_PRIVACY">
<MATCHING_FILE NAME="DCPlusPlus.exe" SIZE="7834126" CHECKSUM="0x565BF393" BIN_FILE_VERSION="0.8.3.1" BIN_PRODUCT_VERSION="0.8.3.1" PRODUCT_VERSION="0, 8, 3, 1" FILE_DESCRIPTION="DC++" PRODUCT_NAME="DC++" FILE_VERSION="0, 8, 3, 1" ORIGINAL_FILENAME="DCPlusPlus.exe" INTERNAL_NAME="DC++" LEGAL_COPYRIGHT="Copyright 2001-2013 Jacek Sieka" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x77D035" LINKER_VERSION="0x10000" UPTO_BIN_FILE_VERSION="0.8.3.1" UPTO_BIN_PRODUCT_VERSION="0.8.3.1" LINK_DATE="11/11/2013 15:02:54" UPTO_LINK_DATE="11/11/2013 15:02:54" VER_LANGUAGE="English (United States) [0x409]" />
<MATCHING_FILE NAME="uninstall.exe" SIZE="150313" CHECKSUM="0x6A14CDE9" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x60000" LINK_DATE="02/24/2012 19:19:59" UPTO_LINK_DATE="02/24/2012 19:19:59" />
</EXE>
<EXE NAME="kernel32.dll" FILTER="GRABMI_FILTER_THISFILEONLY">
<MATCHING_FILE NAME="kernel32.dll" SIZE="991744" CHECKSUM="0x5ACBF35E" BIN_FILE_VERSION="5.1.2600.6293" BIN_PRODUCT_VERSION="5.1.2600.6293" PRODUCT_VERSION="5.1.2600.6293" FILE_DESCRIPTION="Windows NT BASE API Client DLL" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Windows® Operating System" FILE_VERSION="5.1.2600.6293 (xpsp_sp3_qfe.121001-1624)" ORIGINAL_FILENAME="kernel32" INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft Corporation. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xFBE8A" LINKER_VERSION="0x50001" UPTO_BIN_FILE_VERSION="5.1.2600.6293" UPTO_BIN_PRODUCT_VERSION="5.1.2600.6293" LINK_DATE="10/03/2012 04:57:29" UPTO_LINK_DATE="10/03/2012 04:57:29" VER_LANGUAGE="English (United States) [0x409]" />
</EXE>
</DATABASE>
DC++ has crashed on 2014-01-21 at 05:50:55.
Please report this data to the DC++ team for further investigation.
DC++ version: DC++ v0.831 (r3365)
TTH: 7WYPILGP3DBQXRDZE7HHKR7INOZOJZBX4CG7AHI
Compiled with MinGW-w64's GCC 4.8.1
Exception code: c0000005
Windows version: major = 5, minor = 1, build = 2600, SP = 3, type = 1
Processors: 2 * x86
Writing the stack trace...
DCPlusPlus: h:/mingw/lib/gcc/i686-w64-mingw32/4.8.1/include/c++/ext/atomicity.h (47)
DCPlusPlus: h:/mingw/lib/gcc/i686-w64-mingw32/4.8.1/include/c++/ext/new_allocator.h (110), function: void/unknown execTasks(HubFrame* const this)
DCPlusPlus: h:/mingw/lib/gcc/i686-w64-mingw32/4.8.1/include/c++/functional (2029), function: bool dispatchAsync(Application* const this)
Information about the crash has been written.
-----Original Message-----
From: "LoRenZo" <1238966@xxxxxxxxxxxxxxxxxx>
Sent: Monday, January 20, 2014 4:48pm
To: ostinato32@xxxxxxxxxx
Subject: [Bug 1238966] Re: DC++ crashes randomly, sometimes at startup
I just finished a test based on splitting the hubs in groups, 10 per a client to be specific.
This way I was running 9 clients, all having the same exact setup.
In less than 22 hours 7 out of the 9 clients crashed, all of them for the very same reason nonetheless.
The clients were started with gdb, so I created a full backtrace for each in case it would matter.
As they contain identical data, you can find one of them attached.
Based on the comment from maksis in this thread I believe he was
searching in the right direction for the root cause of this issue.
** Attachment added: "bt_full_2014-01-19.log"
https://bugs.launchpad.net/dcplusplus/+bug/1238966/+attachment/3953069/+files/bt_full_2014-01-19.log
--
You received this bug notification because you are subscribed to a
duplicate bug report (1265204).
https://bugs.launchpad.net/bugs/1238966
Title:
DC++ crashes randomly, sometimes at startup
Status in DC++:
Confirmed
Bug description:
Hi!
I'm getting a lot of random CTDs. Sometimes they occur at startup sometimes after the program has run for a while.
Here is my CrashLog:
DC++ has crashed on 2013-10-11 at 22:47:51.
Please report this data to the DC++ team for further investigation.
DC++ version: DC++ v0.830 (r3357)
TTH: 7QLY4VIYEYXMSN4YCDVWK5E6DMA34ZHJG6SNFNI
Compiled with MinGW-w64's GCC 4.8.1 (x64)
Exception code: c0000005
Windows version: major = 6, minor = 1, build = 7601, SP = 1, type = 1
Processors: 8 * x64
Writing the stack trace...
DCPlusPlus: H:\Dev\DC++\repo/dcpp/Speaker.h (60), function: void/unknown putOnline(ClientManager* const this, OnlineUser* ou)
DCPlusPlus: H:\Dev\DC++\repo/boost/boost/smart_ptr/intrusive_ptr.hpp (97), function: OnlineUser& getUser(NmdcHub* const this, string const& const aNick)
DCPlusPlus: H:\Dev\DC++\repo/dcpp/OnlineUser.h (97), function: void/unknown onLine(NmdcHub* const this, string const& const aLine)
DCPlusPlus: H:\Dev\DC++\repo/dcpp/NmdcHub.cpp (996), function: void/unknown on(NmdcHub* const this, string const& const aLine)
DCPlusPlus: H:\Dev\DC++\repo/dcpp/Speaker.h (59), function: void/unknown threadRead(BufferedSocket* const this)
DCPlusPlus: H:\Dev\DC++\repo/dcpp/BufferedSocket.cpp (489), function: int run(BufferedSocket* const this)
DCPlusPlus: H:\Dev\DC++\repo/dcpp/Thread.h (110), function: DWORD starter(void/unknown p)
kernel32: [Failed to load the debugging data into memory (error: 2)] BaseThreadInitThunk
ntdll: [Failed to load the debugging data into memory (error: 2)] RtlUserThreadStart
Information about the crash has been written.
The crash occurs pretty frequently.
To manage notifications about this bug go to:
https://bugs.launchpad.net/dcplusplus/+bug/1238966/+subscriptions
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/1238966
Title:
DC++ crashes randomly, sometimes at startup
Status in DC++:
Confirmed
Bug description:
Hi!
I'm getting a lot of random CTDs. Sometimes they occur at startup sometimes after the program has run for a while.
Here is my CrashLog:
DC++ has crashed on 2013-10-11 at 22:47:51.
Please report this data to the DC++ team for further investigation.
DC++ version: DC++ v0.830 (r3357)
TTH: 7QLY4VIYEYXMSN4YCDVWK5E6DMA34ZHJG6SNFNI
Compiled with MinGW-w64's GCC 4.8.1 (x64)
Exception code: c0000005
Windows version: major = 6, minor = 1, build = 7601, SP = 1, type = 1
Processors: 8 * x64
Writing the stack trace...
DCPlusPlus: H:\Dev\DC++\repo/dcpp/Speaker.h (60), function: void/unknown putOnline(ClientManager* const this, OnlineUser* ou)
DCPlusPlus: H:\Dev\DC++\repo/boost/boost/smart_ptr/intrusive_ptr.hpp (97), function: OnlineUser& getUser(NmdcHub* const this, string const& const aNick)
DCPlusPlus: H:\Dev\DC++\repo/dcpp/OnlineUser.h (97), function: void/unknown onLine(NmdcHub* const this, string const& const aLine)
DCPlusPlus: H:\Dev\DC++\repo/dcpp/NmdcHub.cpp (996), function: void/unknown on(NmdcHub* const this, string const& const aLine)
DCPlusPlus: H:\Dev\DC++\repo/dcpp/Speaker.h (59), function: void/unknown threadRead(BufferedSocket* const this)
DCPlusPlus: H:\Dev\DC++\repo/dcpp/BufferedSocket.cpp (489), function: int run(BufferedSocket* const this)
DCPlusPlus: H:\Dev\DC++\repo/dcpp/Thread.h (110), function: DWORD starter(void/unknown p)
kernel32: [Failed to load the debugging data into memory (error: 2)] BaseThreadInitThunk
ntdll: [Failed to load the debugging data into memory (error: 2)] RtlUserThreadStart
Information about the crash has been written.
The crash occurs pretty frequently.
To manage notifications about this bug go to:
https://bugs.launchpad.net/dcplusplus/+bug/1238966/+subscriptions
References