linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #06305
[Bug 1029629] Re: Crash under heavy load, 0.801
LoRenZo,
have you ever seen these crashes with debug builds (those that open a
console window while the application is running)?
unlike release builds, debug ones aren't optimized. it is possible some
optimizations are causing these crashes; if you can confirm that a debug
build doesn't have this issue, the offending optimization level can be
tracked down by editing it in the SConstruct file, line 27: possible
optimization flags are -O3, -O2, -O1 and -O0 (aka no optimization - same
as the debug build).
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/1029629
Title:
Crash under heavy load, 0.801
Status in DC++:
Incomplete
Bug description:
I can't really give detailed information about this, I didn't do anything special when the crash occured.
Please find the crash log attached. I assume that it has not been fixed in the 2 newer releases.
If you need anything else from my side regarding this, let me know
about it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/dcplusplus/+bug/1029629/+subscriptions
References