From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from qmta15.westchester.pa.mail.comcast.net (qmta15.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:44:76:96:59:228]) by hurricane.the-brannons.com (Postfix) with ESMTP id 8EC1578493 for ; Wed, 19 Feb 2014 01:22:26 -0800 (PST) Received: from omta13.westchester.pa.mail.comcast.net ([76.96.62.52]) by qmta15.westchester.pa.mail.comcast.net with comcast id U9MA1n00217dt5G5F9MbB9; Wed, 19 Feb 2014 09:21:35 +0000 Received: from eklhad ([107.5.36.150]) by omta13.westchester.pa.mail.comcast.net with comcast id U9Ma1n00P3EMmQj3Z9MblL; Wed, 19 Feb 2014 09:21:35 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke User-Agent: edbrowse/3.5.1 Date: Wed, 19 Feb 2014 04:21:37 -0500 Message-ID: <20140119042137.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1392801695; bh=ZX3wmKPBemixPbspdMVrnBhs+lyJGdyRUNRgsbxoSeI=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=YMUIl9bbdObe9iD/BBxZUHZW4bYEnj5qiDHm6KSJq69NFMnL28a5l40yx+2h0RApe TRXsAN4cug24EFgE6bQ/wvCtBbAYHgrKKs0+QwGLzWpoOIKPgu4Sw2ju1CYQ24oB9A EIYGx2ilfWnEdT0eP5pyei2giJ5BsBavfZFjSbMROsSTP8kmB7vMABBHc/RMZBOA8+ 5mrVFeGJ7zE4HWajL3B1KmUvQK0MZB47DV4By+CCPdjzYhah8vqAmDEltL534aPqzv ExAcehpH1OdeIDw74l/KaSdNkKbEeyvzB0nTI/o0sON+QIp+/s4W+levBJ33gPKDt0 pX4uFDMSsGToQ== Subject: [Edbrowse-dev] segfault with small pool X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Karl Dahlke List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 09:22:26 -0000 I sometimes run with jspool = 2 just to test, just to see what happens with a real world memory error. While doing this, I was looking at my edbrowse wiki article, putting in more feature content as Adam suggested, and I was verifying some of the internal wiki links, and got a segfault. Set jspool = 2 and type or read in these two commands. b http://en.wikipedia.org/wiki/http b http://en.wikipedia.org/wiki/https I get something like this. edbrowse ready . 180413 . 34837 . 135113 . could not allocate memory for javascript operations. out of memory could not allocate memory for javascript operations. out of memory could not allocate memory for javascript operations. out of memory could not allocate memory for javascript operations. out of memory could not allocate memory for javascript operations. out of memory could not allocate memory for javascript operations. out of memory could not allocate memory for javascript operations. out of memory could not allocate memory for javascript operations. out of memory could not allocate memory for javascript operations. out of memory could not allocate memory for javascript operations. out of memory could not allocate memory for javascript operations. out of memory could not allocate memory for javascript operations. out of memory could not allocate memory for javascript operations. out of memory could not allocate memory for javascript operations. out of memory could not allocate memory for javascript operations. out of memory could not allocate memory for javascript operations. out of memory Unrecoverable JavaScript error in this session *** glibc detected *** /home/eklhad/bin/edbrowse: free(): corrupted unsorted chunks: 0x0a4ca310 *** ======= Backtrace: ========= Karl Dahlke