Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8DAF34FE2 for ; Tue, 17 May 2011 18:02:19 +0000 (UTC) Received: (qmail 55136 invoked by uid 500); 17 May 2011 18:02:19 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 55105 invoked by uid 500); 17 May 2011 18:02:19 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 55095 invoked by uid 99); 17 May 2011 18:02:19 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2011 18:02:19 +0000 Received: from localhost (HELO [192.168.1.41]) (127.0.0.1) (smtp-auth username nslater, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2011 18:02:18 +0000 Subject: Re: [VOTE] Apache CouchDB 1.1.0 release Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Noah Slater In-Reply-To: X-Noah: Awesome Date: Tue, 17 May 2011 19:02:16 +0100 Content-Transfer-Encoding: 7bit Message-Id: <8B5F06FE-4435-4AB8-99D9-B2F8217003F4@apache.org> References: <8C349775-5EC4-4033-B42A-146D990BC933@apache.org> <001DE270-7DA0-4E57-999D-185DCEC2B1FF@apache.org> To: dev@couchdb.apache.org X-Mailer: Apple Mail (2.1084) On 17 May 2011, at 18:21, Paul Davis wrote: > Can you reproduce it? Which test was running when it failed? If you > can reproduce it, can you attach gdb to your couchdb process to get a > stack trace of when it segfaults? Okay, now we have: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x00000000107c3bc0 [Switching to process 99177 thread 0x2a03] 0x00000000107c3bc0 in ?? () (gdb) Continuing. Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x00000000107c3bc0 0x00000000107c3bc0 in ?? () (gdb) bt #0 0x00000000107c3bc0 in ?? () Cannot access memory at address 0x107c3bc0 #1 0x00007fff86abe5b1 in EVP_DigestInit_ex () #2 0x00007fff86a8c89d in ssleay_rand_bytes () #3 0x00007fff86a8bf2e in ssleay_rand_pseudo_bytes () #4 0x000000001074307a in rand_bytes_1 () #5 0x00000000100fdc07 in process_main () #6 0x000000001006ff5e in sched_thread_func () #7 0x000000001018e8db in thr_wrapper () #8 0x00007fff8909f4f6 in _pthread_start () #9 0x00007fff8909f3a9 in thread_start () (gdb)