Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT 10.6.1

Hello folks,

At the CDT call last week we discussed this[1]:

- There is a bug in GDB 10 & GDB 11 that can cause GDB to quit unexpectedly and randomly
    - This may be able to be worked around in CDT by changing `org.eclipse.cdt.dsf.mi.service.command.AbstractMIControl.NUMBER_CONCURRENT_COMMANDS` to 1 to prevent there being multiple concurrent commands waiting in GDB input buffer.

Following the call we realized that the problem affects all GDB versions from GDB 9 through 11 and this causes a bad user experience. GDB 12 will be fixed, but that isn't available yet, and we don't know if the GDB community will back port the fix (I don't expect them to).

Torbjörn has now done most of the work required to release a CDT 10.6.1 with a workaround fix for this[2] and we think it would be best to have a release that contains the workaround. Therefore I have provisionally scheduled 10.6.1 for Tuesday April 26[3]. A few other fixes will be included in that patch release too.

Please share your thoughts.

Jonah

[1] https://hackmd.io/@jonahgraham/cdt-call-april-13-2022
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=579687
[3] https://projects.eclipse.org/projects/tools.cdt/releases/10.6.1
~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com

Back to the top