Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Cannot access memory at address 0x409000

BTW, the first thing I would do is try to reproduce the problem without CDT. Perform the same activity using gdb. If that exhibits the problem, then what you have is an issue unrelated to CDT.

John

At 10:33 AM 11/18/2009, John Cortell wrote:
It's difficult to even guess at what the issue is without a detailed analysis. It could be a bug in mingw's gdb. It could be something the CDT debugger is doing wrong which results in the unexpected termination of the debug session. Your best bet is to try to come up a reproducible scenario using a simple/test project and then submit all the information we would need to reproduce the problem via a bugzilla report.

John

At 10:06 AM 11/18/2009, Mary Ann Belarmino wrote:
Hi,

In Eclipse, I create a simple application that loops forever - therefore I do not expect it to terminate.

I then run it and do suspend-resume repeatedly. I notice that the application eventually terminates.

In the console, I see the following message: Cannot access memory at address 0x409000

Does anyone know what this message means and why the program terminates? The tool chain I am using is MinGW - this is the tool chain I need work with so switching to something else is not an alternative for me.

Thanks,
MA

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev





Back to the top