emacs-devel
[Top][All Lists]
Advanced

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

Re: Current Emacs crashes on HPUX


From: Sascha Wilde
Subject: Re: Current Emacs crashes on HPUX
Date: Fri, 30 Mar 2007 16:48:22 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.96 (gnu/linux)

Sascha Wilde <address@hidden> wrote:

> Glenn Morris <address@hidden> wrote:
>> Sascha Wilde wrote:
>>> Richard Stallman <address@hidden> wrote:
>>>
>>>> Can you try building a pretest from last fall, such as 22.0.90?
>>>
>>> I'll give it a try.  But this is not the fastest box (50 Mhz PArisc,
>>> 64MB Ram) so the build will take several hours -- I'll report on the
>>> outcome tomorrow.
>>
>> Thanks. 22.0.93, or a CVS checkout from Jan 26th 2007, would be better
>> tests in the first instance.
>
> An older version is currently building (I started the build while
> writing the cited mail yesterday.

Ok, the build finally finished -- with the same results... :-(
(running in batch mode, crashing when started interactively)

  % ./src/emacs  -batch -eval '(message "Version: %s" emacs-version)'
  Version: 22.0.50.2

Another interesting observation -- I don't know if it is of any
relevance, emacs 21 (working) was linked against xcurses library,
while the 22 isn't:

  % odump -slliblist /usr/local/bin/emacs-21.3 

  Shared Library List Table for /usr/local/bin/emacs-21.3:

  Index  Ref  IDNRVI  HighWater  Name 

      0  abs  .D....          0  temacs
      1   -l  .D...I          0  /usr/lib/libdld.1
      2   -l  .D...I          0  /usr/lib/libxcurses.1
      3   -l  .D...I         70  /usr/lib/libc.1

  % odump -slliblist ./src/emacs                                                
                                
  Shared Library List Table for ./src/emacs:

  Index  Ref  IDNRVI  HighWater  Name 

      0  abs  .D....          0  temacs
      1   -l  .D...I          0  /usr/lib/libdld.1
      2   -l  .D...I         70  /usr/lib/libc.1

any hints?
Any suggestions on how to proceed?

A naive binary search through the changes is not practicable with a
round trip time of several hours...  ;-)

sascha
-- 
Sascha Wilde
Nota bene: wenn Word für Längeres geeignet wäre, würde es schließlich
nicht Word, sondern Sentence, Page oder Article heißen
        -- Matthias Mühlich in dctt




reply via email to

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