dpogue / pidgin-cyanchat

Automatically exported from code.google.com/p/pidgin-cyanchat
GNU General Public License v3.0
1 stars 0 forks source link

Crash upon sign-in #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Choose the nick fourth-guy
2. Sign in
3. Crash

What is the expected output? What do you see instead?
On terminal, "aborted" simply appears.

What version of the product are you using? On what operating system?
1.6 AMD64 version on an Ubuntu 9.04 64bit operating system.

Please provide any additional information below.
I've had this bug before.

Original issue reported on code.google.com by ivanxue...@gmail.com on 31 May 2009 at 8:36

GoogleCodeExporter commented 9 years ago
Can you provide a debug log or a gdb backtrace?
Instructions are at http://developer.pidgin.im/wiki/GetABacktrace

Original comment by dvpdiner2 on 3 Jun 2009 at 5:26

GoogleCodeExporter commented 9 years ago
I have the same problem, using pidgin-cyanchat_16_amd64.deb:

#0  0x00007f8efb059f55 in *__GI_raise (sig=<value optimized out>)
    at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0x00007f8efb05cd90 in *__GI_abort () at abort.c:88
#2  0x0000000000485781 in ?? ()
#3  <signal handler called>
#4  from_iso8859_1 (step=0x174e418, data=0x174e958, inptrp=0x7fffe2e4fbf0, 
    inend=0x101806742 <Address 0x101806742 out of bounds>, outbufstart=0x0, 
    irreversible=0x7fffe2e4fb58, do_flush=0, consume_incomplete=0)
    at ../iconv/loop.c:332
#5  gconv (step=0x174e418, data=0x174e958, inptrp=0x7fffe2e4fbf0, 
    inend=0x101806742 <Address 0x101806742 out of bounds>, outbufstart=0x0, 
    irreversible=0x7fffe2e4fb58, do_flush=0, consume_incomplete=0)
    at ../iconv/skeleton.c:611
#6  0x00007f8efb047bec in __gconv (cd=0x174e910, inbuf=0x7fffe2e4fbf0, 
    inbufend=0x101806742 <Address 0x101806742 out of bounds>, 
    outbuf=0x7fffe2e4fbf8, outbufend=<value optimized out>, 
    irreversible=<value optimized out>) at gconv.c:80
#7  0x00007f8efb04715c in iconv (cd=0x174e418, inbuf=0x7fffe2e4fbf0, 
    inbytesleft=0x7fffe2e4fbe8, outbuf=0x7fffe2e4fbf8, 
    outbytesleft=0x7fffe2e4fbe0) at iconv.c:53
#8  0x00007f8efb6beb0e in IA__g_convert_with_iconv (str=<value optimized out>, 
    len=<value optimized out>, converter=0x174e910, bytes_read=0x0, 
    bytes_written=<value optimized out>, error=<value optimized out>)
    at /tmp/buildd/glib2.0-2.22.4/glib/gconvert.c:614
#9  0x00007f8efb6bedac in IA__g_convert (str=0x1806743 "0Zadok,882432938240", 
    len=4294967295, to_codeset=<value optimized out>, 
    from_codeset=<value optimized out>, bytes_read=0x0, bytes_written=0x0, 
    error=0x7fffe2e4fc98) at /tmp/buildd/glib2.0-2.22.4/glib/gconvert.c:760
#10 0x00007f8ee24c4d4f in cyanchat_convert_utf8 (
    src=0x1806743 "0Zadok,882432938240") at libcyanchat.c:508
#11 0x00007f8ee24c52f8 in handle_input (data=<value optimized out>, 
    source=<value optimized out>, cond=<value optimized out>)
    at libcyanchat.c:368
#12 cyanchat_input_cb (data=<value optimized out>, 
    source=<value optimized out>, cond=<value optimized out>)
    at libcyanchat.c:245
#13 0x000000000046dc6e in ?? ()
#14 0x00007f8efb6d590e in g_main_dispatch (context=0xc47e20)
    at /tmp/buildd/glib2.0-2.22.4/glib/gmain.c:1960
#15 IA__g_main_context_dispatch (context=0xc47e20)
    at /tmp/buildd/glib2.0-2.22.4/glib/gmain.c:2513
#16 0x00007f8efb6d92c8 in g_main_context_iterate (context=0xc47e20, 
    block=<value optimized out>, dispatch=<value optimized out>, 
    self=<value optimized out>) at /tmp/buildd/glib2.0-2.22.4/glib/gmain.c:2591
#17 0x00007f8efb6d9725 in IA__g_main_loop_run (loop=0x17a65c0)
    at /tmp/buildd/glib2.0-2.22.4/glib/gmain.c:2799
#18 0x00007f8efc894f87 in IA__gtk_main () at /gtk+2.0-2.18.6/gtk/gtkmain.c:1218
#19 0x000000000048533f in main ()

Original comment by pige...@gmail.com on 22 Feb 2010 at 1:12