From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resqmta-ch2-08v.sys.comcast.net (resqmta-ch2-08v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:40]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 5618377B87 for ; Fri, 5 Feb 2016 05:59:03 -0800 (PST) Received: from resomta-ch2-16v.sys.comcast.net ([69.252.207.112]) by resqmta-ch2-08v.sys.comcast.net with comcast id EdzJ1s0052S2Q5R01dzPAV; Fri, 05 Feb 2016 13:59:23 +0000 Received: from eklhad ([IPv6:2601:405:4001:e487:21e:4fff:fec2:a0f1]) by resomta-ch2-16v.sys.comcast.net with comcast id EdzN1s00K2MDcd701dzN0v; Fri, 05 Feb 2016 13:59:22 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke References: <20160204203741.GA6810@122oven.adamthompson.me.uk> User-Agent: edbrowse/3.6.1+ Date: Fri, 05 Feb 2016 08:59:22 -0500 Message-ID: <20160105085922.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=q20140121; t=1454680763; bh=UN3IIcWRtdzplwR/0D+MVj/GGyiKMXTeXgh6OJ+8vjk=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=eUPaPcqD8PO0pHkeTUfMitFpsdcYCWZE0MXIZ5AXSydK+o2NMX5kd7RfzpUb/gkKj DXlEprHg65wnInXPSHZiV6V4qBQgpaf4KOb7BkHeyMqsCg+W4x6KzCbekGtyYb+tG7 m77kqxC0FS3xTBpnClzmZwYmJEOX7FUF7GIrFJapTeVG7JX+Wrt0HZ8uC0F/y9oxER KNqrMYkbD6NeSIhIjZahdR/51CllGvTRfHgaXvPa6fuejE5ajNZgUSzh4NAyYR1jXl RqGbD1tD8HSEyEhVmKGeAGg3ab1Ds2bkovduZWkKRpaPub//6y39OksiRnOWAv0QKT brSS7qmI3Hgug== Subject: [Edbrowse-dev] segfault in latest Edbrowse 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: Fri, 05 Feb 2016 13:59:03 -0000 Fixed by last push. The problem here was me trying to work around the
tidy bug, illustrated by: http://www.eklhad.net/div My tree rearranger worked most of the time, particularly in facebook, cleaned a lot of things up, but it found a false positive somewhere in stackoverflow, fixed a tree that didn't need fixing, thus breaking the tree, and that led to all the problems. So I commented out the routine for now, and stackoverflow works again, and facebook is back to being a little clunky. In general, if you see {} farm animals It could likely mean {farm animals}, and you should click on the empty braces to see. The moral if there is one is to be wary of trying to work around things via html preprocessing code or tree postprocessing code. Unless a bug really derails pages (which has happened in the past), I should probably exercise patience, because tidy always catches up. Karl Dahlke