[Adium-devl] Crash in adium_input_get_error()

Ryan Govostes rgovostes at gmail.com
Thu May 17 22:18:43 UTC 2007


I'm getting an odd crash when receiving files from an iChat user (he  
on 10.4.8, me on .9). There's no crash log generated.

The crash (a SIGPIPE) occurs while calling write() from  
adiumPurpleEventloop:378 -- the same crash as described in #6927:

> In the past few days Adium X crashes from time to time when I'm  
> connected to my university's WLAN. The only error message I get is  
> "Broken Pipe" (to stdout). No crashlogs are generated. I suspect  
> that it has something to do with AIM, but I'm not sure.

Here's the assembly around where we're crashing:

0x90014f40  <+0000>  li		r0,4		// the 'write' syscall
0x90014f44  <+0004>  sc				// crashes during the syscall
0x90014f48  <+0008>  b		0x90014f50 <write+16>
0x90014f4c  <+0012>  blr

The crash can be recovered from by doubly stepping-over and continuing.

Regards,
Ryan Govostes




More information about the devel mailing list