From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) by hurricane.the-brannons.com (Postfix) with ESMTPS id E268977891 for ; Thu, 23 Jan 2014 03:07:24 -0800 (PST) Received: by mail-wi0-f174.google.com with SMTP id g10so6659981wiw.1 for ; Thu, 23 Jan 2014 03:07:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=tbzm3xwgx3RcWe1JkFzp4eccyN+D8kNm6LHL4py5hhk=; b=at9IL0J4r5uqCy/L54PjzguKiy7PMNQDRj4PY/I07SwQUsVgY8WkmPN1dlfp+2RQQ3 BWbI1iCQh1qzviuB+Cqb+cs+8q2UJxz0qJN+Yfk20vJ3GYkcd18qutIhZygNztTDakSD QNQUIQVL/giyzgVpUH1zDjiLryrmtL1uCj4wVnsVUwRtbdFDmVi9OMzLbd73a/meYBjD SPXaoVZKQnqlVPgCP0Y2qOHjSZ1WCHXNHUJLe/1edYsB5prZtBtPntA3JbExye+RzF5X SSckoy3KwR23vvHrRKSO93CP3jW/CbWNn43sqPDR6xHS3vDrHi548NftMdLz+PP7oeDF abeg== X-Received: by 10.194.92.7 with SMTP id ci7mr1827848wjb.58.1390475230471; Thu, 23 Jan 2014 03:07:10 -0800 (PST) Received: from toaster.adamthompson.me.uk (toaster.adamthompson.me.uk. [2001:8b0:1142:9042::2]) by mx.google.com with ESMTPSA id gd5sm26851235wic.0.2014.01.23.03.07.09 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 23 Jan 2014 03:07:09 -0800 (PST) Date: Thu, 23 Jan 2014 11:06:55 +0000 From: Adam Thompson To: Karl Dahlke Message-ID: <20140123110655.GA17097@toaster.adamthompson.me.uk> References: <20140023050902.eklhad@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140023050902.eklhad@comcast.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Edbrowse-dev@lists.the-brannons.com Subject: Re: [Edbrowse-dev] repeatable seg fault X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 11:07:25 -0000 On Thu, Jan 23, 2014 at 05:09:02AM -0500, Karl Dahlke wrote: > It's hard to find one that is repeatable every time, but this one is, > at least on my box. > Browse this url straight up and it blows up. > > http://www.youtube.com/user/NASAtelevision I can confirm that this happens in my version of edbrowse as well. According to gdb, the bug happens deep in the js library, but the initial function call which seems to start the problem is at html.c:2020: onloadGo(jwin, 0, "window"); I'm not too sure why this is blowing up yet, but it looks like it's an event handler issue. Any ideas? Cheers, Adam.