From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#15765: Crash in directory_files_internal Date: Mon, 29 Feb 2016 16:34:48 +1100 Message-ID: <878u24uljb.fsf@gnus.org> References: <4AB35230-6D71-4D99-9F8B-0E8FF9668CA7@gmail.com> <878u4iggia.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1456724185 25474 80.91.229.3 (29 Feb 2016 05:36:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Feb 2016 05:36:25 +0000 (UTC) Cc: 15765@debbugs.gnu.org To: David Reitter Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 29 06:36:12 2016 Return-path: Envelope-to: geb-bug-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 1aaGV9-0003ko-QT for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 Feb 2016 06:36:11 +0100 Original-Received: from localhost ([::1]:34255 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaGV9-000250-8j for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 Feb 2016 00:36:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaGV3-0001yy-Rc for bug-gnu-emacs@gnu.org; Mon, 29 Feb 2016 00:36:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaGV0-0000kg-0D for bug-gnu-emacs@gnu.org; Mon, 29 Feb 2016 00:36:05 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:54329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaGUz-0000kc-MC for bug-gnu-emacs@gnu.org; Mon, 29 Feb 2016 00:36:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aaGUz-0005xy-I0 for bug-gnu-emacs@gnu.org; Mon, 29 Feb 2016 00:36:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 29 Feb 2016 05:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15765 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 15765-submit@debbugs.gnu.org id=B15765.145672412122853 (code B ref 15765); Mon, 29 Feb 2016 05:36:01 +0000 Original-Received: (at 15765) by debbugs.gnu.org; 29 Feb 2016 05:35:21 +0000 Original-Received: from localhost ([127.0.0.1]:51450 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aaGUL-0005wX-CC for submit@debbugs.gnu.org; Mon, 29 Feb 2016 00:35:21 -0500 Original-Received: from hermes.netfonds.no ([80.91.224.195]:59734) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aaGUI-0005wP-Pu for 15765@debbugs.gnu.org; Mon, 29 Feb 2016 00:35:20 -0500 Original-Received: from cpe-60-225-211-161.nsw.bigpond.net.au ([60.225.211.161] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aaGTs-0003Db-OD; Mon, 29 Feb 2016 06:34:53 +0100 In-Reply-To: <878u4iggia.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 26 Dec 2015 02:12:13 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-MailScanner-ID: 1aaGTs-0003Db-OD MailScanner-NULL-Check: 1457328894.10875@P/p83lMj8bJBPNP4MND+gQ 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: 208.118.235.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-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:114099 Archived-At: Lars Ingebrigtsen writes: > David Reitter writes: > >> This crash occurred after eval'ing the expression >> >> (directory-files "~/Library/Logs/DiagnosticReports" t "Aquamacs.*.crash") >> >> This directory exists, contains a few files, and I had eval'ed that >> just a few second earlier without problems. >> >> The bug does not reproduce. >> >> Relevant lines in my dired.c: >> >>> 267 Lisp_Object fullname; >>> 268 ptrdiff_t nbytes = len + directory_nbytes + needsep; >>> 269 ptrdiff_t nchars; >>> >>> 271 fullname = make_uninit_multibyte_string (nbytes, nbytes); >>> 272 memcpy (SDATA (fullname), SDATA (directory), >>> directory_nbytes); >>> >> >> Full crash log below. The running binary was built based on Emacs >> head as per Oct 24, git refid 7c5015698c3, with some patches, but >> none to dired.c. > > Have you seen this again later? More information was requested, but no response was given within a few months, so I'm closing this bug report. If the problem still exists, please reopen this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no