Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] Parallel debugger crashes Eclipse on program segfault

I'm running a 4-processor job in Eclipse. I can pause Eclipse, and interrogate functions and variables just fine, but when the program causes a segfault (i.e. the bug I'm trying to fix), looking up variables fails, and the entire IDE will eventually crash. Is this normal behavior, and if not, any ideas on how to stop it? I was hoping to use Eclipse to replace DDT and command-line GDB, neither of which have this issue.

Thanks,
JPS


Back to the top