From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: emacsq Newsgroups: gmane.emacs.help Subject: Re: What does the error "Process not running" mean? Date: Thu, 03 Feb 2022 15:05:56 +0000 Message-ID: References: <8735l0o518.fsf@gnu.org> <5Opci81-9PcO6g1ljSQMCeDxh03cTnw4IEQWRzc2QInT4V52Ph2nB2WyyrBkSR11O8A9W4Coh1Wz_J9v-JeqnFC3melWsBOK2-hU9f2tyWQ=@protonmail.com> Reply-To: emacsq Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26973"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Tassilo Horn Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Feb 03 16:07:18 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nFdhd-0006m3-Og for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 03 Feb 2022 16:07:17 +0100 Original-Received: from localhost ([::1]:59584 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFdhc-00076e-B3 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 03 Feb 2022 10:07:16 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:44794) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFdgr-00075Z-MR for help-gnu-emacs@gnu.org; Thu, 03 Feb 2022 10:06:29 -0500 Original-Received: from mail-40140.protonmail.ch ([185.70.40.140]:42527) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFdgW-0001lU-LF; Thu, 03 Feb 2022 10:06:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail2; t=1643900758; bh=ss/CJ7AznFYhd5EmBi4ebiRMHN7ZaLRDFyZP8icAdrw=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc; b=O1aswHVo3g5WHg305WDrMwY4kwzbYjVuS5Cxv1qsREyBgYnS5VqNZ0yEenBF2hZUl DI/vIzeKXNPvl6aPFXuF22Mr/DzO+zyjTHg/Fmz3wOs5ygpQZVUx3kHXRuEMihLXhu 0usIj977VcBFIHwka+YByfTZ6C5dwkgA2iuWhWEtg7dvUHvEuTdqB3eq9LUJx8BtQV hJLzjpAlAgqMa4uF9SFG31KPiik5rxC7jK6dfKjPfxDrHZRiI054U3podLJhjop4sZ kD1WOnjU7Wu6MwjeLH7FVWgkMKdaxxRJ7Dbzvz98K1/iCk+P/0nMNd6/9m0JCmXzgS 6K+bZzoJucDtQ== In-Reply-To: Received-SPF: pass client-ip=185.70.40.140; envelope-from=laszlomail@protonmail.com; helo=mail-40140.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:135698 Archived-At: > That shouldn't be too hard. Does anyone have a sample url showing the pro= blem? In my experience, it's not a specific error which happens all the time, it just occurs sometimes. Like connection closed unexpectedly. I fetched hundreds of urls with url-retrieve sequentially, so the next url is fetched when the previous returned, and it works most of the time, but sometimes you get this "process x not running" error and then you get this same error for the next 10-20 urls for some reason, and then it works again well for a while. So it's an intermittent error. I don't know if it's a problem in emacs' networking layer or it's something else.