Closed Bug 64571 Opened 24 years ago Closed 17 years ago

boehm GC doesn't work with dll unloading

Categories

(Core :: XPCOM, defect, P4)

x86
Linux
defect

Tracking

()

RESOLVED WONTFIX
Future

People

(Reporter: dbaron, Assigned: dbaron)

Details

The boehm GC doesn't work with DLL unloading enabled (it prints lots of
garbage), since when it prints out stack traces of leaks it expects the
addresses on the stack to still be valid.  It needs to store the information it
needs when it takes the stack traces.  (I don't think this should be too
expensive because of the data structures it uses -- I think we should only need
one lookup per address rather than every time we see that address.)
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → Future
QA Contact: kandrot → nobody
QA Contact: nobody → xpcom
Boehm GC has been removed.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.