You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to ARC Linux, on Windows with Mingw there is a bug, where GDB, built
as a C++ application, sometimes crashes when an exception is thrown in it.
It seems that behaviour is somewhat different from ARC Linux case, because
on Windows it seems that it doesn't crash in some cases where it crashes on
ARC Linux.
As a workaround, for now built GDB as a C application to avoid using
exceptions.
Signed-off-by: Anton Kolesov <[email protected]>
0 commit comments