Ticket #747 (closed bug: duplicate)

Opened 7 years ago

Last modified 5 years ago

Unloading a dll does not clean up properly

Reported by: guest Owned by:
Priority: normal Milestone: 6.6
Component: Runtime System Version: 6.4.2
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

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.

Change History

Changed 7 years ago by guest

I forgot to sign my bug repotr.

-- Lennart

Changed 7 years ago by simonmar

  • milestone set to 6.6

Changed 7 years ago by simonpj

  • status changed from new to closed
  • resolution set to duplicate

Dup of #804, which has more info

Changed 5 years ago by simonmar

  • architecture changed from Multiple to Unknown/Multiple

Changed 5 years ago by simonmar

  • os changed from Multiple to Unknown/Multiple
Note: See TracTickets for help on using tickets.