Manuela,

Add into your onQuit method, statements that detach your plugin's observers, then dispose of the observer instances by setting them to nil, and then call GC.start (Garbage Collection.)

See if that prevents the BugSplat!s when SU closes.