bug-ddd
[Top][All Lists]
Advanced

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

Segmentation fault using DDD 3.2.91


From: Ron Mah
Subject: Segmentation fault using DDD 3.2.91
Date: Mon, 04 Dec 2000 08:43:42 -0500

To whom it may concern:

I just finished building DDD 3.2.91 on an HP-UX 9000/755 running 10.20
and an attempt to run "ddd" from the top level directory and received an

"Internal error (Segmentation fault).  I changed the following in the
ddd/Makfile
prior to linking:

X_LDFLAGS:
  from: -L/usr/local/lib -L/usr/lib/X11R4
  to: -L/usr/local/lib -L/usr/contrib/X11R6/lib -L/usr/lib/X11R6

LIBXAW:
  from: -lXaw -lXmu
  to: -L/usr/contrib/X11R6/lib/libXaw.a
-L/usr/contrib/X11R6/lib/libXmu.a

INCLUDES:
  from: -I$(srcdir)/.. $(X_INCLUDE)
  to: -I$(srcdir/.. $(X_INCLUDE) -I/usr/contrib/X11R6/include

X_LIBS:
  from: -L/usr/local/lib -L/usr/lib/X11R4
  to: -L/usr/local/lib -L/usr/contrib/X11R6/lib -L/usr/lib/X11R6

Attached is my ~/.ddd/log file.  Any help would greatly be appreciated.

Ron Mah
ron.mah@lmco.com
GNU DDD 3.2.91 (hppa1.1-hp-hpux10.20)
Copyright (C) 1995-1999 Technische Universität Braunschweig, Germany.
Copyright (C) 1999-2000 Universität Passau, Germany.

Compiled with GCC 2.95.2 19991024 (release), libstdc++ 2.8.0
Requires X11R6, Xt11R6, Motif 1.2.6 (OSF/Motif Version 1.2.6)
Includes XPM 3.4.11, Athena Panner, DDD core
Built 2000-11-30 by MIP Administrator <mipadm@mip.mar.lmco.com>.
$  ./ddd
!  Segmentation fault
+  /bin/sh -c 'gdb -x /var/tmp/caaa11046 ./ddd core'
GNU gdb 4.17
Copyright 1998 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 "hppa1.1-hp-hpux10.20"...
Core was generated by `ddd'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from ./ddd...done.
Reading symbols from /usr/lib/libXm.2...done.
Reading symbols from /usr/local/lib/libXpm.sl...done.
Reading symbols from /usr/lib/X11R6/libXext.2...done.
Reading symbols from /usr/lib/X11R6/libXt.2...done.
Reading symbols from /usr/lib/X11R6/libSM.1...done.
Reading symbols from /usr/lib/X11R6/libICE.1...done.
Reading symbols from /usr/lib/X11R6/libX11.2...done.
Reading symbols from /usr/lib/libxcurses.1...done.
Reading symbols from /usr/lib/liby.1...done.
Reading symbols from /usr/lib/libc.1...done.
Reading symbols from /usr/lib/libdld.1...done.
#0  0xc0141140 in kill ()
#0  0xc0141140 in kill ()
#1  0xc00aa71c in raise ()
#2  0x1d5d64 in ddd_dump_core (sig=11) at exit.C:538
#3  0x1d5b7c in ddd_fatal (sig=11) at exit.C:476
#4  <signal handler called>
#5  0xc2067a68 in _XmGetFocusData ()
#6  0xc2065e34 in _XmNavigInitialize ()
#7  0xc205ef6c in Initialize ()
#8  0xc1c58ce0 in CallInitialize ()
#9  0xc1c58cb4 in CallInitialize ()
#10 0xc1c58cb4 in CallInitialize ()
#11 0xc1c5917c in xtCreate ()
#12 0xc1c59828 in _XtCreateWidget ()
#13 0xc1c5994c in XtCreateWidget ()
#14 0x93e08 in main (argc=1, argv=0x7b03b4a8) at ddd.C:2083

reply via email to

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