bug-ddd
[Top][All Lists]
Advanced

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

DDD 3.3.5 (hppa1.1-hp-hpux10.20) gets `Signal 6' signal


From: Olivier Mehani
Subject: DDD 3.3.5 (hppa1.1-hp-hpux10.20) gets `Signal 6' signal
Date: Tue, 21 Sep 2004 10:20:08 +0200

Hello,

I've just compiled ddd 3.3.5 on hppa1.1-hp-hpux10.20 using gcc 2.95.2
and GNU binutils 2.13.2.1 (but using hp's ld: /usr/ccs/bin/ld). On
startup, it receives signal 6 (while still displaying the startup
screen) and stops there, everytime I launch it and I can't do anything
but kill-9 the process.

The machine's uname -a is:
HP-UX pc8 B.10.20 A 9000/715 2004837924 two-user license

(I want to stick to gcc-2.95.2, so this is the most recent version I can
hope to get working on the machine)

The configure command line used was:

CFLAGS=-mgas CXXFLAGS=-mgas ./configure --prefix=/tmp/ddd-3.3.5
--with-motif-libraries=/d/lesstif/LessTif/Motif2.0/lib/
--with-motif-includes=/d/lesstif/LessTif/Motif2.0/include/
--x-includes=/d/X11R6/include --x-libraries=/d/X11R6/lib --with-gnu-as
--without-athena

Plus, I downloaded and extracted readline-4.0 in the readline directory
of the source tree, as the provided readline didn't have an
already created configure script.

Finally, as <sstream> wasn't available, I did the following :
 * I wrote a little placeholder file sstream in the base directory
containing
---
#include <strstream>

#define ostringstream ostrstream
#define istringstream istrstream
#define stringstream strstream
---
so that the compiler finds what it wants.
 * I had to replace (in ddd/strclass.h) every occurence of
        os.str().c_str()    ->   os.str()
        os.str().length()   ->   os.pcount()
(as os.str() returns a char* instead of a string in strstream) 

Attached to this mail are my .ddd/log and std{out,err} I get when
running ddd.

What can the problem be ?

-- 
Olivier Mehani <olivier.mehani@linbox.com>      Free&ALter Soft/Linbox - Paris


Attachment: 00000002.mimetmp
Description: Text document

Attachment: log
Description: Binary data

Attachment: stdout_err
Description: Binary data

Attachment: pgpiryE1ZErMt.pgp
Description: PGP signature


reply via email to

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