aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: cvs20050317 nasty crash  (Read 1871 times)

nachbarnebenan

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 75
cvs20050317 nasty crash
« on: March 23, 2005, 04:16:46 PM »

wow, this was a rather nasty one, amule started to consume up to 2g of memory then went down to about 40m and segs. i dunno what caused it, i deleted some files from my dl list, which waited for more than a year now and probably amule didn't like it. i didn't, that's for sure.
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: cvs20050317 nasty crash
« Reply #1 on: March 24, 2005, 04:24:31 AM »

The crash was here:
UploadClient.cpp:66:
   if (m_Username.IsEmpty()) {

Kry, did you forget a call to client->SetUserName()? m_Username seems to be uninitialized.
Logged