Re: [bme-develop] sign in bug
Status: Planning
Brought to you by:
sirmik
|
From: Simon T. <sj...@ca...> - 2004-04-18 07:04:41
|
> Apart from this issue, have you found any other problems with the new
> code? Last time Bme crash after I left it connected for the whole
> day,
> I couldn't identify what caused the problem, if it was a particular
> command, or if after a long while the MsnBuffer gets messed up.
I had a very strange crash yesterday - let me type 1 message, then the
next 1 would cause an instant crash.
I managed to fix it my changing messaging->SetText(NULL);
to messaging->SetText(""); in MSNChatter, line 260.
Weird though.
I used it on my fast net connection for a few hours without any crashes
either - the old version always used to go to 100% in the SBReceive
threads after a few minutes of a conversation. Probably thanks to the
bigger buffer. Great work!
I'll let you know if I spot anything else.
Simon
|