Comment #4 on issue 28913 by [email protected]: Segmentation Fault when loading HTTPS sites (bisected) http://code.google.com/p/chromium/issues/detail?id=28913
Ok, I've got a stack trace now, using gdb. It looks like Gentoo's installer strips away the debug information, so I had to use the version off build.chromium.org. This is from r33231: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb4bc4b70 (LWP 1451)] 0x0869b15d in URLRequest::DoCancel(int, net::SSLInfo const&) () (gdb) bt #0 0x0869b15d in URLRequest::DoCancel(int, net::SSLInfo const&) () #1 0x0869b288 in URLRequest::Cancel() () #2 0x0869b2d4 in URLRequest::~URLRequest() () #3 0x0866cf8f in (anonymous namespace)::OCSPRequestSession::OnReadCompleted(URLRequest*, int) () #4 0x0866c953 in (anonymous namespace)::OCSPRequestSession::OnResponseStarted(URLRequest*) () #5 0x0869b9e3 in URLRequest::ResponseStarted() () #6 0x086a2933 in URLRequestJob::NotifyHeadersComplete() () #7 0x087047b9 in URLRequestHttpJob::NotifyHeadersComplete() () #8 0x087049ab in URLRequestHttpJob::OnStartCompleted(int) () #9 0x08653310 in net::HttpCache::Transaction::DoCallback(int) () #10 0x086533f1 in net::HttpCache::Transaction::HandleResult(int) () #11 0x08653fd8 in net::HttpCache::Transaction::OnNetworkInfoAvailable(int) () #12 0x0865bb86 in net::HttpNetworkTransaction::DoCallback(int) () #13 0x086ef1d1 in net::HttpStreamParser::OnIOComplete(int) () #14 0x0868cd28 in net::TCPClientSocketLibevent::DoReadCallback(int) () #15 0x0868ce7a in net::TCPClientSocketLibevent::DidCompleteRead() () #16 0x0854834e in event_base_loop () #17 0x08515ac3 in base::MessagePumpLibevent::Run(base::MessagePump::Delegate*) () #18 0x08512751 in MessageLoop::RunInternal() () #19 0x08512878 in MessageLoop::Run() () #20 0x0852e313 in base::Thread::ThreadMain() () #21 0x0851f80b in ThreadFunc(void*) () #22 0xb76368ff in start_thread () from /lib/libpthread.so.0 #23 0xb72a233e in clone () from /lib/libc.so.6 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
