GNU bug report logs - #15311
24.3; Infinite loop in x_make_frame_visible

Previous Next

Package: emacs;

Reported by: Andreas Schwab <schwab <at> suse.de>

Date: Mon, 9 Sep 2013 08:51:02 UTC

Severity: important

Tags: moreinfo

Found in version 24.3

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15311 in the body.
You can then email your comments to 15311 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#15311; Package emacs. (Mon, 09 Sep 2013 08:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andreas Schwab <schwab <at> suse.de>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 09 Sep 2013 08:51:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> suse.de>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3; Infinite loop in x_make_frame_visible
Date: Mon, 09 Sep 2013 10:49:33 +0200
In a long running Emacs session creating a new frame causes
x_make_frame_visible to hang while waiting for FRAME_VISIBLE_P (f), with
input_signal_count never changing (XTread_socket is never called).  I
can force breaking out of the loop from the debugger and everything
continues to work, including the newly created frame (but the problem
reappears with every new frame).  The syscall trace shows these calls
repeated indefinitely during the hang:

poll([{fd=4, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=4, revents=POLLOUT}])
writev(4, [{"+\10\1\0", 4}, {NULL, 0}, {"", 0}], 3) = 4
poll([{fd=4, events=POLLIN}], 1, 4294967295) = 1 ([{fd=4, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
recvfrom(4, "\1\1\24\240\0\0\0\0+\0\200\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0, NULL, NULL) = 32
recvfrom(4, 0xc21f34, 4096, 0, 0, 0)    = -1 EAGAIN (Resource temporarily unavailable)
recvfrom(4, 0xc21f34, 4096, 0, 0, 0)    = -1 EAGAIN (Resource temporarily unavailable)

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab <at> suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15311; Package emacs. (Wed, 10 Sep 2014 01:32:02 GMT) Full text and rfc822 format available.

Message #8 received at 15311 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
To: Andreas Schwab <schwab <at> suse.de>
Cc: 15311 <at> debbugs.gnu.org
Subject: Re: bug#15311: 24.3; Infinite loop in x_make_frame_visible
Date: Tue, 09 Sep 2014 21:31:08 -0400
> In a long running Emacs session creating a new frame causes
> x_make_frame_visible to hang while waiting for FRAME_VISIBLE_P (f), with
> input_signal_count never changing (XTread_socket is never called).

Do you still see this problem in `emacs-24' or in `trunk'?


        Stefan




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15311; Package emacs. (Sat, 26 Dec 2015 00:58:02 GMT) Full text and rfc822 format available.

Message #11 received at 15311 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Cc: 15311 <at> debbugs.gnu.org, Andreas Schwab <schwab <at> suse.de>
Subject: Re: bug#15311: 24.3; Infinite loop in x_make_frame_visible
Date: Sat, 26 Dec 2015 01:56:46 +0100
Stefan Monnier <monnier <at> IRO.UMontreal.CA> writes:

>> In a long running Emacs session creating a new frame causes
>> x_make_frame_visible to hang while waiting for FRAME_VISIBLE_P (f), with
>> input_signal_count never changing (XTread_socket is never called).
>
> Do you still see this problem in `emacs-24' or in `trunk'?

More information was requested, but no response was given within a few
months, so I'm closing this bug report.  If the problem still exists,
please reopen this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug closed, send any further explanations to 15311 <at> debbugs.gnu.org and Andreas Schwab <schwab <at> suse.de> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sat, 26 Dec 2015 00:58:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 23 Jan 2016 12:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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