[Adium-devl] Crash in adium_input_get_error()
Ryan Govostes
rgovostes at gmail.com
Fri May 18 01:17:16 UTC 2007
Telling Adium to ignore SIGPIPEs didn't fix the problem (strange,
since I was almost certain that was it).
If I print errno at the time of the signal, I get 36, which is
/* non-blocking and interrupt i/o */
#define EAGAIN 35 /* Resource temporarily
unavailable */
#define EWOULDBLOCK EAGAIN /* Operation would block */
#define EINPROGRESS 36 /* Operation now in progress */
#define EALREADY 37 /* Operation already in
progress */
(But GDB is also kind of flaky when printing it, so maybe I'm doing
it wrong... p/d (int)errno ?)
Regards,
Ryan Govostes
More information about the devel
mailing list