id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
747,Unloading a dll does not clean up properly,guest,,"When a DLL is loaded it calls initUserSignals() and initDefaultHandlers().
This sets up some signal (event) handlers.
When the DLL is unloaded it does not remove those handlers.
This means that if the events happen after the DLL has been unloaded
it will dispatch into non-loaded code.  This is, obviously, bad.

It's very dubious if a DLL should install these handlers at all.
At least there should be a flag if they should be installed or not.
And if installed they should be removed on exit.",bug,closed,normal,6.6,Runtime System,6.4.2,duplicate,,,Unknown/Multiple,Unknown/Multiple,,Unknown,,,,
