Re: core segfaults (Yahoo?)
Meredydd <[email protected]> Mon, 8 Mar 2004 09:35:19 +0000
| Newsgroups | gmane.network.everybuddy.devel |
|---|---|
| Message-ID | <[email protected]> |
On Monday 08 March 2004 04:47, Philip S Tellis wrote: > On Fri, 5 Mar 2004, Karine Proot wrote: > > #3 0x402fd36b in yahoo_process_status (yid=0x0, pkt=0x8072e70) > > at libyahoo2.c:1397 > > #4 0x40301391 in yahoo_process_pager_connection (yid=0x8062428, > > over=0) at libyahoo2.c:3020 > > strange. > yid cannot change from 0x8062428 to 0x0 on its own. Stack smash? Have you tried compiling it with electric fence? > yahoo_process_status is not called from within > yahoo_process_pager_connection. There needs to be a > yahoo_packet_process in between. Sometimes this is an optimisation thing. Make sure to compile with -O0 (diddle the Makefile?) Meredydd