From owner-freebsd-ports@FreeBSD.ORG Tue Jun 4 10:02:52 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2F1E762A for ; Tue, 4 Jun 2013 10:02:52 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-ye0-f172.google.com (mail-ye0-f172.google.com [209.85.213.172]) by mx1.freebsd.org (Postfix) with ESMTP id ED093183B for ; Tue, 4 Jun 2013 10:02:51 +0000 (UTC) Received: by mail-ye0-f172.google.com with SMTP id m15so833yen.31 for ; Tue, 04 Jun 2013 03:02:45 -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=avD4ctmSrH4oLxjJOboEAourxIzZIfND/gRdRvXzdtw=; b=oMf4nCH2KQ5kXpi8Rr/SLAu8/2fOp2Xr2pWTx2LQpQ2ggzMEuwaSv85JquIcwy4PBW VtvQxOpKIwB0bvZ0uUehfFq3VGouquUZnR989asCvl7a5RD5/payvFaAj7N1hh0geMkG V2qmG5/bunuakWo77t8ydhicgY5mfQGMlUWAiCA0m1Sg1FVVvlmwwONvq3Y0UE5ZoU0v EPJM29vZLswy+/GeSu4iPJCI2JddAmkntSRz8J8n3OIMuV6V6mjQKJd7gytTEf8+Afw6 chOXydAGq+42dbzMaaNtyvidMnx9vsoU1Hc6rFDACRX8gJdBzwG2LsAlvtCCDeNchAMj A5kg== X-Received: by 10.236.85.101 with SMTP id t65mr19359629yhe.71.1370340165177; Tue, 04 Jun 2013 03:02:45 -0700 (PDT) Received: from [192.168.99.2] ([189.123.220.17]) by mx.google.com with ESMTPSA id c67sm23845167yhc.22.2013.06.04.03.02.43 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 04 Jun 2013 03:02:44 -0700 (PDT) Subject: inkscape 0.48.4 does not run From: Sergio de Almeida Lenzi To: ports Date: Tue, 04 Jun 2013 07:03:00 -0300 Message-ID: <1370340180.17561.11.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: Tue, 04 Jun 2013 10:02:52 -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????