ddd
[Top][All Lists]
Advanced

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

ddd segfault on AIX (was: WHY ddd on aix tries to run gdb, not db x!)


From: Tarendash, David
Subject: ddd segfault on AIX (was: WHY ddd on aix tries to run gdb, not db x!)
Date: Tue, 5 Dec 2000 14:47:26 -0500

Thanks Tim for he suggestion that its a 'ddd' problem.

I ran dbx on DDD and this is the stacktrace..it appears that there *might* be a Font problem. Does anyone have any suggestions???

Line 178 in LabelH.C:
HACK(_new).topGC    = _topShadowGC((XmLabelWidget)_new);

Line 255 in LabelH.C:
    _XmFontListGetDefaultFont(LABEL(_label).font, &fs);


*******************************************************************************************8


$ dbx ddd core

Type 'help' for help.
reading symbolic information ...
[using memory image in core]

Segmentation fault in signal.pthread_kill [/usr/lib/libpthreads.a] at 0xd0407f14 ($t1)
0xd0407f14 (pthread_kill+0x80) 80410014        lwz   r2,0x14(r1)
(dbx) where
signal.pthread_kill(??, ??) at 0xd0407f14
signal._p_raise(??) at 0xd04074ac
ddd_signal(int,...)(0xb, 0xf016fbe0, 0x0, 0xd030, 0x0, 0x60016016, 0x60015a16, 0x0), line 374 in "exit.C"
ddd_fatal(int,...)(0xb, 0x0, 0x2ff1ff80, 0x2ff3b6e0, 0x10104450, 0xd030, 0xe6058d00, 0x2ff3afd0), line 501 in "exit.C"
_XmRenderTableFindFallback(??, ??, ??, ??, ??) at 0xd34a37ac
_XmFontListSearch(??, ??, ??, ??) at 0xd351c698
XmeRenderTableGetDefaultFont(??, ??) at 0xd351c858
_XmFontListGetDefaultFont(??, ??) at 0xd362214c
_topShadowGC(_XmLabelRec*)(0x200e3078), line 255 in "LabelH.C"
enable3d(_XmLabelHackRec*)(0x200e3078), line 178 in "LabelH.C"
LabelH.initialize(_XmLabelHackRec*,_XmLabelHackRec*,char**,unsigned int*)(0x2ff20750, 0x200e3078, 0x2ff20d40, 0x2ff20688), line 204 in "LabelH.C"

InitializeLeafWrapper(??, ??, ??, ??, ??) at 0xd3494828
CallInitialize(0x20059f18, 0x2ff20750, 0x200e3078, 0x2ff20d40, 0x0, 0x0, 0x30343130, 0x3) at 0xd102206c
xtCreate(0x102f4138, 0x0, 0x20059f18, 0x200d8408, 0x2007fe68, 0x2ff20d40, 0x0, 0x0) at 0xd10219a8
_XtCreateWidget(??, ??, ??, ??, ??, ??, ??) at 0xd10215d4
XtCreateWidget(??, ??, ??, ??, ??) at 0xd1022864
main(argc = 1, argv = 0x2ff20fb4), line 2004 in "ddd.C"
(dbx)
******************************************************************************************8

David Tarendash



>****************************************************************************
>************************************
>$ cat ~/.ddd/log
>GNU DDD 3.2.1 (powerpc-ibm-aix4.3.2.0)
>Copyright (C) 1995-1999 Technische Universitaet Braunschweig, Germany.
>Copyright (C) 1999-2000 Universitaet Passau, Germany.
>Compiled with /bin/xlC
>Requires X11R6, Xt11R6, Motif 1.2.3 (OSF/Motif Version 1.2.3)
>Includes DDD core, Manual, App defaults, Athena Panner
>Built 2000-12-04 by David Tarendash     xZZZZ <unknown>.
>$  /u2/a24054/ddd/ddd-3.2.1/ddd/ddd --dbx xxx
>!  Segmentation fault
>+  /bin/sh -c 'gdb -x /tmp/caa0SA6Ec /u2/a24054/ddd/ddd-3.2.1/ddd/ddd core'

ddd is only trying to run gdb because ddd itself core dumped.  You may
be seeing the error from /bin/sh before you see the messages from ddd
because of buffering.



reply via email to

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