Modify ↓
Opened at 2012-01-06T01:30:48Z
Closed at 2012-01-10T17:23:58Z
#888 closed defect (fixed)
Crash in twitter_groupchat
Reported by: | aoeui | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Version: | devel | |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
Have had this happen 3 times tonight. Ran the child process in gdb and got a backtrace:
Program received signal SIGSEGV, Segmentation fault. 0x0000000000491aa2 in twitter_groupchat (ic=0x1255470, list=0x0) at twitter_lib.c:635 635 if (!gc->joined) (gdb) bt #0 0x0000000000491aa2 in twitter_groupchat (ic=0x1255470, list=0x0) at twitter_lib.c:635 #1 0x00000000004921af in twitter_flush_timeline (ic=0x1255470) at twitter_lib.c:783 #2 0x0000000000492895 in twitter_http_get_mentions (req=0x1273630) at twitter_lib.c:969 #3 0x0000000000434dc6 in http_incoming_data (data=0x1273630, source=21, cond=B_EV_IO_READ) at http_client.c:495 #4 0x00000000004334d1 in gaim_io_invoke (source=0x1257760, condition=G_IO_IN, data=0x1259180) at events_glib.c:88 #5 0x00007f4770e60a5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #6 0x00007f4770e61258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #7 0x00007f4770e61792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #8 0x0000000000433443 in b_main_run () at events_glib.c:64 #9 0x0000000000430b24 in main (argc=8, argv=0x7fffa50e3d38) at unix.c:183
Running bitlbee-bzr-870. localhost (Linux/x86_64)
Attachments (0)
Change History (3)
comment:1 Changed at 2012-01-10T00:29:20Z by
comment:2 Changed at 2012-01-10T11:15:12Z by
Just had another crash with fetch_mentions off:
Program received signal SIGSEGV, Segmentation fault. 0x0000000000491aa2 in twitter_groupchat (ic=0x1253d70, list=0x0) at twitter_lib.c:635 635 if (!gc->joined) (gdb) bt #0 0x0000000000491aa2 in twitter_groupchat (ic=0x1253d70, list=0x0) at twitter_lib.c:635 #1 0x00000000004921af in twitter_flush_timeline (ic=0x1253d70) at twitter_lib.c:783 #2 0x00000000004926da in twitter_http_get_home_timeline (req=0x125f920) at twitter_lib.c:917 #3 0x0000000000434dc6 in http_incoming_data (data=0x125f920, source=13, cond=B_EV_IO_READ) at http_client.c:495 #4 0x00000000004334d1 in gaim_io_invoke (source=0x125e330, condition=G_IO_IN, data=0x12606d0) at events_glib.c:88 #5 0x00007f4770e60a5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #6 0x00007f4770e61258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #7 0x00007f4770e61792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #8 0x0000000000433443 in b_main_run () at events_glib.c:64 #9 0x0000000000430b24 in main (argc=8, argv=0x7fffa50e3d38) at unix.c:183
comment:3 Changed at 2012-01-10T17:23:58Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in changeset:devel,871.
Note: See
TracTickets for help on using
tickets.
Since I disabled fetch_mentions, I have not had this crash again.