unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Alfred M. Szmidt" <ams@gnu.org>
To: Ryan Yeske <rcyeske@gmail.com>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: Failure to build on OpenBSD macppc
Date: Mon, 14 May 2007 00:20:12 +0200 (CEST)	[thread overview]
Message-ID: <20070513222012.AD9EE30122@Psilocybe.Update.UU.SE> (raw)
In-Reply-To: <20070513215012.3A13614297@owie.lan> (message from Ryan Yeske on Sun, 13 May 2007 14:50:12 -0700 (PDT))

   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	other threads:[~2007-05-13 22:20 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-11 21:56 Failure to build on OpenBSD macppc Richard Stallman
2007-05-13 21:50 ` Ryan Yeske
2007-05-13 22:20   ` Alfred M. Szmidt [this message]
2007-05-14 16:52     ` Richard Stallman
2007-05-14  9:52   ` Alfred M. Szmidt
2007-05-15  9:46     ` Richard Stallman
2007-05-15 17:07       ` Alfred M. Szmidt
2007-05-16  1:39         ` Richard Stallman
2007-05-16  7:55           ` Alfred M. Szmidt
2007-05-16 14:32             ` Richard Stallman
2007-05-16 14:47               ` David Kastrup
2007-05-16 15:04                 ` Ryan Yeske
2007-05-16 15:51               ` Alfred M. Szmidt
2007-05-17  8:01                 ` Glenn Morris
2007-05-17  8:42                   ` Alfred M. Szmidt
2007-05-17 21:32                   ` Richard Stallman
2007-05-16 16:26             ` Stefan Monnier
2007-05-16 19:38             ` Glenn Morris
2007-05-16 19:46               ` Alfred M. Szmidt
2007-05-14 16:52   ` Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2007-05-02 15:15 Richard Stallman
2007-05-02 20:52 ` Ryan Yeske
2007-05-05 23:18   ` Richard Stallman
2007-05-06  0:01     ` Ryan Yeske
2007-05-06  1:35       ` Glenn Morris
2007-05-06  0:07     ` Ryan Yeske

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070513222012.AD9EE30122@Psilocybe.Update.UU.SE \
    --to=ams@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rcyeske@gmail.com \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).