ddd
[Top][All Lists]
Advanced

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

DDD 3.3.9 (i686-pc-linux-gnu) gets `Segmentation fault' signal


From: Roland Gigler
Subject: DDD 3.3.9 (i686-pc-linux-gnu) gets `Segmentation fault' signal
Date: Tue, 12 Oct 2004 18:17:58 +0200
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7) Gecko/20040517 MultiZilla/1.6.4.0a

I downloaded tar.gz from SF.

configure --prefix=/homes/roland/lx
make
make install

cd
lx/bin/ddd
   ddd showed the splash screen, then crashed, no main window.


Console-Output:
===============

address@hidden:~/lx/bin> ./ddd
Warning: Cannot allocate colormap entry for "DarkGreen"
(Annoyed?  Try 'Edit->Preferences->General->Suppress X Warnings'!)
Warning: Cannot allocate colormap entry for "red4"
Warning: Cannot allocate colormap entry for "grey96"
Warning: Cannot allocate colormap entry for "blue4"
Warning: Cannot allocate colormap entry for "grey50"

Internal error (Segmentation fault).

Oops!  You have found a bug in DDD.

If you can reproduce this bug, please send a bug report
to <address@hidden>, giving a subject like

    DDD 3.3.9 (i686-pc-linux-gnu) gets `Segmentation fault' signal

To enable us to fix the bug, you should include the following information:
* What you were doing to get this message.  Report all the facts.
* The contents of the `~/.ddd/log' file as generated by this session.
Please read also the section "Reporting Bugs" in the DDD manual.

We thank you for your support.

Segmentation fault
address@hidden:~>


LogFile:
========

address@hidden:~/.ddd> cat log
GNU DDD 3.3.9 (i686-pc-linux-gnu)
Copyright (C) 1995-1999 Technische Universität Braunschweig, Germany.
Copyright (C) 1999-2001 Universität Passau, Germany.
Copyright (C) 2001 Universität des Saarlandes, Germany.
Copyright (C) 2001-2004 Free Software Foundation, Inc.

Compiled with GCC 3.2, GNU libc 2.2
Requires X11R6, Xt11R6, Motif 2.2.2 (Motif Version 2.2.2)
Includes XPM 3.4.11, Athena Panner (7000002L), DDD core
Built 2004-10-12 by Roland Gigler <address@hidden>.
$  ./ddd
+  /bin/sh -c 'exec gdb -q -fullname'
#  Hello, world!
#  Starting GDB...
!  Segmentation fault
#  Saving options in "/homes/roland/.ddd/init"...
#  Saving options in "/homes/roland/.ddd/init"...done.
#  Thanks for using DDD 3.3.9!  (We apologize for the inconvenience.)
address@hidden:~/.ddd>


The problem is solid reproducable.


if I start ddd with gdb i get:

address@hidden:~> gdb lx/bin/ddd
GNU gdb 5.2.1
Copyright 2002 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 "i586-suse-linux"...
(gdb) r
Starting program: /homes/roland/lx/bin/ddd
Warning: Cannot allocate colormap entry for "DarkGreen"
(Annoyed?  Try 'Edit->Preferences->General->Suppress X Warnings'!)
Warning: Cannot allocate colormap entry for "red4"
Warning: Cannot allocate colormap entry for "grey96"
Warning: Cannot allocate colormap entry for "blue4"
Warning: Cannot allocate colormap entry for "grey50"

Program received signal SIGSEGV, Segmentation fault.
0x402e4e2d in XtWidgetToApplicationContext () from /usr/X11R6/lib/libXt.so.6
(gdb) bt
#0 0x402e4e2d in XtWidgetToApplicationContext () from /usr/X11R6/lib/libXt.so.6
#1  0x401360f1 in XmTextFieldSetStringWcs () from /usr/X11R6/lib/libXm.so.3
#2  0x4009bd41 in _XmCalcLabelGDimensions () from /usr/X11R6/lib/libXm.so.3
#3  0x402e1a5a in CallInitialize () from /usr/X11R6/lib/libXt.so.6
#4  0x402e1ff7 in xtCreate () from /usr/X11R6/lib/libXt.so.6
#5  0x402e245e in _XtCreateWidget () from /usr/X11R6/lib/libXt.so.6
#6  0x402e26c5 in XtCreateWidget () from /usr/X11R6/lib/libXt.so.6
#7  0x4009e310 in XmCreateLabelGadget () from /usr/X11R6/lib/libXm.so.3
#8  0x4017ae0b in _XmBB_CreateLabelG () from /usr/X11R6/lib/libXm.so.3
#9 0x400dc8ae in _XmSelectionBoxCreateListLabel () from /usr/X11R6/lib/libXm.so.3
#10 0x400dc440 in XmCreateScrolledWindow () from /usr/X11R6/lib/libXm.so.3
#11 0x402e1a5a in CallInitialize () from /usr/X11R6/lib/libXt.so.6
#12 0x402e1ff7 in xtCreate () from /usr/X11R6/lib/libXt.so.6
#13 0x402e245e in _XtCreateWidget () from /usr/X11R6/lib/libXt.so.6
#14 0x402e26c5 in XtCreateWidget () from /usr/X11R6/lib/libXt.so.6
#15 0x4006da9b in XmeCreateClassDialog () from /usr/X11R6/lib/libXm.so.3
#16 0x400de852 in XmCreateSelectionDialog () from /usr/X11R6/lib/libXm.so.3
#17 0x08135087 in createTopLevelSelectionDialog(_WidgetRec*, char const*, Arg*, unsigned) (parent=0x8406810, name=0x82a6da2 "edit_breakpoints_dialog", args=0xbfffd320,
    num_args=1) at mydialogs.C:68
#18 0x0821b8fc in SourceView::create_shells() (this=0x8359c28) at verify.h:39
#19 0x08053db4 in pre_main_loop (argc=1, argv=0x8406810) at ddd.C:3048
#20 0x080561d9 in main (argc=1, argv=0xbfffd884) at ddd.C:3157
#21 0x405a74a2 in __libc_start_main () from /lib/libc.so.6
(gdb) q
The program is running.  Exit anyway? (y or n) y
address@hidden:~>



the box is a SLES8, with a special kernel

address@hidden:~> uname -a
Linux lux3 2.4.18-27.7.xcustom #6 SMP Thu Feb 5 15:35:39 CET 2004 i686 unknown

BTW: the display is redirected to a SUN Solaris 8 box.



What else do you need ?  Please let me know.


regards
Roland












--
                               \|||/
Roland Gigler                  (o o)
----------------------------ooO-(_)-Ooo---------------------------------
Siemens AG, Muenchen           phone: +49 89 722-31289  Fax: -32421
COM ESY HD 511                 email: address@hidden
Building: 7202 Room: 604         www: http://www.mch4.siemens.de/~roland
------------------------------------------------------------------------




reply via email to

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