[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [JDEV] Yet another SegFault party..
Fixed... some local memory was being passed around obliterating everything
it touched, all happy now on this bug.
On Tue, 13 Apr 1999, Thomas Charron wrote:
> Alrighty, the disconnection segfault was fixed, but now I have yet another
> one..
>
> Connect to the transport. Login. Do Stuff.. Send </jabber>. Watch the
> segfault fly once again. ;-P It does the handle_logout, but belches soon
> after. Here is the a retype of the last few lines of the debug logs:
>
> DISPATCH=(NULL)
> Recieved XML close=(NULL)
> handle_logout=(NULL)
> Looking up session (user)=
> Removing Session =(NULL)
> Looking up session(user)=(NULL)
> Segmentation fault (core dumped)
>
> This is what I'm actually sending thru:
>
> <?xml version="1.0"?>
> <jabber version = "JabberClient/Win32/.01" protocol="19990324">
> <login><user>TwOlf</user><pass>craphead</pass><nick>Wolfie</nick></login>
> <message><to>TwOlf</to><say>HEY</say></message>
> </jabber>
>
> The </jabber> isn't sent untill I tell it to disconnect, soyes, the message
> get's thru the the client correctly..
>
> --
> Thomas Charron
> United Parcel Service
> Northeast Region
> "Moving at the speed of a T3 Trunk Line!"
>