(Moved from eclipse-platform/eclipse.platform.swt#2848)
- macOS 15.7.2
- RCP app targetting Eclipse SDK 4.38.0.I20251201-0920
- Temurin-21.0.9+10 JDK
I'm testing my RCP app using the the above config, launching, debugging etc. Sometimes when quitting the RCP app I occasionally see this message written to Eclipse's console:
CoreSVG has logged an error. Set environment variabe "CORESVG_VERBOSE" to learn more.
There is nothing written to the error log.
I guess this is nothing serious but thought I'd open this issue in case it is an indicator of something else. I can't reproduce it with known actions.
Found one instance of this message here.
Next step is to set CORESVG_VERBOSE to 1 and see if I can get the message again...