From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out.smtp-auth.no-ip.com (smtp-auth.no-ip.com [8.23.224.61]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 3335E77E8A for ; Wed, 30 Sep 2015 02:33:47 -0700 (PDT) X-No-IP: carhart.net@noip-smtp X-Report-Spam-To: abuse@no-ip.com Received: from carhart.net (unknown [99.52.200.227]) (Authenticated sender: carhart.net@noip-smtp) by smtp-auth.no-ip.com (Postfix) with ESMTPA id 634A7400D73; Wed, 30 Sep 2015 02:37:08 -0700 (PDT) Received: from carhart.net (localhost [127.0.0.1]) by carhart.net (8.13.8/8.13.8) with ESMTP id t8U9b7fQ014635; Wed, 30 Sep 2015 02:37:07 -0700 Received: from localhost (kevin@localhost) by carhart.net (8.13.8/8.13.8/Submit) with ESMTP id t8U9b6Lk014628; Wed, 30 Sep 2015 02:37:07 -0700 Date: Wed, 30 Sep 2015 02:37:06 -0700 (PDT) From: Kevin Carhart To: Karl Dahlke cc: Edbrowse-dev@lists.the-brannons.com In-Reply-To: <20150829133224.eklhad@comcast.net> Message-ID: References: <20150829133224.eklhad@comcast.net> User-Agent: Alpine 2.03 (LRH 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Subject: [Edbrowse-dev] Stack smashing detected in jsrt X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2015 09:33:47 -0000 FYI, I get an error message of "stack smashing detected" when I compile the latest and then run the jsrt, on ubuntu. Here are the recent messages from just before it happens. Maybe it doesn't represent anything real, or maybe it does, in which case we can talk about it more. testing selector colors 536 5 > get [0] js read 72 js read 14 < 0x7f5aa31642b0 > get defaultSelected js read 72 js read 1 < 0 > get selected js read 72 js read 1 < 0 > get text js read 72 js read 3 < red > get value js read 72 js read 1 < r > get [1] js read 72 js read 14 < 0x7f5aa3164310 > get defaultSelected js read 72 js read 1 < 0 > get selected js read 72 js read 1 < 0 > get text js read 72 js read 6 < orange > get value js read 72 js read 1 < o > get [2] js read 72 js read 14 < 0x7f5aa3164370 > get defaultSelected js read 72 js read 1 < 0 > get selected js read 72 js read 1 < 0 > get text js read 72 js read 6 < yellow > get value js read 72 js read 1 < y > get [3] js read 72 js read 14 < 0x7f5aa31643d0 > get defaultSelected js read 72 js read 1 < 1 > get selected js read 72 js read 1 < 1 > get text js read 72 js read 5 < green > get value js read 72 js read 1 < g > get [4] js read 72 js read 14 < 0x7f5aa3164430 > get defaultSelected js read 72 js read 1 < 1 > get selected js read 72 js read 1 < 1 > get text js read 72 js read 5 < white > get value js read 72 js read 1 < w > call onload(0) js read 72 < ok > call onload(0) doc loader attached js read 72 < ok > call onload(0) body loading js read 72 < ok > call onload(0) form questionnaire loading js read 72 js read 151 < side effects l{a|0x7f5aa313cdf0,body 0x7f5aa31840c0,text 0x0, `~@} l{c|0x7f5aa3184100,script 0x0, 0x0, `~@} l{a|0x7f5aa313cdf0,body 0x7f5aa3184100,script 0x0, `~@} < ok *** stack smashing detected ***: edbrowse terminated Aborted (core dumped)