Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] stackoverflowerror causes pop-ups

I don’t believe there is any general mechanism, AFAIK it was always handled issue by issue in the parser by adding safe guards specific to the underlying issue.

Marc-André

On Sep 8, 2020, at 10:58 AM, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:

Hello folks,

Over the last year there have been numerous reports about pop-up errors like "Notifying selection
listeners" and "EnclosingASTNameJob" whose root cause is a StackOverflowError caused by some (typically) C++ code that doesn't get along with CDT.

Do we have a mechanism in CDT to suppress that pop-up and perhaps stop analysing the problematic file?

Thanks,
Jonah

* That is three bugs from this year: Bugs 566773 560701 563313

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev


Back to the top