From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: Gnus + Gmail + IMAP Date: Tue, 30 Jun 2015 17:57:48 +0200 Message-ID: References: <87lhf272in.fsf@yale.edu> <83zj3h2p89.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1435679888 6143 80.91.229.3 (30 Jun 2015 15:58:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Jun 2015 15:58:08 +0000 (UTC) Cc: help-gnu-emacs To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 30 17:58:08 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z9xvD-0007U5-NV for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Jun 2015 17:58:07 +0200 Original-Received: from localhost ([::1]:47591 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9xvD-0001PE-08 for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Jun 2015 11:58:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9xv1-0001P8-3c for help-gnu-emacs@gnu.org; Tue, 30 Jun 2015 11:57:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9xux-00009V-RX for help-gnu-emacs@gnu.org; Tue, 30 Jun 2015 11:57:55 -0400 Original-Received: from mail-la0-x236.google.com ([2a00:1450:4010:c03::236]:34842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9xuv-00008A-Mm; Tue, 30 Jun 2015 11:57:50 -0400 Original-Received: by lagh6 with SMTP id h6so19408399lag.2; Tue, 30 Jun 2015 08:57:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=U3G1CVxq+7BRDYDbTfWkr0F4hQjrRQAQEkwYT3nqT5c=; b=S9hGCd2fvAsVjMrxRK9P4FtgwFGym6QeTLaOWC3R2//+b01D5oOn4P/SxbwUQlR7La KWcdPVjRJ54CRIxVyB9bzPHQW21xcDYAGOLGe2LvH9rwJZ+TEgiQ1xR2Y1T71cB4+uS7 aRGHO5RjJM+FjvpkBi89S+vV2FotoVlSgLMuACkaeeaeSmX6ZqjxYFQ1Q3f2WUPufTxF K/yHM2O49tWx1qudRVRAActIcs+FuNIJ2oxyssdlTkE/KG4hT/3Qm6tJYCKxZIC5AUty MEA/v1xIvMpmSGvX8dgg2qShsDdE10xIpCUoTptCu3pD+upDYMa86JydKeBCqvZldeBS UiEg== X-Received: by 10.152.164.193 with SMTP id ys1mr20401337lab.65.1435679868171; Tue, 30 Jun 2015 08:57:48 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Tue, 30 Jun 2015 08:57:48 -0700 (PDT) In-Reply-To: <83zj3h2p89.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::236 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105324 Archived-At: On Tue, Jun 30, 2015 at 5:24 PM, Eli Zaretskii wrote: > > Date: Tue, 30 Jun 2015 13:14:04 +0200 > > From: Alexander Shukaev > > > > I can now verify that the connection takes place, but there is still a > > problem. It is now stuck on the splash screen of Gnus with the message= : > > > > Opening connection to imap.gmail.com...done > > > > And in the process manager, I can only see that the memory consumption = of > > the Emacs process is consistently rising. Any ideas? > > Are you sure it is stuck, and not just reading a lot of stuff? How > much time did you wait? > > If you waited long enough, attach a debugger and tell us where Emacs > is looping, and what does it need that memory for. That should give > some clue to the nature of the problem. > > =E2=80=8BI've waited for say 30 minutes. I can't believe that it's that mu= ch stuff to download. I've also tried with (setq gnus-newsgroup-maximum-articles 1) and the result is the same. To debug, would I need to build the debug version of Emacs? Or you mean debug some Lisp function? If yes, then which one? `gnus'? If you mean GDB, then again, what exactly should I look for? Regards, Alexander=E2=80=8B