Closed Bug 765873 Opened 12 years ago Closed 11 years ago

Add global of objects back to the CC dump

Categories

(Core :: XPConnect, defect)

defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: mccr8, Unassigned)

References

(Blocks 1 open bug)

Details

We used to print out the global of each object in the CC dump, but ObjShrink broke this.  It sounds like with bug 755186 fixed, we'll be able to do this again:
  "With this last patch, we should always be able to know the global of any GC-thing via thing->compartment()->global()."

This is useful for doing analyses of the CC graph that depend on which compartment/etc objects are in.  I guess we could just print the compartment instead.
Blocks: ZombieHunter
Eh, not a huge deal.  I think I wrote some hacky patches that just trace the parent chain to the global.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.