emacs-devel
[Top][All Lists]
Advanced

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

Re: HPUX support in 22.0.96


From: Sascha Wilde
Subject: Re: HPUX support in 22.0.96
Date: Wed, 28 Mar 2007 15:22:44 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.96 (gnu/linux)

Glenn Morris <address@hidden> wrote:

> Sascha Wilde wrote:
>
>> Unfortunately the current code doesn't build on my system:
>
> Sorry, my mistake. Please try again.

Now emacs builds again, thank you.

BUT: the resulting binary crashes (segfault) on start up.
Interestingly enough: the crash only happens when it is started
interactively, so:

  % emacs  -batch -eval '(message "Emacs is alive...\nVersion: %s" 
emacs-version)'

works and prints: 

  Emacs is alive...
  Version: 22.0.96.2

(I think otherwise building Emacs would have failed anyway.)

Details:

  % gdb /usr/local/bin/emacs                      
  GNU gdb 6.6                                
  Copyright (C) 2006 Free Software Foundation, Inc.
  GDB is free software, covered by the GNU General Public License, and you are
  welcome to change it and/or distribute copies of it under certain conditions.
  Type "show copying" to see the conditions.
  There is absolutely no warranty for GDB.  Type "show warranty" for details.
  This GDB was configured as ""...
  (gdb) run
  Starting program: /usr/local/bin/emacs 
  warning: The shared libraries were not privately mapped; setting a
  breakpoint in a shared library will not work until you rerun the program.

  Cannot access memory at address 0x7b0394dc
  (gdb) bt 
  #0  0x0002f2b8 in $START$ ()

This is on

  % uname -a
  HP-UX timmy B.10.20 U 9000/715 2012866183 unlimited-user license

Build with 

  % gcc --version
  gcc (GCC) 3.4.2

Configuration:

  ./configure --without-x --without-pop

I will happily provide any additional needed information on request (I
have full configure and build logs available for example).

cheers
sascha
-- 
Sascha Wilde

"Unix was the first OS where you could carry the media and system
documentation around in a briefcase. This was fixed in BSD4.2."




reply via email to

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