GNU bug report logs - #53136
28.0.90; segfault in lock_file

Previous Next

Package: emacs;

Reported by: Po Lu <luangruo <at> yahoo.com>

Date: Sun, 9 Jan 2022 06:05:01 UTC

Severity: normal

Found in version 28.0.90

Full log


View this message in rfc822 format

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Po Lu <luangruo <at> yahoo.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 53136 <at> debbugs.gnu.org
Subject: bug#53136: 28.0.90; segfault in lock_file
Date: Wed, 12 Jan 2022 11:22:16 -0800
[Message part 1 (text/plain, inline)]
On 1/11/22 19:04, Po Lu wrote:
> (lock-file "~/any/nonexistent/file/with/a/very/long/path")

Unfortunately I'm still not reproducing the problem on Fedora 35 x86-64. 
Here's how I tried to reproduce it, while in the src directory:

 valgrind --suppressions=valgrind.supp ./emacs -Q -batch -eval '
   (let ((f "/d"))
     (dotimes (i 13) (setq f (concat f f)))
     (lock-file f))
 '

I configured Emacs this way:

./configure --enable-checking

(in general this is needed if you want to use Valgrind), and used the 
attached valgrind.supp.
[valgrind.supp (text/plain, attachment)]

This bug report was last modified 3 years and 254 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.