From owner-freebsd-java@FreeBSD.ORG Sat Apr 8 20:22:41 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B13416A408 for ; Sat, 8 Apr 2006 20:22:41 +0000 (UTC) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE0D943D46 for ; Sat, 8 Apr 2006 20:22:39 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id k38KMaZ2017108; Sat, 8 Apr 2006 23:22:36 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.13.3/8.13.3) with ESMTP id k38KMlOs028736; Sat, 8 Apr 2006 23:22:47 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <44381B8A.7050105@ebs.gr> Date: Sat, 08 Apr 2006 23:22:34 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (X11/20060402) MIME-Version: 1.0 To: Marcin Cylke References: <20060408214651.04307caa.marcin_cylke@o2.pl> In-Reply-To: <20060408214651.04307caa.marcin_cylke@o2.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: eclipse and eclipse-vep X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Apr 2006 20:22:41 -0000 Marcin Cylke wrote: > Hello > Eclipse with installed Visual Editor crashes. I attach a log from my > system. The crash occures when starting new VE. > > An unexpected error has been detected by HotSpot Virtual Machine: > # > # SIGSEGV (0xb) at pc=0x44d1d922, pid=86275, tid=0x8060000 > # > # Java VM: Java HotSpot(TM) Client VM > # (1.5.0-p2-marcin_11_nov_2005_20_39 mixed mode) Problematic frame: > # C [libcairo.so.2+0x13922] cairo_surface_status+0xe2 > > Above is the message issued before dump. > > If there is already a solution, it would be great if someone could cc > it to me. I'm not subscribed to the list A temporary workaround would be to rebuild eclipse with WITHOUT_CAIRO. Cheers, Panagiotis