Re: ddd crash on Red Hat Linux 7.4

Michael Eager <[email protected]> Tue, 21 Nov 2017 11:58:32 -0800
Newsgroups gmane.comp.debugging.ddd.general
Message-ID <[email protected]>
Hi Zaiwen --

First, try to do the same operation without DDD, using GDB from the 
command line.  That will help decide whether this is a DDD problem or 
GDB problem.

Second, remove your ~/.ddd directory and try re-running your test.

If it is any consolation, I run ddd-3.3.12 on CentOS 7.4 without crashing.

On 11/21/2017 10:05 AM, Zaiwen Gong wrote:
> Hi,
> 
> I am using ddd-3.3.12-20.el7.x86_64 on Red Hat Linux 7.4 
> (3.10.0-693.2.1.el7.x86_64).
> 
> I would like to know if it is supported?
> 
> Below is a simple program. It will crash if in ddd I right click on x 
> and select print and then later try to type anything into the debugger 
> at the gdb prompt
> 
>      #include <stdio.h>
> 
>      int main ()
>      {
>          int x = 1;
>          printf ("%d",x );
> 
>          return 0;
>        }
> 
> #To build ....
> #g++ -g simpleProg.cxx -o simpleProg
> 
> Has anyone been using ddd in Red Hat Linux 7.4 and encountered the same 
> crash?
> 
> I have opened an issue here:
> 
>   * https://savannah.gnu.org/support/index.php?109420
> 
> Any reply will be highly appreciated.
> 
> Thanks,
> 
> Zaiwen
> 
> -- 
> Zaiwen Gong
> System Administration Group
> Controls Systems Section
> Collider-Accelerator Department
> Brookhaven National Laboratory
> Telephone: (631)344-2938
> email:[email protected]  
> 

-- 
Michael Eager    [email protected]
1960 Park Blvd., Palo Alto, CA 94306