I have a problem debugging code using cppunit. Without debugging, the code is running fine. When I run the code with gdb and set a breakpoint in a user method, e,g. setUp(), the programm stop at the requested breakpoint. I am able to analyse variables.
But when I try to get a backtrace, I get a gdb abnormal termination (Segmentation fault).
This is a general behaviour in my system, I see the problem also in the examples supplied by cppunit.
I tested cppunit-1.12.0 and cppunit-1.12.1
The operating system is OpenSuse 11.1 (32 Bit)
Thanks for any help
Klaus
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I have a problem debugging code using cppunit. Without debugging, the code is running fine. When I run the code with gdb and set a breakpoint in a user method, e,g. setUp(), the programm stop at the requested breakpoint. I am able to analyse variables.
But when I try to get a backtrace, I get a gdb abnormal termination (Segmentation fault).
This is a general behaviour in my system, I see the problem also in the examples supplied by cppunit.
I tested cppunit-1.12.0 and cppunit-1.12.1
The operating system is OpenSuse 11.1 (32 Bit)
Thanks for any help
Klaus