From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (unknown [IPv6:2602:4b:a4d8:4b00:12bf:48ff:fe7c:5584]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id 6358A7840C for ; Wed, 5 Feb 2014 20:36:25 -0800 (PST) From: Chris Brannon To: Edbrowse-dev@lists.the-brannons.com References: <20140105212424.eklhad@comcast.net> Date: Wed, 05 Feb 2014 20:35:52 -0800 In-Reply-To: <20140105212424.eklhad@comcast.net> (Karl Dahlke's message of "Wed, 05 Feb 2014 21:24:24 -0500") Message-ID: <87txcchn87.fsf@mushroom.PK5001Z> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Edbrowse-dev] 24 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, 06 Feb 2014 04:36:25 -0000 Karl Dahlke writes: >> I also need to work out why the debian mozjs24d package causes edbrowse >> to just segfault on startup whereas a manually compiled one doesn't It fails in a function called indirectly from JS_NewContext. The failure seems to be in mozilla::HashBytes. For some odd reason, I can't trace that function with gdb, even though I have debugging symbols compiled in. -- Chris