emacs-devel
[Top][All Lists]
Advanced

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

Re: Failure to build on OpenBSD macppc


From: Alfred M. Szmidt
Subject: Re: Failure to build on OpenBSD macppc
Date: Mon, 14 May 2007 00:20:12 +0200 (CEST)

   I deleted all the forms in files.el and it still crashes, with the
   uninformative backtrace:

       Program received signal SIGSEGV, Segmentation fault.
       0x00000000 in ?? ()
       (gdb) #0  0x00000000 in ?? ()
       #1  0x00000000 in ?? ()

   I wrote on the list that ./temacs --help also crashes, which you
   said was probably unrelated, and I believe that others here said it
   does that for them too, on other platforms.

--help crashes because init_obarray() hasn't been called, which in
turn means that Vobarray is NULL.  Since Vobarray is NULL, emacs will
segfault when doing intern("emacs-version") at
emacs.c:bug_reporting_address().

I'll try to debug this, thanks to Ryan for giving me access to the
machine where this goes belly up.




reply via email to

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