all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Segmentation fault when building emacs from git
@ 2016-02-02  1:24 Balaji Venkataraman
  2016-02-02  8:04 ` Paul Eggert
  0 siblings, 1 reply; 2+ messages in thread
From: Balaji Venkataraman @ 2016-02-02  1:24 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1523 bytes --]

Apologies if this is the wrong mailing list for this.

I'm looking for some tips on how to debug/get past this. I'm on CentOS 5,
trying to build emacs from git master (a39a03a3bf6). It dies at this point:

make[2]: Entering directory `/home//Downloads/src/emacs/lisp'
ELC notifications.elc
ELC paren.elc
ELC password-cache.elc
ELC pcmpl-cvs.elc
ELC pcmpl-gnu.elc

Backtrace:
../src/emacs[0x4f5f13] ../src/emacs[0x4dc1bb] ../src/emacs[0x4f5ece]
../src/emacs[0x4f6323]
/lib64/libpthread.so.0[0x2aef82151ca0]
 ../src/emacs[0x4d4ae5] ../src/emacs[0x4d9219] ../src/emacs[0x54d32c]
../src/emacs[0x54d69d] ../src/emacs[0x54d9b5] ../src/emacs[0x54edef]
../src/emacs[0x54d162] ../src/emacs[0x54d69d] ../src/emacs[0x54d5a3]
../src/emacs[0x5506d6] ../src/emacs[0x54d5a3] ../src/emacs[0x54d69d]
../src/emacs[0x54d5a3] ../src/emacs[0x54d5a3] ../src/emacs[0x56d82b]
../src/emacs[0x56f0e1] ../src/emacs[0x54dd96] ../src/emacs[0x57ed18]
../src/emacs[0x54d97c] ../src/emacs[0x54dc39] ../src/emacs[0x54dfa9]
../src/emacs[0x57078a] ../src/emacs[0x556f0a] ../src/emacs[0x54dd53]
../src/emacs[0x54e38b] ../src/emacs[0x54de60] ../src/emacs[0x57ed18]
../src/emacs[0x54dc39] ../src/emacs[0x57ed18] ../src/emacs[0x54dc39]
../src/emacs[0x57ed18] ../src/emacs[0x54dc39] ../src/emacs[0x57ed18]
../src/emacs[0x54dc39] ../src/emacs[0x57ed18] ../src/emacs[0x54dc39] ...
/bin/sh: line 1: 12306 Segmentation fault EMACSLOADPATH= '../src/emacs'
-batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' -f
batch-byte-compile notifications.el

[-- Attachment #2: Type: text/html, Size: 1748 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Segmentation fault when building emacs from git
  2016-02-02  1:24 Segmentation fault when building emacs from git Balaji Venkataraman
@ 2016-02-02  8:04 ` Paul Eggert
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggert @ 2016-02-02  8:04 UTC (permalink / raw)
  To: Balaji Venkataraman, emacs-devel

Balaji Venkataraman wrote:
> I'm looking for some tips on how to debug/get past this. I'm on CentOS 5,
> trying to build emacs from git master (a39a03a3bf6). It dies at this point:
>

Please file a bug report at bug-gnu-emacs@gnu.org.

It'd be helpful if you could isolate which commit causes the problem, using 
git-bisect say.

Also, you might try compiling with '-g3 -O0' and getting a backtrace with GDB.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-02  8:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-02  1:24 Segmentation fault when building emacs from git Balaji Venkataraman
2016-02-02  8:04 ` Paul Eggert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.