emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs segfaulting on FreeBSD 9.1-RELEASE (amd64) during memory alloc


From: Giorgos Keramidas
Subject: Re: Emacs segfaulting on FreeBSD 9.1-RELEASE (amd64) during memory allocation.
Date: Thu, 04 Jul 2013 13:03:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin)

On Wed, 03 Jul 2013 17:54:25 -0700, Paul Eggert <address@hidden> wrote:
> I think this is fallout from Bug#14569, and
> I'll reply there.

Thanks Paul!

The emacs-24 branch builds correctly on FreeBSD 10.0-CURRENT here.  So I
just pulled your commit from the trunk ofr the Git repository and tried
a local build again from this revision:

  $ git ll -1
  5da8d1b - (HEAD, origin/trunk, trunk) Try again to fix FreeBSD bug re 
multithreaded memory alloc. (3 hours ago) <Paul Eggert>

with the following options:

    ./configure --prefix=/opt/gnu --without-x

This compiled Emacs successfully on FreeBSD, and resulted in the
following output from configure:

   Configured for `amd64-unknown-freebsd10.0'.

     Where should the build process find the source code?    /git/emacs
     What compiler should emacs be built with?               cc -g3 -O2
     Should Emacs use the GNU version of malloc?             yes
     Should Emacs use a relocating allocator for buffers?    no
     Should Emacs use mmap(2) for buffer allocation?         yes
     What window system should Emacs use?                    none
     What toolkit should Emacs use?                          none
     Where do we find X Windows header files?                NONE
     Where do we find X Windows libraries?                   NONE
     Does Emacs use -lXaw3d?                                 no
     Does Emacs use -lXpm?                                   no
     Does Emacs use -ljpeg?                                  no
     Does Emacs use -ltiff?                                  no
     Does Emacs use a gif library?                           no
     Does Emacs use -lpng?                                   no
     Does Emacs use -lrsvg-2?                                no
     Does Emacs use imagemagick?                             no
     Does Emacs use -lgpm?                                   no
     Does Emacs use -ldbus?                                  no
     Does Emacs use -lgconf?                                 no
     Does Emacs use GSettings?                               no
     Does Emacs use a file notification library?             no
     Does Emacs use access control lists?                    yes
     Does Emacs use -lselinux?                               no
     Does Emacs use -lgnutls?                                no
     Does Emacs use -lxml2?                                  yes
     Does Emacs use -lfreetype?                              no
     Does Emacs use -lm17n-flt?                              no
     Does Emacs use -lotf?                                   no
     Does Emacs use -lxft?                                   no
     Does Emacs use toolkit scroll bars?                     no




reply via email to

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