From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61265 Path: news.gmane.org!not-for-mail From: Ben Wing Newsgroups: gmane.emacs.gnus.general,gmane.emacs.xemacs.beta Subject: Re: Speed difference in Gnus Date: Mon, 31 Oct 2005 01:05:39 -0600 Message-ID: <4365C243.5030808@xemacs.org> References: <87r7ap899o.fsf@xemacs.org> <434F3897.3050007@xemacs.org> <873bn4tptq.fsf@xemacs.org> <87d5m89wuf.fsf@tleepslib.sk.tsukuba.ac.jp> <87y84nyuo0.fsf@mat.ucm.es> <873bmulscb.fsf@tleepslib.sk.tsukuba.ac.jp> <87pspypwzv.fsf@mat.ucm.es> <87fyqqdfhq.fsf@mat.ucm.es> <85zmoy22o5.fsf@lola.goethe.zz> <87ll0ihqn1.fsf@mat.ucm.es> <87ek697ag9.fsf@Jesper-Harders-Computer.local> <85oe5dqmhi.fsf@lola.goethe.zz> <8764rkr5cp.fsf@mat.ucm.es> <4360272D.8080008@xemacs.org> <878xwex91z.fsf@mat.ucm.es> <87ll0dzw07.fsf@mat.ucm.es> <87hdb1virf.fsf@mat.ucm.es> <87oe59tz8a.fsf@mat.ucm.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1130742565 32429 80.91.229.2 (31 Oct 2005 07:09:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 Oct 2005 07:09:25 +0000 (UTC) Cc: xemacs-beta@xemacs.org, ding@gnus.org Original-X-From: ding-owner+m9797@lists.math.uh.edu Mon Oct 31 08:09:21 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EWTlF-0007Xm-J4 for ding-account@gmane.org; Mon, 31 Oct 2005 08:07:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EWTlA-00069D-00; Mon, 31 Oct 2005 01:07:12 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EWTjy-000695-00 for ding@lists.math.uh.edu; Mon, 31 Oct 2005 01:05:58 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1EWTjw-0001R4-Ot for ding@lists.math.uh.edu; Mon, 31 Oct 2005 01:05:58 -0600 Original-Received: from smtp105.sbc.mail.mud.yahoo.com ([68.142.198.204]) by quimby.gnus.org with smtp (Exim 3.35 #1 (Debian)) id 1EWTjv-0004zY-00 for ; Mon, 31 Oct 2005 08:05:55 +0100 Original-Received: (qmail 31782 invoked from network); 31 Oct 2005 07:05:54 -0000 Original-Received: from unknown (HELO ?172.16.1.35?) (benwing@sbcglobal.net@67.65.10.100 with plain) by smtp105.sbc.mail.mud.yahoo.com with SMTP; 31 Oct 2005 07:05:54 -0000 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: Uwe Brauer In-Reply-To: <87oe59tz8a.fsf@mat.ucm.es> X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61265 gmane.emacs.xemacs.beta:20954 Archived-At: Uwe Brauer wrote: >>>>>>"Simon" == Simon Josefsson writes: >>>>>> >>>>>> > > >> > >> Ok that works, however since the process get stacked I don't get any > >> reasonable backtrace. > > Simon> I don't understand. Does XEmacs freeze completely? If so, I don't > Simon> think there is anything we can do at the Elisp level. It must be > Simon> debugged as an XEmacs bug. > >No what I say is: I want to copy that msg and xemacs starts to tell me >copying msg, but nothing happens after 2 min after several Control g I >can type again, however it seems that the nnimap command is stacked, I >cannot leave the group nor the server, but I have to do what you told >me. > >So for me it not clear who is to blame. However that problem does not >occur in gnu emacs with the same gnus (ngnus 0.3) > > a backtrace would help. i assume you're running under linux? you can do `ps -auxww' or `ps -edalf' or something like that to list all processes, and then attach to the xemacs process that's hung, and do `where' to get a c backtrace and `call debug_backtrace()' to get a lisp backtrace. one of the faq questions in section 2.4 covers this in more detail. ben