From owner-freebsd-java@FreeBSD.ORG Mon Jun 29 10:59:16 2009 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 507221065676 for ; Mon, 29 Jun 2009 10:59:16 +0000 (UTC) (envelope-from kai314159@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id 0A62D8FC0C for ; Mon, 29 Jun 2009 10:59:15 +0000 (UTC) (envelope-from kai314159@gmail.com) Received: by yxe11 with SMTP id 11so3687573yxe.3 for ; Mon, 29 Jun 2009 03:59:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=VnTcG2szB+M7BugaCa9aQQu2ZO4TWmPpMHHbOwBs/Vw=; b=GTeVn/DAls+vhVfuzigiDUAIBOZLc0Pem+RxUvkOEKMvBIx3tiFDBuh/jTstEyWt1T T0OKlNKUrWUi7y14ufBxAxi8TCglxaaBnpfbHNQ1cEBwaZ1vpQJTBC4T6GMUHMZKKpeK 8cBY6611OwNtZh5E9p52AX6U/uLnmEEpFRKLw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=CGP75Jq35tOSeVKA44oSlHUNWprTjcBn4iNRLweY7GoXY62Rck5H+cktnwThKI8Wqt JxMfZTDQNgFR7AnQJOXH6VFiGNUGKykbdNor/6biAaAFYCEoSApjefDeVlSOekKU1N8o 2GsL564J0FlzZKjAHB2aojhRYVzn5+BEy1e5Y= MIME-Version: 1.0 Received: by 10.151.154.8 with SMTP id g8mr2490729ybo.331.1246271809981; Mon, 29 Jun 2009 03:36:49 -0700 (PDT) Date: Mon, 29 Jun 2009 18:36:49 +0800 Message-ID: From: BK L To: freebsd-java@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: bug report 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: Mon, 29 Jun 2009 10:59:19 -0000 # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x2be4cb73, pid=35613, tid=0x28201200 # # Java VM: Diablo Java HotSpot(TM) Client VM (10.0-b23 mixed mode, sharing bsd-x86) # Problematic frame: # C [libglib-2.0.so.0+0x52b73] g_slice_get_config+0xb63 # # Please submit bug reports to freebsd-java@FreeBSD.org # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # --------------- T H R E A D --------------- Current thread (0x28c21800): JavaThread "main" [_thread_in_native, id=673190400, stack(0xbf9af000,0xbf9ff000)] siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000000 Registers: EAX=0x28c64a00, EBX=0x2bea94a0, ECX=0x00000000, EDX=0x2b0310e8 ESP=0xbf9fe7c0, EBP=0xbf9fe818, ESI=0x28cde808, EDI=0x00000008 EIP=0x2be4cb73, EFLAGS=0x00010206 Top of Stack: (sp=0xbf9fe7c0) 0xbf9fe7c0: bf9fe808 00000080 00000078 280803f4 0xbf9fe7d0: 0000000a 0000000a bf9fe7f8 00000000 0xbf9fe7e0: 00000000 28c2f480 28c2f4e8 28c2f4e0 0xbf9fe7f0: 00000078 00000000 00000000 281867f8 0xbf9fe800: 0000000a 0000000a 2be4cb3d 2bea94a0 0xbf9fe810: 28cde808 00000033 bf9fe888 2be4ddc6 0xbf9fe820: 000007f8 bf9fe834 2805fb16 28201200 0xbf9fe830: 280803f4 bf9fe874 2805d838 2bea94a0 Instructions: (pc=0x2be4cb73) 0x2be4cb63: 74 4c 8b 12 85 d2 74 46 8b 4d c4 8b 14 01 8b 0a 0x2be4cb73: 8b 01 89 02 8b 55 c4 8b 83 dc 04 00 00 8b 04 02 Stack: [0xbf9af000,0xbf9ff000], sp=0xbf9fe7c0, free space=317k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libglib-2.0.so.0+0x52b73] g_slice_get_config+0xb63 C [libglib-2.0.so.0+0x53dc6] g_slice_alloc+0x736 C [libglib-2.0.so.0+0x54a52] g_slist_prepend+0x12 C [libglib-2.0.so.0+0x57cb5] g_strsplit+0x185 C [libglib-2.0.so.0+0x68fc6] g_get_system_data_dirs+0x3a6 C [libglib-2.0.so.0+0x6a7a7] g_get_home_dir+0xb7 C [libgnomevfs-2.so.0+0x21969] gnome_vfs_init+0x19 C [libmawt.so+0x28ce6] init+0x76 C C