Closed Bug 289438 Opened 20 years ago Closed 19 years ago

ASSERTION: Factory creation failed: 'NS_SUCCEEDED(rv)', file nsNativeComponentLoader.cpp, line 160

Categories

(Firefox :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED EXPIRED

People

(Reporter: mmokrejs, Assigned: bugzilla)

Details

User-Agent:       Mozilla/5.0 (X11; Linux i686; U) Opera 7.54  [en]
Build Identifier: Mozilla 1.8b2, Copyright (c) 2003-2005 mozilla.org <developer build> 

I get the following when I start browser. I compiled it myself from current cvs 
tree.

***** Chrome Registration: Selecting skin classic/1.0 as default
***** Chrome Registration: Selecting skin classic/1.0 as default
*** Chrome Registration of package: Checking for contents.rdf at jar:resource:/
chrome/comm.jar!/content/branding/
*** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/
chrome/en-US.jar!/locale/en-US/branding/
***** Chrome Registration: Selecting skin classic/1.0 as default
*** Chrome Registration of locale : Checking for contents.rdf at jar:resource:/
chrome/en-US.jar!/locale/en-US/editor-region/
***** Chrome Registration: Selecting skin classic/1.0 as default
***** Chrome Registration: Selecting skin classic/1.0 as default
***** Chrome Registration: Selecting skin classic/1.0 as default
***** Chrome Registration: Selecting skin classic/1.0 as default
***** Chrome Registration: Selecting skin classic/1.0 as default
GFX: dpi=87 t2p=0.0588235 p2t=17 depth=16
++WEBSHELL == 1
+++ nsGenericModule nsCookieModule: unable to create factory for {d60b3710-166d-
11d5-a542-0010a401eb10}
###!!! ASSERTION: Factory creation failed: 'NS_SUCCEEDED(rv)', file 
nsNativeComponentLoader.cpp, line 160
Break: at file nsNativeComponentLoader.cpp, line 160
Suspending process; attach with the debugger.

Program received signal SIGSTOP, Stopped (signal).
[Switching to Thread 16386 (LWP 4733)]
0xb763ddec in poll () from /lib/libc.so.6
(gdb) where
#0  0xb763ddec in poll () from /lib/libc.so.6
#1  0xb7df7729 in _pr_poll_with_poll (pds=0x82000e8, npds=1, timeout=4294967295) 
at ptio.c:3888
#2  0xb7df7a44 in PR_Poll (pds=0x82000e8, npds=1, timeout=4294967295) at ptio.c:
4290
#3  0xb708d7fa in nsSocketTransportService::Poll (this=0x81ffc00, 
interval=0xb4ce5e30) at nsSocketTransportService2.cpp:350
#4  0xb708e220 in nsSocketTransportService::Run (this=0x81ffc00) at 
nsSocketTransportService2.cpp:558
#5  0xb7f8ce7d in nsThread::Main (arg=0x8200320) at nsThread.cpp:118
#6  0xb7df8fbc in _pt_root (arg=0x82003a0) at ptthread.c:217
#7  0xb7d5eb15 in pthread_start_thread () from /lib/libpthread.so.0
#8  0xb7d5ec84 in pthread_start_thread_event () from /lib/libpthread.so.0
#9  0xb764732a in clone () from /lib/libc.so.6
(gdb)
(gdb) info thread
* 3 Thread 16386 (LWP 4733)  0xb763ddec in poll () from /lib/libc.so.6
  2 Thread 32769 (LWP 4732)  0xb763ddec in poll () from /lib/libc.so.6
  1 Thread 16384 (LWP 4726)  0xb75a74a1 in kill () from /lib/libc.so.6
(gdb) thread 1
[Switching to thread 1 (Thread 16384 (LWP 4726))]#0  0xb75a74a1 in kill () from 
/lib/libc.so.6
(gdb) where
#0  0xb75a74a1 in kill () from /lib/libc.so.6
#1  0xb7f998ab in nsDebugImpl::Break (this=0x81c1b90, aFile=0xb7fd30e4 
"nsNativeComponentLoader.cpp", aLine=160)
    at nsDebugImpl.cpp:333
#2  0xb7f99793 in nsDebugImpl::Assertion (this=0x81c1b90, aStr=0xb7fd3645 
"Factory creation failed", 
    aExpr=0xb7fd3634 "NS_SUCCEEDED(rv)", aFile=0xb7fd30e4 
"nsNativeComponentLoader.cpp", aLine=160) at nsDebugImpl.cpp:294
#3  0xb7f120b8 in nsDebug::Assertion (aStr=0xb7fd3645 "Factory creation failed", 
aExpr=0xb7fd3634 "NS_SUCCEEDED(rv)", 
    aFile=0xb7fd30e4 "nsNativeComponentLoader.cpp", aLine=160) at nsDebug.cpp:
108
#4  0xb7f80efe in nsNativeComponentLoader::GetFactory (this=0x808daf0, 
aCID=@0x80a35b0, 
    aLocation=0x80a35d8 "rel:libcookie.so", aType=0x808e940 "application/x-
mozilla-native", _retval=0xbfffd6dc)
    at nsNativeComponentLoader.cpp:160
#5  0xb7f7ef71 in nsFactoryEntry::GetFactory (this=0x80a35b0, 
aFactory=0xbfffd6dc, mgr=0x8087620) at nsComponentManager.h:302
#6  0xb7f7a25e in nsComponentManagerImpl::CreateInstanceByContractID 
(this=0x8087620, 
    aContractID=0xbfffd868 "@mozilla.org/imgmanager;1", aDelegate=0x0, 
aIID=@0xb6a32510, aResult=0xbfffd730)
    at nsComponentManager.cpp:1984
#7  0xb7f7b0c3 in nsComponentManagerImpl::GetServiceByContractID 
(this=0x8087620, 
    aContractID=0xbfffd868 "@mozilla.org/imgmanager;1", aIID=@0xb6a32510, 
result=0xbfffd7f4) at nsComponentManager.cpp:2416
#8  0xb7f1191c in CallGetService (aContractID=0xbfffd868 "@mozilla.org/
imgmanager;1", aIID=@0xb6a32510, aResult=0xbfffd7f4)
    at nsComponentManagerUtils.cpp:92
#9  0xb7f11e96 in nsGetServiceByContractIDWithError::operator() 
(this=0xbfffd838, aIID=@0xb6a32510, aInstancePtr=0xbfffd7f4)
    at nsComponentManagerUtils.cpp:288
#10 0xb66d59f4 in nsCOMPtr<nsIContentPolicy>::
assign_from_gs_contractid_with_error (this=0xbfffd840, gs=@0xbfffd838, 
    aIID=@0xb6a32510) at nsCOMPtr.h:1282
#11 0xb66d593a in nsCOMPtr (this=0xbfffd840, gs=@0xbfffd838) at nsCOMPtr.h:685
#12 0xb66d4f86 in nsContentPolicy (this=0x82a4c50) at nsContentPolicy.cpp:127
#13 0xb66d4851 in NS_NewContentPolicy (aResult=0xbfffd994) at nsContentPolicy.
cpp:62
#14 0xb64332db in CreateContentPolicy (aOuter=0x0, aIID=@0xb6d331b4, 
aResult=0xbfffda30) at nsLayoutModule.cpp:571
#15 0xb7f12553 in nsGenericFactory::CreateInstance (this=0x82a4c38, aOuter=0x0, 
aIID=@0xb6d331b4, aResult=0xbfffda30)
    at nsGenericFactory.cpp:82
#16 0xb7f7a28e in nsComponentManagerImpl::CreateInstanceByContractID 
(this=0x8087620, 
    aContractID=0xb6d32278 "@mozilla.org/layout/content-policy;1", 
aDelegate=0x0, aIID=@0xb6d331b4, aResult=0xbfffda30)
    at nsComponentManager.cpp:1989
#17 0xb7f7b0c3 in nsComponentManagerImpl::GetServiceByContractID 
(this=0x8087620, 
    aContractID=0xb6d32278 "@mozilla.org/layout/content-policy;1", 
aIID=@0xb6d331b4, result=0xbfffdaf4)
    at nsComponentManager.cpp:2416
#18 0xb7f1191c in CallGetService (aContractID=0xb6d32278 "@mozilla.org/layout/
content-policy;1", aIID=@0xb6d331b4, 
    aResult=0xbfffdaf4) at nsComponentManagerUtils.cpp:92
#19 0xb7f11e3e in nsGetServiceByContractID::operator() (this=0xbfffdb04, 
aIID=@0xb6d331b4, aInstancePtr=0xbfffdaf4)
    at nsComponentManagerUtils.cpp:278
#20 0xb6ce8f74 in nsCOMPtr<nsIContentPolicy>::assign_from_gs_contractid 
(this=0xbfffdb50, gs=
      {mContractID = 0xb6d32278 "@mozilla.org/layout/content-policy;1"}, 
aIID=@0xb6d331b4) at nsCOMPtr.h:1272
#21 0xb6ce1868 in nsCOMPtr (this=0xbfffdb50, gs={mContractID = 0xb6d32278 
"@mozilla.org/layout/content-policy;1"})
    at nsCOMPtr.h:677
#22 0xb6ce0693 in NS_CheckContentLoadPolicy (contentType=6, 
contentLocation=0x82a3f30, requestOrigin=0x0, context=0x0, 
    mimeType=@0xb7fe59e8, extra=0x0, decision=0xbfffddca) at 
nsContentPolicyUtils.h:165
#23 0xb6cd5975 in nsDocShell::InternalLoad (this=0x82a41e8, aURI=0x82a3f30, 
aReferrer=0x0, aOwner=0x0, aFlags=1, 
    aWindowTarget=0x82a4c28, aTypeHint=0x0, aPostData=0x0, aHeadersData=0x0, 
aLoadType=1, aSHEntry=0x0, aFirstParty=1, 
    aDocShell=0x0, aRequest=0x0) at nsDocShell.cpp:5304
---Type <return> to continue, or q <return> to quit---
#24 0xb6cc4f57 in nsDocShell::LoadURI (this=0x82a41e8, aURI=0x82a3f30, 
aLoadInfo=0x82a4be8, aLoadFlags=0, aFirstParty=1)
    at nsDocShell.cpp:764
#25 0xb6ccc331 in nsDocShell::LoadURI (this=0x82a41e8, aURI=0xbfffe228, 
aLoadFlags=0, aReferringURI=0x0, aPostStream=0x0, 
    aHeaderStream=0x0) at nsDocShell.cpp:2791
#26 0xb622a368 in nsWebShellWindow::Initialize (this=0x828e070, aParent=0x0, 
aShell=0x81368f8, aUrl=0x828e000, 
    aInitialWidth=100, aInitialHeight=100, aIsHiddenWindow=1, 
widgetInitData=@0xbfffe430) at nsWebShellWindow.cpp:260
#27 0xb6225d3b in nsAppShellService::JustCreateTopWindow (this=0x828dfb0, 
aParent=0x0, aUrl=0x828e000, aChromeMask=4094, 
    aInitialWidth=100, aInitialHeight=100, aIsHiddenWindow=1, 
aAppShell=0x81368f8, aResult=0xbfffe4b0)
    at nsAppShellService.cpp:359
#28 0xb62258f1 in nsAppShellService::CreateHiddenWindow (this=0x828dfb0, 
aAppShell=0x81368f8) at nsAppShellService.cpp:175
#29 0xb5e26de3 in nsAppStartup::CreateHiddenWindow (this=0x8136640) at 
nsAppStartup.cpp:152
#30 0x0804d93b in main1 (argc=1, argv=0xbfffe7f4, nativeApp=0x80c4b60) at 
nsAppRunner.cpp:1242
#31 0x0804ebb7 in main (argc=1, argv=0xbfffe7f4) at nsAppRunner.cpp:1828
(gdb)
(gdb) bt full
#0  0xb75a74a1 in kill () from /lib/libc.so.6
No symbol table info available.
#1  0xb7f998ab in nsDebugImpl::Break (this=0x81c1b90, aFile=0xb7fd30e4 
"nsNativeComponentLoader.cpp", aLine=160)
    at nsDebugImpl.cpp:333
        assertBehavior = 0xbffff495 "suspend"
#2  0xb7f99793 in nsDebugImpl::Assertion (this=0x81c1b90, aStr=0xb7fd3645 
"Factory creation failed", 
    aExpr=0xb7fd3634 "NS_SUCCEEDED(rv)", aFile=0xb7fd30e4 
"nsNativeComponentLoader.cpp", aLine=160) at nsDebugImpl.cpp:294
        buf = "###!!! ASSERTION: Factory creation failed: 'NS_SUCCEEDED(rv)', 
file nsNativeComponentLoader.cpp, line 160\000ÿ¿d60b1110\001", '\0' <repeats 11 
times>, 
"\001\000\000\000\020\000\000\000(Ðÿ¿\b¸Ý·PÐÿ¿Õ\003à·\000\000\000\000ÿÿÿÿ\020\00
0\000\000\003\000\000\000\b\000\000\000°\003à·â2Ö·ô\177Ö·XÆ)
\b\000\232j·\000\000\000\000ù\000Ö·3"...
#3  0xb7f120b8 in nsDebug::Assertion (aStr=0xb7fd3645 "Factory creation failed", 
aExpr=0xb7fd3634 "NS_SUCCEEDED(rv)", 
    aFile=0xb7fd30e4 "nsNativeComponentLoader.cpp", aLine=160) at nsDebug.cpp:
108
No locals.
#4  0xb7f80efe in nsNativeComponentLoader::GetFactory (this=0x808daf0, 
aCID=@0x80a35b0, 
    aLocation=0x80a35d8 "rel:libcookie.so", aType=0x808e940 "application/x-
mozilla-native", _retval=0xbfffd6dc)
    at nsNativeComponentLoader.cpp:160
        rv = 2147746132
        dll = (nsDll *) 0x80ffb20
        serviceMgr = {mRawPtr = 0x8087624}
#5  0xb7f7ef71 in nsFactoryEntry::GetFactory (this=0x80a35b0, 
aFactory=0xbfffd6dc, mgr=0x8087620) at nsComponentManager.h:302
        rv = 0
        loader = {mRawPtr = 0x808daf0}
#6  0xb7f7a25e in nsComponentManagerImpl::CreateInstanceByContractID 
(this=0x8087620, 
    aContractID=0xbfffd868 "@mozilla.org/imgmanager;1", aDelegate=0x0, 
aIID=@0xb6a32510, aResult=0xbfffd730)
    at nsComponentManager.cpp:1984
        entry = (nsFactoryEntry *) 0x80a35b0
        factory = (class nsIFactory *) 0x0
        rv = 3221214952
#7  0xb7f7b0c3 in nsComponentManagerImpl::GetServiceByContractID 
(this=0x8087620, 
    aContractID=0xbfffd868 "@mozilla.org/imgmanager;1", aIID=@0xb6a32510, 
result=0xbfffd7f4) at nsComponentManager.cpp:2416
        rv = 0
        service = {<nsCOMPtr_base> = {mRawPtr = 0x0}, <No data fields>}
        mon = {<nsAutoLockBase> = {mAddr = 0x808da80, mDown = 0x0, mType = 
nsAutoLockBase::eAutoMonitor}, 
  mMonitor = 0x808da80, mLockCount = 0}
        entry = (nsFactoryEntry *) 0x80a35b0
        contractIDTableEntry = (nsContractIDTableEntry *) 0x80b64d0
#8  0xb7f1191c in CallGetService (aContractID=0xbfffd868 "@mozilla.org/
imgmanager;1", aIID=@0xb6a32510, aResult=0xbfffd7f4)
    at nsComponentManagerUtils.cpp:92
        compMgr = (class nsComponentManagerImpl *) 0x8087620
#9  0xb7f11e96 in nsGetServiceByContractIDWithError::operator() 
(this=0xbfffd838, aIID=@0xb6a32510, aInstancePtr=0xbfffd7f4)
    at nsComponentManagerUtils.cpp:288
        status = 3221215336
#10 0xb66d59f4 in nsCOMPtr<nsIContentPolicy>::
assign_from_gs_contractid_with_error (this=0xbfffd840, gs=@0xbfffd838, 
    aIID=@0xb6a32510) at nsCOMPtr.h:1282
        newRawPtr = (nsIContentPolicy *) 0xb7fdf894
#11 0xb66d593a in nsCOMPtr (this=0xbfffd840, gs=@0xbfffd838) at nsCOMPtr.h:685
No locals.
#12 0xb66d4f86 in nsContentPolicy (this=0x82a4c50) at nsContentPolicy.cpp:127
        string = {mRawPtr = 0x82a3fb8}
        contractid = {<nsFixedCString> = {<nsCString> = {<nsCSubstring> = 
{<nsACString> = {mVTable = 0xb7fe54a8, 
          mData = 0xbfffd868 "@mozilla.org/imgmanager;1", mLength = 25, 
          mFlags = 65553}, <No data fields>}, <No data fields>}, mFixedCapacity 
= 63, 
    mFixedBuf = 0xbfffd868 "@mozilla.org/imgmanager;1"}, 
  mStorage = "@mozilla.org/imgmanager;
1\000*\b\002\000\000\000L\232j·\000\232j·(\000\000\000\000\232j·8L*\b8L*\bL\232j
·PVü·"}
        policy = {mRawPtr = 0x0}
        rv = 0
        catman = {mRawPtr = 0x8095530}
        catEnum = {mRawPtr = 0x82a4c90}
        hasMore = 1
        item = {<nsCOMPtr_base> = {mRawPtr = 0x82a3fb8}, <No data fields>}
#13 0xb66d4851 in NS_NewContentPolicy (aResult=0xbfffd994) at nsContentPolicy.
cpp:62
No locals.
#14 0xb64332db in CreateContentPolicy (aOuter=0x0, aIID=@0xb6d331b4, 
aResult=0xbfffda30) at nsLayoutModule.cpp:571
        inst = (class nsIContentPolicy *) 0x4000
        rv = 1
#15 0xb7f12553 in nsGenericFactory::CreateInstance (this=0x82a4c38, aOuter=0x0, 
aIID=@0xb6d331b4, aResult=0xbfffda30)
    at nsGenericFactory.cpp:82
No locals.
#16 0xb7f7a28e in nsComponentManagerImpl::CreateInstanceByContractID 
(this=0x8087620, 
    aContractID=0xb6d32278 "@mozilla.org/layout/content-policy;1", 
aDelegate=0x0, aIID=@0xb6d331b4, aResult=0xbfffda30)
    at nsComponentManager.cpp:1989
        entry = (nsFactoryEntry *) 0x809d098
        factory = (class nsIFactory *) 0x82a4c38
        rv = 0
#17 0xb7f7b0c3 in nsComponentManagerImpl::GetServiceByContractID 
(this=0x8087620, 
    aContractID=0xb6d32278 "@mozilla.org/layout/content-policy;1", 
aIID=@0xb6d331b4, result=0xbfffdaf4)
    at nsComponentManager.cpp:2416
        rv = 0
        service = {<nsCOMPtr_base> = {mRawPtr = 0x0}, <No data fields>}
        mon = {<nsAutoLockBase> = {mAddr = 0x808da80, mDown = 0x0, mType = 
nsAutoLockBase::eAutoMonitor}, 
  mMonitor = 0x808da80, mLockCount = 0}
        entry = (nsFactoryEntry *) 0x809d098
        contractIDTableEntry = (nsContractIDTableEntry *) 0x80b97f0
#18 0xb7f1191c in CallGetService (aContractID=0xb6d32278 "@mozilla.org/layout/
content-policy;1", aIID=@0xb6d331b4, 
    aResult=0xbfffdaf4) at nsComponentManagerUtils.cpp:92
        compMgr = (class nsComponentManagerImpl *) 0x8087620
#19 0xb7f11e3e in nsGetServiceByContractID::operator() (this=0xbfffdb04, 
aIID=@0xb6d331b4, aInstancePtr=0xbfffdaf4)
    at nsComponentManagerUtils.cpp:278
        status = 135234864
#20 0xb6ce8f74 in nsCOMPtr<nsIContentPolicy>::assign_from_gs_contractid 
(this=0xbfffdb50, gs=
      {mContractID = 0xb6d32278 "@mozilla.org/layout/content-policy;1"}, 
aIID=@0xb6d331b4) at nsCOMPtr.h:1272
        newRawPtr = (nsIContentPolicy *) 0x0
#21 0xb6ce1868 in nsCOMPtr (this=0xbfffdb50, gs={mContractID = 0xb6d32278 
"@mozilla.org/layout/content-policy;1"})
    at nsCOMPtr.h:677
No locals.
#22 0xb6ce0693 in NS_CheckContentLoadPolicy (contentType=6, 
contentLocation=0x82a3f30, requestOrigin=0x0, context=0x0, 
    mimeType=@0xb7fe59e8, extra=0x0, decision=0xbfffddca) at 
nsContentPolicyUtils.h:165
        policy = {mRawPtr = 0x0}
#23 0xb6cd5975 in nsDocShell::InternalLoad (this=0x82a41e8, aURI=0x82a3f30, 
aReferrer=0x0, aOwner=0x0, aFlags=1, 
    aWindowTarget=0x82a4c28, aTypeHint=0x0, aPostData=0x0, aHeadersData=0x0, 
aLoadType=1, aSHEntry=0x0, aFirstParty=1, 
    aDocShell=0x0, aRequest=0x0) at nsDocShell.cpp:5304
        rv = 0
        bIsJavascript = 0
        requestingElement = {mRawPtr = 0x0}
        privateWin = {mRawPtr = 0x0}
        shouldLoad = 1
        owner = {<nsCOMPtr_base> = {mRawPtr = 0x8062330}, <No data fields>}
        contentType = 6
        req = {mRawPtr = 0x1}
        context = (nsISupports *) 0x0
        allowScroll = 208
#24 0xb6cc4f57 in nsDocShell::LoadURI (this=0x82a41e8, aURI=0x82a3f30, 
aLoadInfo=0x82a4be8, aLoadFlags=0, aFirstParty=1)
    at nsDocShell.cpp:764
        flags = 1
        rv = 0
        referrer = {mRawPtr = 0x0}
        owner = {<nsCOMPtr_base> = {mRawPtr = 0x0}, <No data fields>}
        shEntry = {mRawPtr = 0x0}
        headersStream = {mRawPtr = 0x0}
        inheritOwner = 1
        loadType = 1
        postStream = {mRawPtr = 0x0}
        sendReferrer = 1
        target = {<nsString> = {<nsSubstring> = {<nsAString> = {mVTable = 
0xb7fe5528, mData = 0x82a4c28, mLength = 0, 
        mFlags = 9}, <No data fields>}, <No data fields>}, <No data fields>}
#25 0xb6ccc331 in nsDocShell::LoadURI (this=0x82a41e8, aURI=0xbfffe228, 
aLoadFlags=0, aReferringURI=0x0, aPostStream=0x0, 
    aHeaderStream=0x0) at nsDocShell.cpp:2791
        uri = {mRawPtr = 0x82a3f30}
        rv = 0
        loadInfo = {mRawPtr = 0x82a4be8}
        loadType = 1
#26 0xb622a368 in nsWebShellWindow::Initialize (this=0x828e070, aParent=0x0, 
aShell=0x81368f8, aUrl=0x828e000, 
    aInitialWidth=100, aInitialHeight=100, aIsHiddenWindow=1, 
widgetInitData=@0xbfffe430) at nsWebShellWindow.cpp:260
        tmpStr = {<nsFixedCString> = {<nsCString> = {<nsCSubstring> = 
{<nsACString> = {mVTable = 0xb7fe54a8, 
          mData = 0xbfffe2c8 "about:blank", mLength = 11, mFlags = 65553}, <No 
data fields>}, <No data fields>}, 
    mFixedCapacity = 63, mFixedBuf = 0xbfffe2c8 "about:blank"}, 
  mStorage = "about:blank\000L-ÿ·\034º 
¶hãÿ¿L\232j·\000\000\000\000p\000\000\000\000\232j·x\023\b\b\024à(\b\000\000\000
\000¤tí\v\200ãÿ¿\200¥\017\b"}
        urlString = {<nsAutoString> = {<nsFixedString> = {<nsString> = 
{<nsSubstring> = {<nsAString> = {
            mVTable = 0xb7fe5528, mData = 0xbfffe228, mLength = 11, mFlags = 
65553}, <No data fields>}, <No data fields>}, 
      mFixedCapacity = 63, mFixedBuf = 0xbfffe228}, mStorage = {97, 98, 111, 
117, 116, 58, 98, 108, 97, 110, 107, 0, 0, 0, 
      43468, 46867, 58108, 49151, 0, 0, 0, 0, 65424, 47068, 55756, 47068, 45788, 
47068, 55, 0, 31952, 2063, 0, 0, 29860, 
      3053, 49551, 46624, 8116, 47104, 42800, 2063, 49551, 46624, 58204, 49151, 
11596, 47103, 46556, 46624, 58136, 49151, 
      9792, 47104, 6, 0, 0, 0, 1, 0, 0, 0, 1, 0}}, <No data fields>}
        webNav = {mRawPtr = 0x82a428c}
        rv = 0
        parentWidget = {mRawPtr = 0x0}
        webProgress = {mRawPtr = 0x82a41fc}
        r = {x = 0, y = 0, width = 100, height = 100}
        parentAsWin = {mRawPtr = 0x0}
        docShellAsWin = {mRawPtr = 0x82a4290}
        docShellAsItem = {mRawPtr = 0x82a4280}
#27 0xb6225d3b in nsAppShellService::JustCreateTopWindow (this=0x828dfb0, 
aParent=0x0, aUrl=0x828e000, aChromeMask=4094, 
    aInitialWidth=100, aInitialHeight=100, aIsHiddenWindow=1, 
aAppShell=0x81368f8, aResult=0xbfffe4b0)
    at nsAppShellService.cpp:359
        window = {mRawPtr = 0x828e070}
        widgetInitData = {clipChildren = 0 '\0', clipSiblings = 0 '\0', 
mDropShadow = 0 '\0', mListenForResizes = 0 '\0', 
  mWindowType = eWindowType_invisible, mBorderStyle = eBorderStyle_all, 
mContentType = eContentTypeUI, mUnicode = 1 '\001'}
        rv = 136896512
#28 0xb62258f1 in nsAppShellService::CreateHiddenWindow (this=0x828dfb0, 
aAppShell=0x81368f8) at nsAppShellService.cpp:175
        rv = 0
        initialHeight = 100
        initialWidth = 100
        hiddenWindowURL = 0xb6233c73 "about:blank"
        chromeMask = 4094
        url = {mRawPtr = 0x828e000}
        newWindow = {mRawPtr = 0x0}
#29 0xb5e26de3 in nsAppStartup::CreateHiddenWindow (this=0x8136640) at 
nsAppStartup.cpp:152
        appShellService = {mRawPtr = 0x828dfb0}
#30 0x0804d93b in main1 (argc=1, argv=0xbfffe7f4, nativeApp=0x80c4b60) at 
nsAppRunner.cpp:1242
        rv = 0
        obsService = {mRawPtr = 0x81e7a20}
        registrar = {mRawPtr = 0x0}
        cmdLineArgs = {mRawPtr = 0x81367c8}
        wcreator = {mRawPtr = 0x8136644}
        nativeAppOwner = {<nsCOMPtr_base> = {mRawPtr = 0x80c4b60}, <No data 
fields>}
        appStartup = {mRawPtr = 0x8136640}
        eventQService = {mRawPtr = 0x80c4b80}
        wwatch = {mRawPtr = 0x81354c8}
        windowOpened = -1215174894
        defaultStartup = -1215178826
        remoteService = {mRawPtr = 0xb8002640}
#31 0x0804ebb7 in main (argc=1, argv=0xbfffe7f4) at nsAppRunner.cpp:1828
        i = 1
        x11threadsafe = 0
        rv = 0
        dosplash = 0
        remoterv = 0
        argused = 0
        mainResult = 7
        nativeApp = (class nsINativeAppSupport *) 0x80c4b60
        splash = (class nsISplashScreen *) 0x0
(gdb) 





Reproducible: Always
This is an automated message, with ID "auto-resolve01".

This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.

While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.

If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.

The latest beta releases can be obtained from:
Firefox:     http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey:   http://www.mozilla.org/projects/seamonkey/
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in before you can comment on or make changes to this bug.