Closed
Bug 450898
Opened 18 years ago
Closed 4 years ago
"WARNING: NS_ENSURE_SUCCESS(rv, rv) / 0x80004005 / nsXREDirProvider.cpp" on |EnsureDirectoryExists(localDir)| in |GetSystemExtensionsDirectory()|
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: sgautherie, Unassigned)
Details
Moved from bug 441979 comment 2:
{{{{
Serge Gautherie 2008-07-31 10:09:08 PDT
<http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1217484420.1217485284.24505.gz>
{{
Linux nye Depend bloat on 2008/07/30 23:07:00
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file
/home/andrew/tbox/SeaMonkey-Debug/Linux_2.6.22.14-72.fc6_Depend/src/mozilla/toolkit/xre/nsXREDirProvider.cpp,
line 1134
}}
}}}}
***
New line number is
<http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1218896700.1218897602.22284.gz>
{{
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file .../toolkit/xre/nsXREDirProvider.cpp, line 1142
}}
Code is
{{
1099 #if defined(XP_UNIX) || defined(XP_MACOSX)
1101 nsXREDirProvider::GetSystemExtensionsDirectory(nsILocalFile** aFile)
1141 rv = EnsureDirectoryExists(localDir);
1142 NS_ENSURE_SUCCESS(rv, rv);
}}
Comment 1•5 years ago
|
||
Hi Serge, can we assume this to be outdated?
Flags: needinfo?(bugzillamozillaorg_serge_20140323)
Comment 2•4 years ago
|
||
Clear a needinfo that is pending on an inactive user.
For more information, please visit auto_nag documentation.
Flags: needinfo?(bugzillamozillaorg_serge_20140323)
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•