crash bug on 0.4034

Archived discussion about features (predating the use of Bugzilla as a bug and feature tracker)

Moderator: Moderators

Locked
KatanaTam
Posts: 10
Joined: 2004-10-17 08:01
Contact:

crash bug on 0.4034

Post by KatanaTam » 2004-10-18 10:26

Crash 100% on this statue!!!

trun on DC++ chat loging (private or main).
and then input chinese word: 好
(Please Copy the word if your system can't input chinese, then send it out to yourself (enable private chat log) or send out on main chat (enable main chat log).

I think this bug is made by code translation. UNICODE to ASCII.

please cheak it out..

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Post by joakim_tosteberg » 2004-10-18 10:36

Using the latest development version of DC++ I have no problems with it.

KatanaTam
Posts: 10
Joined: 2004-10-17 08:01
Contact:

Post by KatanaTam » 2004-10-18 10:42

I found out the bug is made by this code:

LOG(user->getNick(), Util::formatParams(SETTING(LOG_FORMAT_PRIVATE_CHAT), params));

can tell me which file is wrong??

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Post by joakim_tosteberg » 2004-10-18 13:39

As pointed to you in your other thread, use the CVS version and see if you can reproduce the error there first.

Locked