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

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

bug#23912: 25.0.95; Abort in gc when working with streams


From: Dmitry Antipov
Subject: bug#23912: 25.0.95; Abort in gc when working with streams
Date: Thu, 7 Jul 2016 20:57:09 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1

On 07/07/2016 08:38 PM, Michael Heerdegen wrote:

How do I build without optimization?

Just change CFLAGS and add some run-time checking:

CFLAGS='-O0 -g3' ./configure --enable-check-lisp-object-type 
--enable-checking=all

Is it bad that I called make with -j?

No, this option just says make to spawn jobs in parallel. If you have different
results with and without -j, probably there is a bug in Makefiles or make 
itself.

Dmitry






reply via email to

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