Bugs item #1693336, was opened at 2007-04-02 23:07
Message generated for change (Comment added) made by hyperthing
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100235&aid=1693336&group_id=235

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: segfault
Group: v1.5.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: SIGSEGV (zthe_rabbitz)
Assigned to: Nobody/Anonymous (nobody)
Summary: Additional segfault info. 

Initial Comment:
Hello, thank you for working on this software it is excellent.  Sorry if this 
is a repost but I searched and found a report but not enough log info was given 
by the sender I think.  I did a back trace and maybe it can help.

using Mepis 6.0 gaim package 1:1.5.0+1.5.1cvs20051015-1ubuntu10

$ gdb gaim 2>&1 | tee gdb-gaim.txt
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) handle SIG33 pass nostop noprint
Signal        Stop      Print   Pass to program Description
SIG33         No        No      Yes             Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/gaim
(no debugging symbols found)
      <snip>
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1208809792 (LWP 17935)]
(no debugging symbols found)
       <snip>
(no debugging symbols found)
QPainter::begin: Cannot paint null pixmap
QPainter::setPen: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::begin: Cannot paint null pixmap
QPainter::setPen: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::begin: Cannot paint null pixmap
QPainter::setPen: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::begin: Cannot paint null pixmap
QPainter::setPen: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::begin: Cannot paint null pixmap
QPainter::setPen: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::setPen: Will be reset by begin()

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208809792 (LWP 17935)]
0x41c8ed80 in strcmp () from /lib/tls/libc.so.6
(gdb) backtrace
#0  0x41c8ed80 in strcmp () from /lib/tls/libc.so.6
#1  0xb7d87222 in msn_session_find_slplink () from /usr/lib/gaim/libmsn.so
#2  0xb7d8725f in msn_session_get_slplink () from /usr/lib/gaim/libmsn.so
#3  0xb7d85bd8 in msn_p2p_msg () from /usr/lib/gaim/libmsn.so
#4  0xb7d77daf in msn_cmdproc_process_msg () from /usr/lib/gaim/libmsn.so
#5  0xb7d894e1 in msn_switchboard_send_msg () from /usr/lib/gaim/libmsn.so
#6  0xb7d77d38 in msn_cmdproc_process_payload () from /usr/lib/gaim/libmsn.so
#7  0xb7d84c54 in msn_servconn_write () from /usr/lib/gaim/libmsn.so
#8  0x080c7d46 in gaim_gtkdialogs_remove_chat ()
#9  0x41bdf52c in g_vasprintf () from /usr/lib/libglib-2.0.so.0
#10 0x41bb88d6 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#11 0x41bbb996 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#12 0x41bbbcb8 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#13 0x4179e775 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#14 0x080f4247 in main ()
(gdb) info registers
eax            0x0      0
ecx            0x0      0
edx            0x8562f48        139865928
ebx            0xb7d93510       -1210501872
esp            0xbf945a70       0xbf945a70
ebp            0xbf945a78       0xbf945a78
esi            0x8529d60        139631968
edi            0x854d988        139778440
eip            0x41c8ed80       0x41c8ed80 <strcmp+16>
eflags         0x10282  66178
cs             0x73     115
ss             0x7b     123
ds             0x7b     123
es             0x7b     123
fs             0x0      0
gs             0x33     51
(gdb) thread apply all backtrace

Thread 1 (Thread -1208809792 (LWP 17935)):
#0  0x41c8ed80 in strcmp () from /lib/tls/libc.so.6
#1  0xb7d87222 in msn_session_find_slplink () from /usr/lib/gaim/libmsn.so
#2  0xb7d8725f in msn_session_get_slplink () from /usr/lib/gaim/libmsn.so
#3  0xb7d85bd8 in msn_p2p_msg () from /usr/lib/gaim/libmsn.so
#4  0xb7d77daf in msn_cmdproc_process_msg () from /usr/lib/gaim/libmsn.so
#5  0xb7d894e1 in msn_switchboard_send_msg () from /usr/lib/gaim/libmsn.so
#6  0xb7d77d38 in msn_cmdproc_process_payload () from /usr/lib/gaim/libmsn.so
#7  0xb7d84c54 in msn_servconn_write () from /usr/lib/gaim/libmsn.so
#8  0x080c7d46 in gaim_gtkdialogs_remove_chat ()
#9  0x41bdf52c in g_vasprintf () from /usr/lib/libglib-2.0.so.0
#10 0x41bb88d6 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#11 0x41bbb996 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#12 0x41bbbcb8 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#13 0x4179e775 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#14 0x080f4247 in main ()
(gdb) quit
The program is running.  Exit anyway? (y or n) y


----------------------------------------------------------------------

Comment By: hyperactivething (hyperthing)
Date: 2007-04-03 21:13

Message:
Logged In: YES 
user_id=1759631
Originator: NO

This seems to have been fixed on the cvs2.0 asdad something like that
version.

----------------------------------------------------------------------

Comment By: SIGSEGV (zthe_rabbitz)
Date: 2007-04-02 23:15

Message:
Logged In: YES 
user_id=1759728
Originator: YES

I removed the package and reinstalled which seemed to fix the problem,
then when I added a new contact and then sent one message 'hello' it
crashed.  The times before seem to happen when I sent a message, but one
time it crashed when I accidently hit the right arrow and 0 buttons... but
i'd say it was like random.  Again I hope it helps.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100235&aid=1693336&group_id=235

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Gaim-bugs mailing list
Gaim-bugs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gaim-bugs

Reply via email to