GNU bug report logs - #17172
24.3.50; Timeouts when pasting from mouse

Previous Next

Package: emacs;

Reported by: Alex Bennée <alex.bennee <at> linaro.org>

Date: Wed, 2 Apr 2014 13:40:02 UTC

Severity: important

Tags: moreinfo, patch

Merged with 16737, 17026, 17101, 19320, 20283

Found in versions 24.3.50, 24.4, 25.0.50

Done: Tassilo Horn <tsdh <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: Eli Zaretskii <eliz <at> gnu.org>, Alex Bennée <alex.bennee <at> linaro.org>, 17172 <at> debbugs.gnu.org
Subject: bug#17172: 24.3.50; Timeouts when pasting from mouse
Date: Tue, 15 Apr 2014 19:29:20 +0200
Hello.

15 apr 2014 kl. 18:01 skrev Paul Eggert <eggert <at> cs.ucla.edu>:

> Jan D. wrote:
>> I don't think xgselect has anything to do with this.  Either a response
>> comes on the X connection, or it doesn't.  It can't come anywhere else.
> 
> Although there's every chance you are right, the existing code is definitely buggy: if one of glib's fds is greater than xgselect's initial fds_lim, xgselect can inspect garbage in its masks, which can't be good.  

That can't happen, all masks are initialized with FD_ZERO.
If we passed masks with garbage in them to pselect we would get EINVAL back.
And we don't.

> There are some other glitches there too, e.g., mask bits might not be properly cleared if pselect times out and returns zero.

In that case, process.c does not inspect the masks, so this change fixes nothing.

> 
> Since the patch fixes bugs (even if not *this* bug) I installed it as emacs-24 bzr 116966.

Well, it does not fix any user visible bug, not any theoretical bug.
If this was a general select emulation you could argue that it did not conform to the select specification, but it is not that.  It is something for Emacs to use, and in that context you did not fix any bugs.  Nor does these changes have anything to do with this bug, you just used it as a means to get untested code into the emacs-24 branch.

	Jan D.





This bug report was last modified 9 years and 299 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.