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

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

bug#20308: Problem building emacs trunk on Fedora 21 x86_64


From: Paul Eggert
Subject: bug#20308: Problem building emacs trunk on Fedora 21 x86_64
Date: Sat, 25 Apr 2015 18:09:04 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Fatal error 6: Aborted/bin/bash: line 7:  4176 Segmentation fault      (core 
dumped) ./temacs --batch --load loadup bootstrap


Hmm, I regularly build the GNU Emacs master on Fedora 21 x86-64, and I don't run into the problem. What happens if you build as follows? Get a fresh checkout from the master, and then run:

./autogen.sh
./configure CFLAGS='-g3 -O0'
make

If this doesn't work for you, please email us what it outputs. If it crashes the same way as before, please do this:

cd src
gdb temacs
(gdb) run --batch --load loadup bootstrap
(gdb) backtrace






reply via email to

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