Closed
Bug 611832
Opened 14 years ago
Closed 14 years ago
Profile Manager leaks window handles - autoreleased with no pool in place - just leaking
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 577599
People
(Reporter: jhatax, Unassigned)
References
(Blocks 1 open bug)
Details
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b7) Gecko/20100101 Firefox/4.0b7
Build Identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b7) Gecko/20100101 Firefox/4.0b7
1. Started Firefox with -profileManager switch. Chose profile
2. Watched terminal for messages
3. Messages seen:
~~ 2010-11-12 13:36:17.335 firefox-bin[79004:613] *** __NSAutoreleaseNoPool(): Object 0x11693b040 of class __NSFastEnumerationEnumerator autoreleased with no pool in place - just leaking
2010-11-12 13:36:17.338 firefox-bin[79004:613] *** __NSAutoreleaseNoPool(): Object 0x101e60320 of class TopLevelWindowData autoreleased with no pool in place - just leaking
2010-11-12 13:36:17.338 firefox-bin[79004:613] *** __NSAutoreleaseNoPool(): Object 0x101e5fc30 of class NSCFString autoreleased with no pool in place - just leaking
2010-11-12 13:36:17.340 firefox-bin[79004:613] *** __NSAutoreleaseNoPool(): Object 0x101e56cc0 of class ToolbarWindow autoreleased with no pool in place - just leaking
2010-11-12 13:36:17.340 firefox-bin[79004:613] *** __NSAutoreleaseNoPool(): Object 0x101e5c750 of class WindowDelegate autoreleased with no pool in place - just leaking
2010-11-12 13:36:17.341 firefox-bin[79004:613] *** __NSAutoreleaseNoPool(): Object 0x101d8eea0 of class __NSFastEnumerationEnumerator autoreleased with no pool in place - just leaking
2010-11-12 13:36:17.342 firefox-bin[79004:613] *** __NSAutoreleaseNoPool(): Object 0x116983cf0 of class TopLevelWindowData autoreleased with no pool in place - just leaking
2010-11-12 13:36:17.343 firefox-bin[79004:613] *** __NSAutoreleaseNoPool(): Object 0x101e5ef00 of class NSCFString autoreleased with no pool in place - just leaking
2010-11-12 13:36:17.345 firefox-bin[79004:613] *** __NSAutoreleaseNoPool(): Object 0x1169812c0 of class BaseWindow autoreleased with no pool in place - just leaking
2010-11-12 13:36:17.345 firefox-bin[79004:613] *** __NSAutoreleaseNoPool(): Object 0x116981f10 of class WindowDelegate autoreleased with no pool in place - just leaking
Reproducible: Always
Actual Results:
Firefox profile manager leaks handles
Expected Results:
Shouldn't leak handles.
From looking through bugzilla, leaks like these have been fixed in other parts of the Firefox codebase. The profile manager seems to be one of the last few modules that leaks window handles.
Updated•14 years ago
|
Blocks: 559073
Component: General → Widget: Cocoa
Product: Firefox → Core
QA Contact: general → cocoa
Version: unspecified → Trunk
![]() |
||
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•