[Cooker] Gaim segfaults.

2002-09-11 Thread Brook Humphrey

try to send anybody a message and it segfaults:

I used gdb on it but nothing good was given just a contact the authors 
message.


-- 
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
  Brook Humphrey   
Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107
http://www.webmedic.net, [EMAIL PROTECTED], [EMAIL PROTECTED]   
 Holiness unto the Lord
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-





[Cooker] gaim segfaults on send messages

2002-07-15 Thread Roger

gaim-0.59-3mdk rebuilt for i686.

i've also tried real basic settings such as -O2, etc
-- 
Roger
-
irc.oftc.net or us.openprojects.net #mandrake

Verify my pgp/gnupg signature on my HomePage:
http://www.alltel.net/~rogerx/about/index.html



roger]$ gdb gaim
GNU gdb 5.1.1
Copyright 2002 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 i386-mandrake-linux...
(no debugging symbols found)...
(gdb) run
Starting program: /usr/bin/gaim 
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...[New Thread 1024 (LWP 4528)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 4528)]
0x404dca14 in strchr () from /lib/libc.so.6
(gdb) bt
#0  0x404dca14 in strchr () from /lib/libc.so.6
#1  0x6f74656d in ?? ()
(gdb) 




signature.asc
Description: This is a digitally signed message part


Re: [Cooker] gaim segfaults on send messages

2002-07-15 Thread Geoffrey Lee

 (no debugging symbols found)...(no debugging symbols found)...
 (no debugging symbols found)...(no debugging symbols found)...
 (no debugging symbols found)...(no debugging symbols found)...
 (no debugging symbols found)...[New Thread 1024 (LWP 4528)]
 
 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 1024 (LWP 4528)]
 0x404dca14 in strchr () from /lib/libc.so.6
 (gdb) bt
 #0  0x404dca14 in strchr () from /lib/libc.so.6
 #1  0x6f74656d in ?? ()
 (gdb) 
 

Such gdb output may not be very useful unfortunately, try rebuilding
with symbols, and give a bt on SEGV. (Spec-helper strips the binaries
by default, unfortunately.)



-- G.



-- 
Geoffrey Lee [EMAIL PROTECTED]
§õªø­·

http://www.wychk.org/~glee

$ /usr/games/fortune
Anything that can go wrong will go
Segmentation fault (core dumped)
$ 





Re: [Cooker] gaim segfaults on send messages

2002-07-15 Thread Roger

On Mon, 2002-07-15 at 02:22, Geoffrey Lee wrote:
  (no debugging symbols found)...(no debugging symbols found)...
  (no debugging symbols found)...(no debugging symbols found)...
  (no debugging symbols found)...(no debugging symbols found)...
  (no debugging symbols found)...[New Thread 1024 (LWP 4528)]
  
  Program received signal SIGSEGV, Segmentation fault.
  [Switching to Thread 1024 (LWP 4528)]
  0x404dca14 in strchr () from /lib/libc.so.6
  (gdb) bt
  #0  0x404dca14 in strchr () from /lib/libc.so.6
  #1  0x6f74656d in ?? ()
  (gdb) 
  
 
 Such gdb output may not be very useful unfortunately, try rebuilding
 with symbols, and give a bt on SEGV. (Spec-helper strips the binaries
 by default, unfortunately.)

i just did a make install from the /usr/src/RPM/BUILD/gaim* folder.  I'm
sure that there is an easier way?
-- 
Roger
-
irc.oftc.net or us.openprojects.net #mandrake

Verify my pgp/gnupg signature on my HomePage:
http://www.alltel.net/~rogerx/about/index.html


$ gdb gaim
GNU gdb 5.1.1
Copyright 2002 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 i386-mandrake-linux...
(gdb) run
Starting program: /usr/bin/gaim 
[New Thread 1024 (LWP 5825)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 5825)]
0x404ddd5f in strlen () from /lib/libc.so.6
(gdb) bt
#0  0x404ddd5f in strlen () from /lib/libc.so.6
#1  0x401e0c73 in g_strdup () from /usr/lib/libglib-1.2.so.0
#2  0x0809ecaf in find_buddy ()
#3  0x0809e84f in add_buddy ()
#4  0x4002a786 in im_handler () from /usr/lib/gaim/autoadd.so
#5  0x080a1a17 in plugin_event ()
#6  0x08070f96 in send_callback ()
#7  0x400e40e1 in gtk_marshal_NONE__NONE () from
/usr/lib/libgtk-1.2.so.0
#8  0xa115 in ?? ()
Cannot access memory at address 0x3f
(gdb) 




signature.asc
Description: This is a digitally signed message part


Re: [Cooker] gaim segfaults on send messages

2002-07-15 Thread Geoffrey Lee

   (gdb) bt
   #0  0x404dca14 in strchr () from /lib/libc.so.6
   #1  0x6f74656d in ?? ()
   (gdb) 
   
  
  Such gdb output may not be very useful unfortunately, try rebuilding
  with symbols, and give a bt on SEGV. (Spec-helper strips the binaries
  by default, unfortunately.)
 
 i just did a make install from the /usr/src/RPM/BUILD/gaim* folder.  I'm
 sure that there is an easier way?

There is, you have to hack the spec so that you define the macro which 
runs the spec-helper strip script to null so nothing is done.

And it seems to me that you get this segfault on startup? I cannot 
reproduce it ... can you backup your .gaimrc and .gaim/ and do it from scratch
to see how you can reliably reproduce this problem?



-- Geoff.





Re: [Cooker] gaim segfaults on send messages

2002-07-15 Thread Roger

i just grabbed the latest gaim cvs and it appears to work now.

one thing that i *failed* to try was to check for *conflicting plugins*!
(doh!)

i had almost all the plugins loaded. and one obvious thing could be the
fact that i was signed on both aim  licq at the same time(?)

-- 
Roger
-
irc.oftc.net or us.openprojects.net #mandrake

Verify my pgp/gnupg signature on my HomePage:
http://www.alltel.net/~rogerx/about/index.html



signature.asc
Description: This is a digitally signed message part


Re: [Cooker] gaim segfaults on send messages

2002-07-15 Thread Roger

nah. i just loaded all the plugins i had prior and sending a icq message
now works without crashing.

somethings up with the last released version. it appears fixed now.

keep in mind, that i tried rebuilding the cooker gaim on 2 seperate
boxes and did allot of experimenting and still got the same crash and
now the cvs version works fine.

thanx for the tip on gdb symbols...i'm going to track down the bug i
filed with the gaim bug system and advise them it's been apperantly
fixed in cvs.

-- 
Roger
-
irc.oftc.net or us.openprojects.net #mandrake

Verify my pgp/gnupg signature on my HomePage:
http://www.alltel.net/~rogerx/about/index.html



signature.asc
Description: This is a digitally signed message part


Re: [Cooker] gaim segfaults on send messages

2002-07-15 Thread Roger

mmm..wow. i've got a cvs build packaged...i just need to edit it so that
it's named properly.

i'm thinking on uploading it also ;-)

-- 
Roger
-
irc.oftc.net or us.openprojects.net #mandrake

Verify my pgp/gnupg signature on my HomePage:
http://www.alltel.net/~rogerx/about/index.html



signature.asc
Description: This is a digitally signed message part