Menu

#4 Crash on connect

open
nobody
None
5
2003-04-23
2003-04-23
Anonymous
No

When pressing the menu item File->Connect chiyo segfaults

(gdb) run
Starting program: /usr/local/bin/chiyo
session_init
generated session id
inserting in list
first: 809f380
In before crash.

Program received signal SIGSEGV, Segmentation fault.
0x080508ce in on_entry_username_changed (editable=0x81870f0, user_data=0x0)
at callbacks.c:199
199 current->username = g_string_assign(current->username, buf);

Discussion

  • Lucid One

    Lucid One - 2003-04-24

    Logged In: YES
    user_id=763818

    on_entry_username_changed() in callbacks.c

    The problem is once again
    current = get_session_current(GTK_WIDGET(editable))
    returns 0

     
  • Lucid One

    Lucid One - 2003-04-24

    Logged In: YES
    user_id=763818

    on_entry_username_changed() in callbacks.c

    The problem is once again
    current = get_session_current(GTK_WIDGET(editable))
    returns 0

     
  • Lucid One

    Lucid One - 2003-04-24

    Logged In: YES
    user_id=763818

    on_entry_username_changed() in callbacks.c

    The problem is once again
    current = get_session_current(GTK_WIDGET(editable))
    returns 0

     

Log in to post a comment.