emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can we apply this patch for bug 84 and 425?


From: Chong Yidong
Subject: Re: Can we apply this patch for bug 84 and 425?
Date: Wed, 08 Oct 2008 11:55:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

address@hidden writes:

> Just to be fair to Marcus, he also said it needed further debugging to
> determine the actual cause of the bug. OTOH I've tried to debug it and I
> cant find a reproducible test-case. The bug just manifests sometimes.

Have you applying the patch in question to Emacs, running Emacs under
GDB, and setting the breakpoint at the `break;' line?

>>> +#ifdef EBADF
>>> +         else if (nread == -1 && EBADF == errno)
>>> +           break;
>>> +#endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]