[Pidgin] #4666: Pidgin GTK Byte index off the end of line.

Pidgin trac at pidgin.im
Wed Jan 16 14:38:38 EST 2008


#4666: Pidgin GTK Byte index off the end of line.
--------------------------+-------------------------------------------------
 Reporter:  Jaywalker     |       Type:  defect
   Status:  new           |   Priority:  minor 
Component:  pidgin (gtk)  |    Version:        
 Keywords:                |    Pending:  0     
--------------------------+-------------------------------------------------
 In the current development version of pidgin, since 2.4.0-devel, I've been
 continuously receiving a "Byte index XX off the end of line" where XX is
 some integer offset. Pidgin is the only GTK application doing this
 currently. From my research on the error message, it should be a simple
 offset fix somewhere in the GTK, that is, if it's not just me. The most
 similar site I found was http://www.reinteract.org/trac/ticket/16.
 Provided there was the ticket along with a patch, although it was in
 python. Maybe helpful?

 From what I can tell, it is not picky about any protocol. It does it for
 all of them when I'm either sending or receiving an IM.

 Here is the output from a gdb session followed with a backtrace:

 {{{
 (13:35:28) Gtk: gtktextbtree.c:3997: byte index off the end of the line
 (13:35:28) Gtk: Byte index 46 is off the end of the line

 Program received signal SIGABRT, Aborted.
 [Switching to Thread 0xb70366d0 (LWP 15089)]
 0xffffe410 in __kernel_vsyscall ()
 (gdb) bt full
 #0  0xffffe410 in __kernel_vsyscall ()
 No symbol table info available.
 #1  0xb71b88f5 in raise () from /lib/libc.so.6
 No symbol table info available.
 #2  0xb71ba1e1 in abort () from /lib/libc.so.6
 No symbol table info available.
 #3  0xb74e53fa in g_logv () from /usr/lib/libglib-2.0.so.0
 No symbol table info available.
 #4  0xb74e5439 in g_log () from /usr/lib/libglib-2.0.so.0
 No symbol table info available.
 #5  0xb7c84fc6 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
 No symbol table info available.
 #6  0xb7d3b1b7 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
 No symbol table info available.
 #7  0x00000004 in ?? ()
 No symbol table info available.
 #8  0xb7ddc2f0 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
 No symbol table info available.
 #9  0x0000002e in ?? ()
 No symbol table info available.
 #10 0xbfcd1f8c in ?? ()
 No symbol table info available.
 ---Type <return> to continue, or q <return> to quit---
 #11 0xbfcd1f6c in ?? ()
 No symbol table info available.
 #12 0x00000000 in ?? ()
 No symbol table info available.
 }}}

-- 
Ticket URL: <http://developer.pidgin.im/ticket/4666>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list