GNU bug report logs -
#16925
24.3.50: Failed select: resource temporarily unavailable
Previous Next
Reported by: Dmitry Antipov <dmantipov <at> yandex.ru>
Date: Mon, 3 Mar 2014 10:31:01 UTC
Severity: normal
Found in version 24.3.50
Done: Paul Eggert <eggert <at> cs.ucla.edu>
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 16925 in the body.
You can then email your comments to 16925 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#16925
; Package
emacs
.
(Mon, 03 Mar 2014 10:31:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Dmitry Antipov <dmantipov <at> yandex.ru>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Mon, 03 Mar 2014 10:31:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
While working on http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16069,
I've used the following test function:
(defun bloat-font-frame ()
(interactive)
(while t
(let ((fonts (progn (select-frame (make-frame-on-display ":0.0"))
(x-list-fonts "*"))))
(while fonts
(delete-frame)
(select-frame (make-frame-on-display ":0.0"))
(with-current-buffer "*scratch*"
(erase-buffer)
(condition-case nil
(progn (set-frame-font (car fonts))
(set-frame-size nil 40 20))
(error nil))
(insert (format "This is %S" (car fonts))))
(setq fonts (cdr fonts))
(redisplay)
(sleep-for 1.0)))))
Running with:
./src/emacs -Q -nw -l ../misc/bloat-font-frame.el
and then M-x bloat-font-frame, this works as expected with GTK and
--with-x-toolkit=no builds. But with Lucid/Motif, it always fails
with error message "Failed select: resource temporarily unavailable", which
happens at process.c:4664 (as of trunk revision 116642). 100% reproducible,
with the backtrace pointed to Fsleep_for.
In GNU Emacs 24.3.50.2 (x86_64-unknown-linux-gnu, Motif Version 2.3.4)
of 2014-03-03 on localhost.localdomain
Repository revision: 116642 dmantipov <at> yandex.ru-20140303082758-a6p93v3jhm6yjy7k
Windowing system distributor `Fedora Project', version 11.0.11404000
System Description: Fedora release 20 (Heisenbug)
Configured using:
`configure --prefix=/not/exists --with-x-toolkit=motif
--enable-checking 'CFLAGS=-O0 -g3''
Important settings:
value of $LANG: en_US.UTF-8
locale-coding-system: utf-8-unix
Major mode: Lisp Interaction
Minor modes in effect:
tooltip-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
ESC x b l o a t - f o TAB RET <help-echo> M-x r e p
o r <tab> <return>
Recent messages:
("/home/dima/work/emacs/build-motif/src/emacs" "-l" "../misc/bloat-font-frame.el")
For information about GNU Emacs and the GNU system, type C-h C-a.
while: Failed select: resource temporarily unavailable
Load-path shadows:
None found.
Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util help-fns mail-prsvr mail-utils time-date tooltip electric
uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar
dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode
prog-mode register page menu-bar rfn-eshadow timer select scroll-bar
mouse jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
dbusbind gfilenotify dynamic-setting system-font-setting
font-render-setting motif x-toolkit x multi-tty emacs)
Reply sent
to
Paul Eggert <eggert <at> cs.ucla.edu>
:
You have taken responsibility.
(Wed, 05 Mar 2014 06:35:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Dmitry Antipov <dmantipov <at> yandex.ru>
:
bug acknowledged by developer.
(Wed, 05 Mar 2014 06:35:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 16925-done <at> debbugs.gnu.org (full text, mbox):
Thanks for reporting this. I reproduced the bug on my platform (Fedora
20 x86-64) and installed a patch that worked for me as trunk bzr 115987.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 02 Apr 2014 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 11 years and 177 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.