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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
$ 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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
$ 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
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)
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.
Index.. May I repost it? :)
I'm sorry, but I didn't understand your question. Could you be a bit more specific?
Thank you
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).