From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 22 10:43:39 2021 Received: (at submit) by debbugs.gnu.org; 22 Oct 2021 14:43:39 +0000 Received: from localhost ([127.0.0.1]:33542 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdvlj-0007BX-9b for submit@debbugs.gnu.org; Fri, 22 Oct 2021 10:43:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:38884) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdvkq-00079d-RJ for submit@debbugs.gnu.org; Fri, 22 Oct 2021 10:42:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44870) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdvkq-0006gp-BL for bug-gnu-emacs@gnu.org; Fri, 22 Oct 2021 10:42:44 -0400 Received: from [185.27.22.240] (port=41592 helo=vegassunshine.myposicloud.co.uk) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdvko-0006Tz-6u for bug-gnu-emacs@gnu.org; Fri, 22 Oct 2021 10:42:44 -0400 Received: by vegassunshine.myposicloud.co.uk (Postfix, from userid 1000) id 6192D2D92E; Fri, 22 Oct 2021 14:37:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nick-strauss.com; s=mail; t=1634913445; bh=mpZaX6fvDZU48uZoMuCmUTj2MpgZs0O9xwX1cf0N00A=; h=From:To:Subject:Date:From; b=zL5TcSxWoZN96jkfnJXtfZdjld/jE4p0MWu1bvnFuYg8r3Ab76LaLE56YujIhbmiy UChwsSHomUdvVgZ0KHdAnskIlRQGcuIDPGURX5TUPEgFiSvEK+cQ1CM+4tSt/djGKe iykyXksQE2AAU4MqCkQP0be7C2SctPmY8wFOI4QA= From: Nick Strauss To: bug-gnu-emacs@gnu.org Subject: RMAIL error on send C-c C-c Date: Fri, 22 Oct 2021 14:37:25 +0000 Message-ID: <878rylyvkq.fsf@vegassunshine.myposicloud.co.uk> MIME-Version: 1.0 Content-Type: text/plain X-Host-Lookup-Failed: Reverse DNS lookup failed for 185.27.22.240 (failed) Received-SPF: pass client-ip=185.27.22.240; envelope-from=nicks@nick-strauss.com; helo=vegassunshine.myposicloud.co.uk X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.4 / 5.0 requ) BAYES_50=0.8, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 22 Oct 2021 10:43:37 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hi, I have several debian accounts with email. One such account started having difficulty. When trying to send an email while in an RMAIL buffer using C-c C-c, emacs crashes unexpectedly with this error: emacs[0x541b30] emacs[0x50bc8f] emacs[0x50c003] ... Illegal instruction It probably is some kind of interaction with the underlying linux mailer that is killing emacs, but it would be nice to have some graceful exit, and perhaps some chance of debugging the problem, with my limited knowlege and abiliti3s. Thank you. From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 22 12:22:50 2021 Received: (at 51334) by debbugs.gnu.org; 22 Oct 2021 16:22:50 +0000 Received: from localhost ([127.0.0.1]:33670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdxJh-00064y-CR for submit@debbugs.gnu.org; Fri, 22 Oct 2021 12:22:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45206) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdxJc-00064h-Pq for 51334@debbugs.gnu.org; Fri, 22 Oct 2021 12:22:48 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53316) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdxJX-00019E-09; Fri, 22 Oct 2021 12:22:39 -0400 Received: from [87.69.77.57] (port=4858 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdxJW-0003Jf-KP; Fri, 22 Oct 2021 12:22:38 -0400 Date: Fri, 22 Oct 2021 19:22:24 +0300 Message-Id: <835ytp6ncv.fsf@gnu.org> From: Eli Zaretskii To: Nick Strauss In-Reply-To: <878rylyvkq.fsf@vegassunshine.myposicloud.co.uk> (message from Nick Strauss on Fri, 22 Oct 2021 14:37:25 +0000) Subject: Re: bug#51334: RMAIL error on send C-c C-c References: <878rylyvkq.fsf@vegassunshine.myposicloud.co.uk> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 51334 Cc: 51334@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Nick Strauss > Date: Fri, 22 Oct 2021 14:37:25 +0000 > > I have several debian accounts with email. One such account started > having difficulty. When trying to send an email while in an RMAIL buffer > using C-c C-c, emacs crashes unexpectedly with this error: > emacs[0x541b30] > emacs[0x50bc8f] > emacs[0x50c003] > ... > Illegal instruction Which version of Emacs is that? In any case, those addresses can only be interpreted on your machine. Can you run Emacs under GDB, and when it crashes, produce the backtrace and post it? From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 22 12:29:36 2021 Received: (at 51334) by debbugs.gnu.org; 22 Oct 2021 16:29:36 +0000 Received: from localhost ([127.0.0.1]:33676 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdxQG-0006G5-Gf for submit@debbugs.gnu.org; Fri, 22 Oct 2021 12:29:36 -0400 Received: from mail-pf1-f169.google.com ([209.85.210.169]:42854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdxQE-0006Fr-IN for 51334@debbugs.gnu.org; Fri, 22 Oct 2021 12:29:34 -0400 Received: by mail-pf1-f169.google.com with SMTP id m14so4100591pfc.9 for <51334@debbugs.gnu.org>; Fri, 22 Oct 2021 09:29:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:in-reply-to:references:user-agent :mime-version:date:message-id:subject:to:cc; bh=vQvMRhCtOF6POlaxLidHO1QdYDUVZ89gv+297VM9Q44=; b=77JfZ0zci+NO+zALjryV59o/dedHYa3xuSyXUHYlThHbnMP6tFL2RuIdJxwVx5piAM z+1sNhf5diEGy7seMSb1ukjWJN2jez7y+JZymbc++umq+dFNF8XvHikfn9/ErQh8Vblv uVwtFcXZWgWdKYxs9CNiUyUeX2b6s+r5ChsOMvEgXNr3Jktrn3n2au6YuQg0VdE+a00G PWmS1snZteftjYVurAI5txldSeJDq7CKx2oh9+n1fjA7AM7KotbSK/yM7i8rdZIjO67I UWLU/QuUCzFmr+YwfwOEZv8ElYQrT/HdaEnr/2tDNatswHXH5AjLwc+V6bgirkT0Zjyq cfuw== X-Gm-Message-State: AOAM530IpWrk+RBuQHgt2mW2RA9CwPfLwvsMVP/dfDFXCUQJgL88lqZN AS6M36zvVarMFQvstranK42RLU6XqGII+Q/8jgA3YQWS X-Google-Smtp-Source: ABdhPJwwAVqa23MLc7f2z7vJ3NthnDCxOJNCTW2R7OLsvkDADUX3kjyvDcN7Hiir2yQlkBVjKUUq1zHjvUE/OuqmacQ= X-Received: by 2002:a63:9d06:: with SMTP id i6mr589739pgd.42.1634920168561; Fri, 22 Oct 2021 09:29:28 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Fri, 22 Oct 2021 12:29:27 -0400 From: Stefan Kangas In-Reply-To: <878rylyvkq.fsf@vegassunshine.myposicloud.co.uk> (Nick Strauss's message of "Fri, 22 Oct 2021 14:37:25 +0000") References: <878rylyvkq.fsf@vegassunshine.myposicloud.co.uk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Date: Fri, 22 Oct 2021 12:29:27 -0400 Message-ID: Subject: Re: bug#51334: RMAIL error on send C-c C-c To: Nick Strauss Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 51334 Cc: 51334@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) Nick Strauss writes: > I have several debian accounts with email. One such account started > having difficulty. When trying to send an email while in an RMAIL buffer > using C-c C-c, emacs crashes unexpectedly with this error: > emacs[0x541b30] > emacs[0x50bc8f] > emacs[0x50c003] > ... > Illegal instruction > > It probably is some kind of interaction with the underlying linux mailer > that is killing emacs, but it would be nice to have some graceful exit, > and perhaps some chance of debugging the problem, with my limited > knowlege and abiliti3s. Could you try to reproduce this in gdb to produce a backtrace? From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 22 13:31:17 2021 Received: (at 51334) by debbugs.gnu.org; 22 Oct 2021 17:31:17 +0000 Received: from localhost ([127.0.0.1]:33752 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdyNu-0001nT-NE for submit@debbugs.gnu.org; Fri, 22 Oct 2021 13:31:17 -0400 Received: from [185.27.22.240] (port=58380 helo=vegassunshine.myposicloud.co.uk) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdxXO-0006TX-UL for 51334@debbugs.gnu.org; Fri, 22 Oct 2021 12:36:59 -0400 Received: by vegassunshine.myposicloud.co.uk (Postfix, from userid 1000) id 8537B2DCA7; Fri, 22 Oct 2021 16:36:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nick-strauss.com; s=mail; t=1634920617; bh=ML7OdX6VH2r61xKD/VX0+gyx4GMIdXx7+fXRr09zXDY=; h=From:To:Cc:Subject:In-Reply-To:Date:From; b=XhbDOuBD3n78TgHEkrpkobsPl4pvHqjxwG7VkXaeQ7QLlKJ1xLd6G2XifTtJoViw9 7gxiu0zf3jEyLMTEuIKlAAfMcR0FLYSSphqjNZDJD5zfujwfp0dGRwOkVVvMB5mTFY 6nCPlJGqw5FvjY69en/5t9nZLwUsKwjRAuLd1yWs= From: Nick Strauss To: Eli Zaretskii Subject: Re: bug#51334: RMAIL error on send C-c C-c In-Reply-To: <835ytp6ncv.fsf@gnu.org> (message from Eli Zaretskii on Fri, 22 Oct 2021 19:22:24 +0300) Date: Fri, 22 Oct 2021 16:36:57 +0000 Message-ID: <874k99yq1i.fsf@vegassunshine.myposicloud.co.uk> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi Eli, The version is GNU Emacs 24.4.1. I have included backtrace at end of message. Eli Zaretskii writes: Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS X-Debbugs-Envelope-To: 51334 X-Mailman-Approved-At: Fri, 22 Oct 2021 13:31:13 -0400 Cc: 51334@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) Hi Eli, The version is GNU Emacs 24.4.1. I have included backtrace at end of message. Eli Zaretskii writes: >> From: Nick Strauss >> Date: Fri, 22 Oct 2021 14:37:25 +0000 >> >> I have several debian accounts with email. One such account started >> having difficulty. When trying to send an email while in an RMAIL buffer >> using C-c C-c, emacs crashes unexpectedly with this error: >> emacs[0x541b30] >> emacs[0x50bc8f] >> emacs[0x50c003] >> ... >> Illegal instruction > > Which version of Emacs is that? > > In any case, those addresses can only be interpreted on your machine. > Can you run Emacs under GDB, and when it crashes, produce the > backtrace and post it? Thread 1 "emacs" received signal SIGILL, Illegal instruction. 0x00007f2e35c223a3 in __gmpz_import () from /usr/local/lib/libgmp.so.10 (gdb) bt #0 0x00007f2e35c223a3 in __gmpz_import () from /usr/local/lib/libgmp.so.10 #1 0x00007f2e35e864dc in nettle_mpz_set_str_256_u () from /usr/lib/x86_64-linux-gnu/libhogweed.so.2 #2 0x00007f2e3846de1c in ?? () from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 #3 0x00007f2e383cdf76 in ?? () from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 #4 0x00007f2e383ce448 in ?? () from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 #5 0x00007f2e383f9cab in ?? () from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 #6 0x00007f2e384045c7 in ?? () from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 #7 0x00007f2e383f7881 in ?? () from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 #8 0x00007f2e3841c843 in gnutls_x509_crt_get_pk_algorithm () from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 #9 0x00007f2e383df708 in gnutls_pubkey_import_x509 () from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 #10 0x00007f2e383debdf in gnutls_pcert_import_x509 () from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 #11 0x00007f2e383ded09 in gnutls_pcert_import_x509_raw () from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 ---Type to continue, or q to quit--- #12 0x00007f2e38438ce9 in ?? () from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 #13 0x00007f2e383c4c55 in ?? () from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 #14 0x00007f2e383c1888 in gnutls_handshake () from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 22 13:42:05 2021 Received: (at 51334) by debbugs.gnu.org; 22 Oct 2021 17:42:05 +0000 Received: from localhost ([127.0.0.1]:33762 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdyYO-000260-D7 for submit@debbugs.gnu.org; Fri, 22 Oct 2021 13:42:05 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33360) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdyYK-00025S-46 for 51334@debbugs.gnu.org; Fri, 22 Oct 2021 13:42:03 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57278) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdyYE-0001DO-6G; Fri, 22 Oct 2021 13:41:54 -0400 Received: from [87.69.77.57] (port=1805 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdyYD-0005xq-Q8; Fri, 22 Oct 2021 13:41:54 -0400 Date: Fri, 22 Oct 2021 20:41:39 +0300 Message-Id: <834k996jos.fsf@gnu.org> From: Eli Zaretskii To: Nick Strauss In-Reply-To: <874k99yq1i.fsf@vegassunshine.myposicloud.co.uk> (message from Nick Strauss on Fri, 22 Oct 2021 16:36:57 +0000) Subject: Re: bug#51334: RMAIL error on send C-c C-c References: <874k99yq1i.fsf@vegassunshine.myposicloud.co.uk> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 51334 Cc: 51334@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Nick Strauss > Cc: 51334@debbugs.gnu.org > Date: Fri, 22 Oct 2021 16:36:57 +0000 > > The version is GNU Emacs 24.4.1. I have included backtrace at end of message. Thanks. Emacs 24.4 is very old, I suggest to upgrade. > Thread 1 "emacs" received signal SIGILL, Illegal instruction. > 0x00007f2e35c223a3 in __gmpz_import () from /usr/local/lib/libgmp.so.10 > (gdb) bt > #0 0x00007f2e35c223a3 in __gmpz_import () from /usr/local/lib/libgmp.so.10 > #1 0x00007f2e35e864dc in nettle_mpz_set_str_256_u () > from /usr/lib/x86_64-linux-gnu/libhogweed.so.2 > #2 0x00007f2e3846de1c in ?? () > from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 Sounds like some problem with the GnuTLS library, so I suggest to upgrade that as well. I see no indications here that it's an Emacs problem. From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 22 14:57:33 2021 Received: (at 51334) by debbugs.gnu.org; 22 Oct 2021 18:57:33 +0000 Received: from localhost ([127.0.0.1]:33775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdzjR-0004AT-B2 for submit@debbugs.gnu.org; Fri, 22 Oct 2021 14:57:33 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:57018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdzjN-0004AJ-Co for 51334@debbugs.gnu.org; Fri, 22 Oct 2021 14:57:32 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4HbYWC6s7Gz1qwGd; Fri, 22 Oct 2021 20:57:27 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4HbYWC5qfjz1qqkB; Fri, 22 Oct 2021 20:57:27 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id NUZ18utlOOIS; Fri, 22 Oct 2021 20:57:26 +0200 (CEST) X-Auth-Info: YrE+Sn6W1ybdhdNCm0f0I/duouKHxcyFwhDmZA4q9EBo9/dQbK6OFXRyYDvmWgxV Received: from igel.home (ppp-46-244-166-255.dynamic.mnet-online.de [46.244.166.255]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Fri, 22 Oct 2021 20:57:26 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id 14DE62C222C; Fri, 22 Oct 2021 20:57:26 +0200 (CEST) From: Andreas Schwab To: Eli Zaretskii Subject: Re: bug#51334: RMAIL error on send C-c C-c References: <874k99yq1i.fsf@vegassunshine.myposicloud.co.uk> <834k996jos.fsf@gnu.org> X-Yow: YOW!! Now I'm playing with my HOLOGRAPHIC ATOMIC SIMULATION LASER pinball machine!! WORLD PEACE is in the BALANCE!! Date: Fri, 22 Oct 2021 20:57:26 +0200 In-Reply-To: <834k996jos.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 22 Oct 2021 20:41:39 +0300") Message-ID: <87v91oj3ah.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: 51334 Cc: 51334@debbugs.gnu.org, Nick Strauss X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.5 (-) On Okt 22 2021, Eli Zaretskii wrote: >> From: Nick Strauss >> Cc: 51334@debbugs.gnu.org >> Date: Fri, 22 Oct 2021 16:36:57 +0000 >> >> The version is GNU Emacs 24.4.1. I have included backtrace at end of message. > > Thanks. Emacs 24.4 is very old, I suggest to upgrade. > >> Thread 1 "emacs" received signal SIGILL, Illegal instruction. >> 0x00007f2e35c223a3 in __gmpz_import () from /usr/local/lib/libgmp.so.10 >> (gdb) bt >> #0 0x00007f2e35c223a3 in __gmpz_import () from /usr/local/lib/libgmp.so.10 >> #1 0x00007f2e35e864dc in nettle_mpz_set_str_256_u () >> from /usr/lib/x86_64-linux-gnu/libhogweed.so.2 >> #2 0x00007f2e3846de1c in ?? () >> from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 > > Sounds like some problem with the GnuTLS library Rather the (self-compiled?) GMP library. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 22 22:47:58 2021 Received: (at control) by debbugs.gnu.org; 23 Oct 2021 02:47:59 +0000 Received: from localhost ([127.0.0.1]:34068 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1me74g-0007Xw-O3 for submit@debbugs.gnu.org; Fri, 22 Oct 2021 22:47:58 -0400 Received: from mail-pj1-f51.google.com ([209.85.216.51]:52116) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1me74f-0007XI-1H for control@debbugs.gnu.org; Fri, 22 Oct 2021 22:47:57 -0400 Received: by mail-pj1-f51.google.com with SMTP id u12so123449pjy.1 for ; Fri, 22 Oct 2021 19:47:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:mime-version:date:message-id:subject:to; bh=qKPNqyecG+p0fR1nOFI/8M3Fli9T1TQg33W5pZ4BJqY=; b=Xiro9E3+vyTli8TTWiWn5D/cRUILMt+pqlhS7YMqFt+tihAs4UJ93Ezp97Krdnqe3R TX6cHt7rSfeLlaB241o4T1RjnTf+AfQh3C/lqFnexIwUdzCaxWcvuQ85r12qiBD0krLP WCcrvcu1nbwgS4XXGDemQKx4eXmpGKisgouFaiuFhzDEoQjPU9oMM/IyDaAs4FDGI2Gz 2amE0vCpO7pRPBScInWI2XzD2HP2jX5vgM+UxjsBY474N+vCiSIJy32s2OheCCxhPEY9 rTjingsrhmRtkRbUL5ft7VbYd70l3JuYtSAHyIeBOKsNJRuOF1Ms4UoYPtRj+uwKhcSV wLIA== X-Gm-Message-State: AOAM530lNA/QlHLHUPIB9l/+meAkl78bO/cEmuH1takTbSSC2kqeB7Nh tRlMNeuuDvFZnztF5NdlZ5J7aYa4Ed24zBl9bS9SY5LOBaI= X-Google-Smtp-Source: ABdhPJwyRcVSZHjCgH04dZZZXs+rWpBai8xNaZVdBvWpNvQIoTMCiY6fEL3fp4qzgYZ/8qMt8bPlCalpo/r1PIFq24A= X-Received: by 2002:a17:90a:245:: with SMTP id t5mr3950068pje.133.1634957271327; Fri, 22 Oct 2021 19:47:51 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Fri, 22 Oct 2021 19:47:51 -0700 From: Stefan Kangas MIME-Version: 1.0 Date: Fri, 22 Oct 2021 19:47:51 -0700 Message-ID: Subject: control message for bug #51334 To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) tags 51334 + notabug quit From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 24 14:39:25 2021 Received: (at 51334) by debbugs.gnu.org; 24 Oct 2021 18:39:25 +0000 Received: from localhost ([127.0.0.1]:40857 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meiOz-0002wc-HZ for submit@debbugs.gnu.org; Sun, 24 Oct 2021 14:39:25 -0400 Received: from quimby.gnus.org ([95.216.78.240]:47148) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meiOy-0002wK-Pc for 51334@debbugs.gnu.org; Sun, 24 Oct 2021 14:39:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Zmi2hFs6VL2OSiByI8t42NwB5/LaaHQjJnJR8N4Q/ak=; b=qlRtKIh7baYNhMOCbFw6cXgtWB 4ojsMr0d7lP6L4ai5HOeDzEzr27Y+M/f5+Fx5DEak8OdYoPto61bqXSe/gGQuHpOmlm9vs6d7I6JJ FNEmeL3VF36xsvnVpH+YF9e6XCc0EPi44/sFrVM5/DyNNFgFqAQ8RqPwEHP3SOie0REg=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1meiOo-0001Xk-SE; Sun, 24 Oct 2021 20:39:18 +0200 From: Lars Ingebrigtsen To: Andreas Schwab Subject: Re: bug#51334: RMAIL error on send C-c C-c References: <874k99yq1i.fsf@vegassunshine.myposicloud.co.uk> <834k996jos.fsf@gnu.org> <87v91oj3ah.fsf@igel.home> Date: Sun, 24 Oct 2021 20:39:14 +0200 In-Reply-To: <87v91oj3ah.fsf@igel.home> (Andreas Schwab's message of "Fri, 22 Oct 2021 20:57:26 +0200") Message-ID: <87k0i24699.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Andreas Schwab writes: >>> 0x00007f2e35c223a3 in __gmpz_import () from /usr/local/lib/libgmp.so.10 [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 51334 Cc: Eli Zaretskii , 51334@debbugs.gnu.org, Nick Strauss X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Andreas Schwab writes: >>> 0x00007f2e35c223a3 in __gmpz_import () from /usr/local/lib/libgmp.so.10 [...] > Rather the (self-compiled?) GMP library. Yup. That it's in /usr/local seems to point to a self-compiled library. In any case, this doesn't seem to be an Emacs bug, so I'm closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 24 14:39:29 2021 Received: (at control) by debbugs.gnu.org; 24 Oct 2021 18:39:30 +0000 Received: from localhost ([127.0.0.1]:40860 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meiP3-0002wu-Oa for submit@debbugs.gnu.org; Sun, 24 Oct 2021 14:39:29 -0400 Received: from quimby.gnus.org ([95.216.78.240]:47164) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meiP3-0002wT-0S for control@debbugs.gnu.org; Sun, 24 Oct 2021 14:39:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=72KPT5LGVd6p4reo3mSIrhZVLwN5IJmqkg4ClFQ8OvY=; b=B6Bz1vj7c7SpAOQ/BIIQd1Bbx+ R8Fld817lToLT95QQUF2HaSp0xCvx4BwKXy1EV7+RFyvbewMcKNCOhwtQ5vBxSCKtM46VldI9Wc+M S6Kld/a1wGqDcP/5KP7bPZH3uGXZVIeo+25HjdwDzfE9rskL3RXEywbPLAzhUDmVvHWg=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1meiOu-0001Yk-Mt for control@debbugs.gnu.org; Sun, 24 Oct 2021 20:39:23 +0200 Date: Sun, 24 Oct 2021 20:39:20 +0200 Message-Id: <87ilxm4693.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #51334 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 51334 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 51334 quit From unknown Sun Jun 22 00:28:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 22 Nov 2021 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator