From owner-freebsd-ports@FreeBSD.ORG Wed Jun 5 07:46:20 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D8CE14E9 for ; Wed, 5 Jun 2013 07:46:20 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-yh0-x233.google.com (mail-yh0-x233.google.com [IPv6:2607:f8b0:4002:c01::233]) by mx1.freebsd.org (Postfix) with ESMTP id A1E90198C for ; Wed, 5 Jun 2013 07:46:20 +0000 (UTC) Received: by mail-yh0-f51.google.com with SMTP id l109so340869yhq.10 for ; Wed, 05 Jun 2013 00:46:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:to:disposition-notification-to:content-type:date :message-id:mime-version:x-mailer; bh=DVExkXs7Dss7UtuHUmVed3sITfhjPdLD5ov7wsCVKRI=; b=tegTi1hmIgARQTHLESfNP3Q3+zxso5lW3yBNBzt7NNlbUmUJ4HkZdsH0MWFmHA2v6+ vR+zYts0k4xWuQVZIrELJFlq3XgrkMjMqjAR9RPgz++scJfQ3TtYqPkesgbPOZ4xMZZq 1XEqc+afyww4mq5CQFdi0H6w08C/M8Gu+Nf/4gmcpF82Po3na2L/PAooUsJBYgNlIkuo Eqm5m34A3VubWSM/ea7GFwuZDOv1ShKFl4glGoYn33MgX4AojDCCIPDUCcd235tK8DeW L4VCVDSZDQN8EK2N2pxrJhcPn1MILKAVwFxPtzGic3+z58zuMNuyTSnOzA5D9DOl2FXV 1Stw== X-Received: by 10.236.2.10 with SMTP id 10mr23158645yhe.146.1370418380182; Wed, 05 Jun 2013 00:46:20 -0700 (PDT) Received: from [192.168.99.2] ([189.123.220.17]) by mx.google.com with ESMTPSA id f30sm98299395yhi.21.2013.06.05.00.46.17 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 05 Jun 2013 00:46:19 -0700 (PDT) Subject: inkscape 0.48.4 does not run From: Sergio de Almeida Lenzi To: ports Date: Wed, 05 Jun 2013 04:46:36 -0300 Message-ID: <1370418396.17561.13.camel@lenovo.lenzicasa> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 07:46:20 -0000 Hello... I am finishing a new FreeBSD 9 and 10 CD here for my clients. using gnome 2.32, FreeBSD 9.1 AMD64 Everything works: gnome, libreoffice, librecad, nautilus, ekiga,mono, vlc, totem, cups, transmission, openshot,gimp...., except inkscape It compiles from the ports graphics/inkscape using boehm-gc 7.1 but aborts with ===================================================== inkscape Emergency save activated! Emergency save completed. Inkscape will close now. If you can reproduce this crash, please file a bug at www.inkscape.org with a detailed description of the steps leading to the crash, so we can fix it. ===================================================== if run inside gdb............ ------------------------------------------------------------------------- gdb inkscape GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... (gdb) run Starting program: /usr/local/bin/inkscape [New LWP 101468] [New Thread 813807400 (LWP 101468/inkscape)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 813807400 (LWP 101468/inkscape)] 0x000000080a0ecbf8 in GC_FreeBSDGetDataStart () from /usr/local/lib/libgc.so.1 (gdb) bt #0 0x000000080a0ecbf8 in GC_FreeBSDGetDataStart () from /usr/local/lib/libgc.so.1 #1 0x000000080a0ecc69 in GC_register_data_segments () from /usr/local/lib/libgc.so.1 #2 0x000000080a0eb815 in GC_init_inner () from /usr/local/lib/libgc.so.1 #3 0x0000000000ae64f7 in do_init () at gc.cpp:35 #4 0x0000000000ae6243 in Inkscape::GC::Core::init () at gc.cpp:269 #5 0x0000000000acb9e9 in Inkscape::GC::init () at gc-core.h:128 #6 0x0000000000ac9173 in main (argc=1, argv=0x7fffffffda80) at main.cpp:640 (gdb) ----------------------------------------------------------------------------------------------------------------------------------- if I compile agains boehm gc-7.2... the abort occurs inside inkscape..... (gdb) run Starting program: /usr/local/bin/inkscape [New LWP 101478] [New Thread 813807400 (LWP 101478/inkscape)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 813807400 (LWP 101478/inkscape)] 0x0000000000cf1393 in Extension (this=0x8140bae00, in_repr=0x200e3a0, in_imp=0x8140fc1d8) at extension/extension.cpp:94 94 name = g_strdup (sp_repr_children(child_repr)->content()); (gdb) ---------------------------------------------------------------------------------------------------------------------------------- if I try to trace it using breakpoints in gdb, does not work, as gc messes the break function of gdb... Any help????