bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#17691: 24.3.91; crash closing remote frame


From: Paul Eggert
Subject: bug#17691: 24.3.91; crash closing remote frame
Date: Wed, 18 Jun 2014 15:00:47 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

In this process, fd 20 is the dropped TCP connection for the remote
display, and fd 7 is the unix-domain socket to the local display. Since the
remote connection is closed, pselect6 returns immediately, but we never
drop it from the fd set.

I tried to reproduce the problem on Fedora 20 x86-64, using your recipe and the Emacs-24 branch, but could not. Perhaps it's something to do with the other stuff you're running, or it could be that I haven't applied Dmitry's patch.

Anyway, this latest problem looks related to Bug#17647 and Bug#17805. Can you easily reproduce the problem? Does the patch proposed in Bug#17805 Message #8 fix it? Here's a URL:

http://debbugs.gnu.org/cgi/bugreport.cgi?msg=8;filename=17805.diff;att=1;bug=17805





reply via email to

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