all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* cannot start Gnus with idna.el
@ 2008-03-28 23:28 NAKAJI Hiroyuki
  0 siblings, 0 replies; 6+ messages in thread
From: NAKAJI Hiroyuki @ 2008-03-28 23:28 UTC (permalink / raw)
  To: emacs-pretest-bug; +Cc: ding

[-- Attachment #1: Type: text/plain, Size: 980 bytes --]

Hi,

I noticed that recent CVS Emacs has a problem. For example, Gnus cannot
start if idna.el is installed in the load-path directory.

I found the problem under the combination of

o FreeBSD/i386 8.0-CURRENT (Jan 29 2008)
o Emacs 23.0.60 (CVS HEAD)
o No Gnus 0.7 (CVS HEAD)
o GNU Libidn 1.2

I checked out the HEAD yesterday morning (JST), bootstrapped with gcc4
and ran. And then, typed ( g n u s ) C-j in *scratch* buffer but nothing
happened.

Next, I evaled (setq debug-on-quit t) and saved the *Backtrace* which
says the breakpoint is in idna.el:idna-to-ascii-response(). I attach the
*Backtrace* file.

The "while" in idna-to-ascii-response() seems infinite loop.

(defun idna-to-ascii-response ()
  (while (and (eq (process-status idna-to-ascii-process) 'run)
              (null idna-to-ascii-response))
    (accept-process-output idna-to-ascii-process 1))
  idna-to-ascii-response)

The idna-to-ascii-response is called from message.el and the failure
itself occurs in


[-- Attachment #2: Type: text/plain, Size: 32 bytes --]

(idna-to-ascii "räksmörgås")


[-- Attachment #3: Type: text/plain, Size: 256 bytes --]

Of cource, after I removed idna.el from any directories of load-path,
the error go away. (But there is another problem with Gnus which I'd
like to report.)

Regards,

Note: this report is sent using another CVS Emacs several weeks old.
-- 
NAKAJI Hiroyuki

[-- Attachment #4: Backtrace.gnus.20080328 --]
[-- Type: application/octet-stream, Size: 2648 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-09-26 19:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <86prteh1hu.fsf@ra333.heimat.gr.jp>
2008-05-24 12:40 ` cannot start Gnus with idna.el Reiner Steib
2008-05-31 23:59   ` NAKAJI Hiroyuki
     [not found] ` <877i5f9cx8.fsf@marauder.physik.uni-ulm.de>
     [not found]   ` <87hc4i99m1.fsf@marauder.physik.uni-ulm.de>
2010-09-26  1:59     ` bug#92: " Lars Magne Ingebrigtsen
2010-09-26  1:59     ` Lars Magne Ingebrigtsen
     [not found]     ` <m362xt2rkf.fsf@quimbies.gnus.org>
2010-09-26 19:56       ` Glenn Morris
2008-03-28 23:28 NAKAJI Hiroyuki

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.