bug-ddd
[Top][All Lists]
Advanced

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

Reproducible bug: Internal error (Abort) ddd: Not enough space


From: David E Miller
Subject: Reproducible bug: Internal error (Abort) ddd: Not enough space
Date: Wed, 07 Mar 2001 09:35:03 -0500

Folks,

   The program triggering the bug is below. Putting a breakpoint on the return
statement, double clicking on dbl_aa, selecting plot (3-D, maybe logarithmic)
caused the bug.

   Please direct replies to both CC addresses.

   Thank you very much for an excellent debugger, despite the occasional bugs.

   David

ddd: Not enough space
ddd: Not enough space

Internal error (Abort).

Oops!  You have found a bug in DDD.

If you can reproduce this bug, please send a bug report
to <bug-ddd@gnu.org>, giving a subject like

    DDD 3.3 (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.


[3] - Abort(coredump)          ddd


namespace RS1 {
int dummy_int = 123 ;
};
#include <iostream>
int main( int argc, char *argv[] )
{
     std::cout << "Hello, world!" <<  std::endl ;
     double dbl_aa[ 100 ][ 100 ];
     for( int j = 0 ; j < 100 ; j += 1 )
          for( int k = 0 ; k < 100 ; k += 1 )
               dbl_aa[ j ][ k ] = sin( (j + k) * (j + k) / 100.0 );
   return 0 ;
}




-----------------------------------------------------------------
        Visit our Internet site at http://www.reuters.com

Any views expressed in this message are those of  the  individual
sender,  except  where  the sender specifically states them to be
the views of Reuters Ltd.



reply via email to

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