ddd
[Top][All Lists]
Advanced

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

DDD 3.3.10 (sparc-sun-solaris2.7) gets `Abort' signal


From: Francesco Rotondella
Subject: DDD 3.3.10 (sparc-sun-solaris2.7) gets `Abort' signal
Date: Fri, 11 Mar 2005 09:32:13 +0100

Hello,

I don't know if this kind of bug have been already submitted, however, I'm going to describe it.
I've just compiled the DDD 3.3.10.
I've also compiled and installed the gdb 6.3 after I had this same problem using the native Sun dbx.

If I launch make check I have the following output:

177 @ebsun31 /home31/ddd-3.3.10>make check
Making check in themes
make[1]: Entering directory `/home31/ddd-3.3.10/themes'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home31/ddd-3.3.10/themes'
Making check in vsllib
make[1]: Entering directory `/home31/ddd-3.3.10/vsllib'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home31/ddd-3.3.10/vsllib'
Making check in ddd
make[1]: Entering directory `/home31/ddd-3.3.10/ddd'
MALLOC_CHECK_=2 \
DDD_HOME=./.. \
XUSERFILESEARCHPATH=%N XAPPLRESDIR=. \
./ddd  cxxtest

comm-manag.C: In function `void extra_completed(StringArray&, const VoidArray&, void*)':
comm-manag.C:3274: assertion `qu_count == count' failed               <== (*) here the GUI starts but, after abut 20 seconds it crashes

Internal error (Abort).

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.10 (sparc-sun-solaris2.7) gets `Abort' 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.

Hangup
make[1]: *** [check-now] Abort (core dumped)
make[1]: Leaving directory `/home31/risrotondella/downloads/Unix/ddd-3.3.10/ddd'
make: *** [check-recursive] Error 1
 

I had the same error with the dbx before installing the gdb : it only changed the string from

 ./ddd  cxxtest

to

./ddd --dbx  cxxtest
 

However, if I follow the same steps visualized after the command make check, all works fine.
Exactly I did these steps:

178 @ebsun31 /home31/ddd-3.3.10>cd ddd
179 @ebsun31 /home31/ddd-3.3.10/ddd>setenv MALLOC_CHECK_ 2
180 @ebsun31 /home31/ddd>setenv DDD_HOME ./..
181 @ebsun31 /home31/ddd-3.3.10/ddd>setenv XUSERFILESEARCHPATH %N
182 @ebsun31 /home31/ddd-3.3.10/ddd>setenv XAPPLRESDIR .
183 @ebsun31 /home31/ddd-3.3.10/ddd>./ddd cxxtest

In this way all works fine, without any kind of error trace.

Now I add some infos about my workstation:

Workstation information:
Type: Ultra10; sparc
Physical memory: 512 MB
Swap: 1353 MB
OS: SunOS 5.7 Generic_106541-18
Desktop: CDE 1.3.5

If you need other system or applications info, let me know.

Francesco Rotondella

P.S. I used gcc 3.4.2 for compilations of both gdb and ddd


reply via email to

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