From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#12870: 24.3.50; Crash: assertion failed during garbage collect Date: Fri, 16 Aug 2019 14:03:36 -0700 Message-ID: <87zhk8omaf.fsf@mouse.gnus.org> References: <50A1088D.9040004@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="175538"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 12870@debbugs.gnu.org To: Andy Moreton Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Aug 16 23:04:27 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hyjOb-000jVz-PU for geb-bug-gnu-emacs@m.gmane.org; Fri, 16 Aug 2019 23:04:25 +0200 Original-Received: from localhost ([::1]:59930 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hyjOa-00036b-MV for geb-bug-gnu-emacs@m.gmane.org; Fri, 16 Aug 2019 17:04:24 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58579) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hyjOH-000327-Cd for bug-gnu-emacs@gnu.org; Fri, 16 Aug 2019 17:04:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hyjOG-0003eP-8G for bug-gnu-emacs@gnu.org; Fri, 16 Aug 2019 17:04:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46207) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hyjOE-0003dL-Iq for bug-gnu-emacs@gnu.org; Fri, 16 Aug 2019 17:04:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hyjOE-0004rp-E3 for bug-gnu-emacs@gnu.org; Fri, 16 Aug 2019 17:04:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 16 Aug 2019 21:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12870 X-GNU-PR-Package: emacs Original-Received: via spool by 12870-submit@debbugs.gnu.org id=B12870.156598942918675 (code B ref 12870); Fri, 16 Aug 2019 21:04:02 +0000 Original-Received: (at 12870) by debbugs.gnu.org; 16 Aug 2019 21:03:49 +0000 Original-Received: from localhost ([127.0.0.1]:55025 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hyjNz-0004r8-Sp for submit@debbugs.gnu.org; Fri, 16 Aug 2019 17:03:49 -0400 Original-Received: from quimby.gnus.org ([80.91.231.51]:37998) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hyjNv-0004qv-VO for 12870@debbugs.gnu.org; Fri, 16 Aug 2019 17:03:45 -0400 Original-Received: from [50.225.213.182] (helo=sandy) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hyjNr-0000lU-OG; Fri, 16 Aug 2019 23:03:42 +0200 In-Reply-To: <50A1088D.9040004@solarflare.com> (Andy Moreton's message of "Mon, 12 Nov 2012 14:32:45 +0000") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:165230 Archived-At: Andy Moreton writes: > Emacs built from trunk r110872. > > Emacs crashed with an unhandled Win32 exception. This was caused by > an assertion failure: > > (gdb) thread apply 1 bt > Thread 1 (Thread 14900.0x2870): > #0 0x77c47188 in msvcrt!memcpy () from C:\WINDOWS\system32\msvcrt.dll > #1 0x01116a68 in copy_text (from_addr=0x6460afc "nntpd", > to_addr=0x76a8269 "", nbytes=0x80000005, from_multibyte=0x0, > to_multibyte=0x0) at insdel.c:517 (I'm going through old bug reports that have unfortunately gotten no responses yet.) This crash wasn't handled at the time, and as this was reported more than six years ago, I don't think there's much chance of making any progress here, so I'm closing this bug report. If you're still seeing similar crashes in modern Emacs versions, please reopen. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no