bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46108: 28.0.50; etags segfault


From: Lars Ingebrigtsen
Subject: bug#46108: 28.0.50; etags segfault
Date: Wed, 27 Jan 2021 02:50:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

mats cronqvist <masse@cronqvi.st> writes:

> $ etags ~/f.erl
> Segmentation fault
>
> where f.erl looks like this;
> $ cat f.erl
> -module(f).
> -export([x/0]).
> x() ->
>     y().
> -spec y() -> y.
> y() ->
>     y.

I'm not able to reproduce this bug with the etags in the current Emacs
28 tree, and it seems like this was fixed in December:

commit 809b22d18d20e59a6320c62bbff29bd578f0b65a
Author:     Serge Tupchii <serge.tupchii@protonmail.com>
AuthorDate: Tue Dec 8 21:22:34 2020 +0100

    Fix crash (segfault) in etags on generating tags for Erlang files

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]