From owner-freebsd-eclipse@FreeBSD.ORG Sun May 8 16:16:29 2011 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C836A1065679 for ; Sun, 8 May 2011 16:16:29 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6377F8FC1E for ; Sun, 8 May 2011 16:16:28 +0000 (UTC) Received: by wyf23 with SMTP id 23so4433759wyf.13 for ; Sun, 08 May 2011 09:16:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=hKICUUFimVwLLrI5F3guzfKVgBVFXkh3igJqC5PeC+U=; b=eZHc9n1fsd4K9oMJOE70oea1tsfVcesQ6CyFYnzIoMrS0UuGHDZdpdKbfBEQbdc7HP jW8Vq9aUY7gbE3abkzbLWhfv52SlwENglpiq8MZlfEXHXCumHSUz9gdoUYvpyw+2hNAx TdVEVi+xjFU2OrZkCD/NcULfbgQyV8idHFERs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Crq2ROSvWlIfLXUz0CQVH0bnAhoVnPoeyYMT36aBoWk8s2DZfYL7w5bZbElv54gSOQ 7965ANG2xe4bscfMPoYUwmHuU5mtpmm/ufEu4CEjLd56+miGU1G4viZL0BQiWKr88uzL TGrdrTiirha4wtBSFotqByYCpPxf6FU9K2cz0= MIME-Version: 1.0 Received: by 10.217.2.73 with SMTP id o51mr1797120wes.66.1304869512022; Sun, 08 May 2011 08:45:12 -0700 (PDT) Received: by 10.216.36.144 with HTTP; Sun, 8 May 2011 08:45:11 -0700 (PDT) Date: Sun, 8 May 2011 10:45:11 -0500 Message-ID: From: Brandon Gooch To: freebsd-eclipse@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Code completion causes crash X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 16:16:29 -0000 Hi everyone, new eclipse user here. I have a situation where eclipse causes java (openjdk6) to coredump. All that's required to trigger the problem is an attempt to use code completion (^SPACE) in a source file. After searching the internet for a bit, I came across this bug report: https://bugs.eclipse.org/bugs/show_bug.cgi?id=340998 I added the following line to my /usr/local/lib/eclipse/eclipse.ini file: -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/local/lib/libxul/ The crash no longer occurs. Is this a proper enough fix for the issue? Any tips on deeper debugging? I'm running 9-CURRENT (r221418) amd64 with the following from ports: eclipse-3.6.1_2 libxul-1.9.2.17 openjdk6-b22_5 Thanks! -Brandon (P.S. Forgive my alliterative subject, it was only semi-intentional)