Menu

#11 it crashes pidgin(2.7.7)

closed-fixed
Qjuh
None
5
2011-07-03
2010-11-29
Anonymous
No

When send a message to a chat room, pidgin gets segmentfault.
Details please see:
http://developer.pidgin.im/ticket/13003

Discussion

  • Qjuh

    Qjuh - 2010-11-29
    • assigned_to: nobody --> qjuh
    • status: open --> open-accepted
     
  • Qjuh

    Qjuh - 2010-11-29

    Thank you for your report.

    Since you seem to know how to debug with gdb, could you please attach the debug output of gdb, if possible with LaTeX.h from the sources accessible by gdb.

    Thank you
    Qjuh

     
  • Nobody/Anonymous

    $ gdb /usr/bin/pidgin
    GNU gdb (Gentoo 7.2 p1) 7.2
    Copyright (C) 2010 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law. Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "i686-pc-linux-gnu".
    For bug reporting instructions, please see:
    <http://bugs.gentoo.org/>...
    Reading symbols from /usr/bin/pidgin...(no debugging symbols found)...done.
    (gdb) run
    Starting program: /usr/bin/pidgin
    [Thread debugging using libthread_db enabled]
    Traceback (most recent call last):
    File "/usr/share/gdb/auto-load/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/libstdc++.so.6.0.14-gdb.py", line 59, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
    ImportError: No module named libstdcxx.v6.printers

    Program received signal SIGSEGV, Segmentation fault.
    0xb69576d0 in ?? () from /usr/lib/pidgin/LaTeX.so
    (gdb) quit
    A debugging session is active.

    Inferior 1 [process 14644] will be killed.

    Quit anyway? (y or n) y

    Thanks,
    Sipingal

     
  • Nobody/Anonymous

    When I enable the debug information for the pidgin-latex(LateX.so) plugin, I got below errors.
    gdb /usr/bin/pidgin
    GNU gdb (Gentoo 7.2 p1) 7.2
    Copyright (C) 2010 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law. Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "i686-pc-linux-gnu".
    For bug reporting instructions, please see:
    <http://bugs.gentoo.org/>...
    Reading symbols from /usr/bin/pidgin...(no debugging symbols found)...done.
    (gdb) run
    Starting program: /usr/bin/pidgin
    [Thread debugging using libthread_db enabled]
    Traceback (most recent call last):
    File "/usr/share/gdb/auto-load/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/libstdc++.so.6.0.14-gdb.py", line 59, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
    ImportError: No module named libstdcxx.v6.printers

    Program received signal SIGSEGV, Segmentation fault.
    0xb6957b33 in message_send (account=0x81ca170, who=0xbfffbaac "\360\275\270\b\250\273\377\277PP\377\267", buffer=0x1, type=PURPLE_CONV_TYPE_CHAT)
    at LaTeX.c:634
    634 if (strstr(*buffer,KOPETE_TEX) == NULL)
    (gdb) print *buffer
    Cannot access memory at address 0x1
    (gdb)

     
  • Qjuh

    Qjuh - 2010-12-03
    • status: open-accepted --> open-fixed
     
  • Qjuh

    Qjuh - 2010-12-03

    Ok, there was a wrong order of the method parameters for incoming-chat-signals.

    This is fixed in 1.4.3

    Thank you for your effort in making Pidgin-LaTeX even better.

     
  • Nobody/Anonymous

    Index.. May I repost it? :)

     
  • Qjuh

    Qjuh - 2011-05-08

    I'm sorry, but I didn't understand your question. Could you be a bit more specific?

    Thank you

     
  • Qjuh

    Qjuh - 2011-06-19
    • status: open-fixed --> pending-fixed
     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     
  • SourceForge Robot

    • status: pending-fixed --> closed-fixed
     

Log in to post a comment.