Menu

#78 chat causes crash wx1.5b3

open
nobody
None
5
2005-03-26
2005-03-26
Anonymous
No

When entering a message in a chat room it crashes the
whole program.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    forgot to mention that the platform is Linux. compiled from
    source.

     
  • Nobody/Anonymous

    Logged In: NO

    on linux

     
  • Nobody/Anonymous

    Logged In: NO

    Could be another instance of lack of unicode to ascii
    conversion problem. Like the previous bug 1170800

     
  • Tom

    Tom - 2005-04-02

    Logged In: YES
    user_id=1045619

    I believe I have nailed the bug down to two offending lines
    in d_chat.cpp, both of which consist of:

    i.lParam=GetTickCount();

    By simply commenting out these two lines, chat functionality
    was restored. I am by no means a decent coder, so I really
    can't say if I'm breaking anything else, but it doesnt seem
    like it.

    -Anom

     
  • fangeles

    fangeles - 2005-04-08

    Logged In: YES
    user_id=930880

    same problem here
    but if you chat with someone [ not in a room] it works

    also

    the send file to someone feature is missing
    missing refresh of a shared directory

    otherwise works fine

     
  • Nobody/Anonymous

    Logged In: NO

    I have the same bug... Can use private chat but when joining
    a channel and writing there => crash...

     
  • Adam Buchbinder

    Adam Buchbinder - 2007-04-09

    Logged In: YES
    user_id=20994
    Originator: NO

    The problem is still present in wxwaste 1.5b4. I compiled and am running on Ubuntu Dapper, with wx 2.6.1.

    theanomaly's patch works for me at this point. A backtrace of the crash, which I don't think tells us anything new, begins thus:

    Program received signal SIGSEGV, Segmentation fault.
    [Switching to Thread -1225447744 (LWP 31840)]
    0x08080bc3 in chat_WM_COMMAND_IDC_CHAT (hwndDlg=0x85d8c88) at d_chat.cpp:1125
    1125 if (isbold || !i.lParam) {
    (gdb) bt
    #0 0x08080bc3 in chat_WM_COMMAND_IDC_CHAT (hwndDlg=0x85d8c88)
    at d_chat.cpp:1125
    #1 0x0808d3fd in WxChat::OnCChateditEnter (this=0x0, event=@0x0)
    at wxchat.cpp:217

     

Log in to post a comment.