[Pidgin] #1145: Infinite loop bug in finch?
Pidgin
trac at pidgin.im
Sun May 20 03:31:46 EDT 2007
#1145: Infinite loop bug in finch?
--------------------+-------------------------------------------------------
Reporter: bleeter | Owner: sadrul
Type: defect | Status: new
Priority: minor | Component: finch (gnt/ncurses)
Version: 2.0 | Keywords:
Pending: 0 |
--------------------+-------------------------------------------------------
Current mtn, tried running finch, it segfaulted with the following:
{{{
#0 0x009781ac in _int_malloc (av=0xa4c120, bytes=81) at malloc.c:3982
#1 0x009797d3 in _int_realloc (av=0xa4c120, oldmem=0xa31cd80, bytes=80)
at malloc.c:4839
#2 0x0097b94e in *__GI___libc_realloc (oldmem=0xa31cd80, bytes=80)
at malloc.c:3624
#3 0x00481ce8 in dbus_realloc () from /lib/libdbus-1.so.3
#4 0x0048282f in dbus_malloc () from /lib/libdbus-1.so.3
#5 0x00482a5c in dbus_malloc () from /lib/libdbus-1.so.3
#6 0x0046e93f in dbus_error_has_name () from /lib/libdbus-1.so.3
#7 0x0046c81f in dbus_error_has_name () from /lib/libdbus-1.so.3
#8 0x0046cbc0 in dbus_error_has_name () from /lib/libdbus-1.so.3
#9 0x0047429f in dbus_message_new_signal () from /lib/libdbus-1.so.3
#10 0x00c21839 in purple_dbus_signal_emit_purple (name=0xc2a586 "update-
idle",
num_values=0, values=0x0, vargs=0xbf28f478 "\230ô(¿Â\021¾")
at dbus-server.c:752
#11 0x00bef8ed in purple_signal_emit_vargs (instance=0xc43988,
signal=0xc2a586 "update-idle", args=0xbf28f478 "\230ô(¿Â\021¾")
at signals.c:489
#12 0x00bef9fc in purple_signal_emit (instance=0xa4c120,
signal=0x31 <Address 0x31 out of bounds>) at signals.c:433
#13 0x00bd2fd1 in check_idleness () at idle.c:127
#14 0x00bd3317 in check_idleness_timer () at idle.c:229
#15 0x00bed1d5 in purple_savedstatus_set_idleaway (idleaway=0)
at savedstatuses.c:836
#16 0x00bd3243 in check_idleness () at idle.c:200
#17 0x00bd3317 in check_idleness_timer () at idle.c:229
#18 0x00bed1d5 in purple_savedstatus_set_idleaway (idleaway=0)
at savedstatuses.c:836
#19 0x00bd3243 in check_idleness () at idle.c:200
#20 0x00bd3317 in check_idleness_timer () at idle.c:229
#21 0x00bed1d5 in purple_savedstatus_set_idleaway (idleaway=0)
at savedstatuses.c:836
}}}
...
I was at around frame 600 when I started considering this as some weird
infinite loop thing.
--
Ticket URL: <http://developer.pidgin.im/ticket/1145>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list