chromium-discuss isn't the appropriate place for this. Please file a bug report at http://crbug.com/ on this and let me know the bug id. In the bug report, please state what version of what linux distribution you're running on, and the output of `ident /usr/lib/libnss3.so.1d`.
On Tue, Sep 1, 2009 at 9:51 AM, hliauw<[email protected]> wrote: > > HI all, > > I have just build Chrome on my linux. But when i run it, it terminates > within 5s with the error below. Anybody have any idea? I have > libnss3.so installed under /usr/lib. So, i think it shouldn't be > library dependency issue. > > [13274:13277:10622339782:WARNING:/home/hmuliawa/chroSrc/chromiumSVN/ > src/net/disk_cache/backend_impl.cc(1380)] Destroying invalid entry. > [13274:13277:10623307748:FATAL:/home/hmuliawa/chroSrc/chromiumSVN/src/ > base/nss_init.cc(80)] Check failed: false. Error initializing NSS: > Couldn't retrieve error > [13274:13277:10623307748:FATAL:/home/hmuliawa/chroSrc/chromiumSVN/src/ > base/nss_init.cc(80)] Check failed: false. Error initializing NSS: > Couldn't retrieve error > Backtrace: > sconsbuild/Debug/chrome(_ZN10StackTraceC1Ev+0x4f) [0x978d027] > sconsbuild/Debug/chrome(_ZN7logging10LogMessageD1Ev+0x201) > [0x97a833b] > sconsbuild/Debug/chrome [0x97bbcf7] > sconsbuild/Debug/chrome [0x97bbeb4] > sconsbuild/Debug/chrome [0x97bbf38] > sconsbuild/Debug/chrome(_ZN4base13EnsureNSSInitEv+0xb) > [0x97bbfdf] > sconsbuild/Debug/chrome(_ZN3net18SSLClientSocketNSS4InitEv > +0xb) [0x9a7bb17] > sconsbuild/Debug/chrome > (_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE > +0x311) [0x9a7d133] > sconsbuild/Debug/chrome > (_ZN3net22HttpNetworkTransaction12DoSSLConnectEv+0xe6) [0x9a44d6a] > sconsbuild/Debug/chrome > (_ZN3net22HttpNetworkTransaction6DoLoopEi+0x3df) [0x9a47983] > sconsbuild/Debug/chrome > (_ZN3net22HttpNetworkTransaction12OnIOCompleteEi+0x18) [0x9a47e62] > sconsbuild/Debug/chrome > (_Z16DispatchToMethodIN3net22HttpNetworkTransactionEMS1_FviEiEvPT_T0_RK6Tuple1IT1_E > +0x43) [0x9a49045] > sconsbuild/Debug/chrome > (_ZN12CallbackImplIN3net22HttpNetworkTransactionEMS1_FviE6Tuple1IiEE13RunWithParamsERKS5_ > +0x2c) [0x9a49074] > sconsbuild/Debug/chrome > (_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_+0x32) [0x9a09474] > sconsbuild/Debug/chrome > (_ZN3net18ClientSocketHandle12OnIOCompleteEi+0x3d) [0x9a6718d] > sconsbuild/Debug/chrome > (_Z16DispatchToMethodIN3net18ClientSocketHandleEMS1_FviEiEvPT_T0_RK6Tuple1IT1_E > +0x43) [0x9a6731b] > sconsbuild/Debug/chrome > (_ZN12CallbackImplIN3net18ClientSocketHandleEMS1_FviE6Tuple1IiEE13RunWithParamsERKS5_ > +0x2c) [0x9a6734a] > sconsbuild/Debug/chrome > (_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_+0x32) [0x9a09474] > sconsbuild/Debug/chrome > (_ZN3net8internal26ClientSocketPoolBaseHelper20OnConnectJobCompleteEiPNS_10ConnectJobE > +0x470) [0x9a6a6d4] > sconsbuild/Debug/chrome > (_ZN3net10ConnectJob26NotifyDelegateOfCompletionEi+0x57) [0x9a68575] > sconsbuild/Debug/chrome(_ZN3net13TCPConnectJob12OnIOCompleteEi > +0x33) [0x9a806f1] > sconsbuild/Debug/chrome > (_Z16DispatchToMethodIN3net13TCPConnectJobEMS1_FviEiEvPT_T0_RK6Tuple1IT1_E > +0x43) [0x9a80cf7] > sconsbuild/Debug/chrome > (_ZN12CallbackImplIN3net13TCPConnectJobEMS1_FviE6Tuple1IiEE13RunWithParamsERKS5_ > +0x2c) [0x9a80d26] > sconsbuild/Debug/chrome > (_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_+0x32) [0x9a09474] > sconsbuild/Debug/chrome > (_ZN3net23TCPClientSocketLibevent15DoWriteCallbackEi+0x14d) > [0x9a7de17] > sconsbuild/Debug/chrome > (_ZN3net23TCPClientSocketLibevent18DidCompleteConnectEv+0x273) > [0x9a7e157] > sconsbuild/Debug/chrome > (_ZN3net23TCPClientSocketLibevent12WriteWatcher29OnFileCanWriteWithoutBlockingEi > +0x22) [0x9a7f8ce] > sconsbuild/Debug/chrome > (_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv+0x37) > [0x97b4aa1] > sconsbuild/Debug/chrome [0x9929ae8] > sconsbuild/Debug/chrome(event_base_loop+0x158) [0x9929dbd] > sconsbuild/Debug/chrome > (_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE+0x266) > [0x97b51b8] > sconsbuild/Debug/chrome(_ZN11MessageLoop11RunInternalEv+0x137) > [0x97ab605] > sconsbuild/Debug/chrome(_ZN11MessageLoop10RunHandlerEv+0x11) > [0x97ab61f] > sconsbuild/Debug/chrome(_ZN11MessageLoop3RunEv+0x23) > [0x97ab6c3] > sconsbuild/Debug/chrome(_ZN4base6Thread10ThreadMainEv+0x9e) > [0x97e2f78] > sconsbuild/Debug/chrome [0x97c1246] > /lib/libpthread.so.0 [0x8fe49b] > /lib/libc.so.6(clone+0x5e) [0xfe642e] > > [13285:13286:10623403335:ERROR:/home/hmuliawa/chroSrc/chromiumSVN/src/ > ipc/ipc_channel_posix.cc(420)] pipe error (8): Connection reset by > peer > Trace/breakpoint trap > > > Thanks, > Hadi > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
