From owner-freebsd-ports@FreeBSD.ORG Wed Feb 5 19:46:57 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFC6C1B8; Wed, 5 Feb 2014 19:46:57 +0000 (UTC) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 80E171116; Wed, 5 Feb 2014 19:46:57 +0000 (UTC) Received: from p5b159215.dip0.t-ipconnect.de ([91.21.146.21] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1WB8Qx-0001Uj-EE; Wed, 05 Feb 2014 20:46:55 +0100 Message-ID: <52F2952E.3090509@gwdg.de> Date: Wed, 05 Feb 2014 20:46:54 +0100 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: graphics/rawtherapee: r342622 crashes on HEAD Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: mandree@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 19:46:57 -0000 Many thanks for the update of graphics/rawtherapee, r342622. This program is really important for photographers. It builds and installs just fine on recent HEAD amd64, but unfortunately it crashes immediately, when started. I tried to build rawtherapee and some of its dependencies with WITH_DEBUG=yes and then to have a look with gdb, but with only little luck. Obviously there is a problem with DWARF(?) and many libs without debug symbols? # gdb rawtherapee [..SNIP..] This GDB was configured as "amd64-marcel-freebsd"...Dwarf Error: wrong version in compilation unit header (is 4, should be 2) [in module /usr/local/bin/rawtherapee] [..SNIP..] (gdb) r Dwarf Error: wrong version in compilation unit header (is 4, should be 2) [in module /usr/local/lib/gcc48/libgcc_s.so.1] [..SNIP..] [New LWP 101478] [New Thread 4ec06400 (LWP 101478/rawtherapee)] Error while reading shared library symbols: Dwarf Error: wrong version in compilation unit header (is 4, should be 2) [in module /usr/local/lib/gcc48/libgcc_s.so.1] [..SNIP..] Terminating due to uncaught exception 0x4fe78700 of type Glib::ConvertError Program received signal SIGABRT, Aborted. [Switching to Thread 4ec06400 (LWP 101478/rawtherapee)] 0x0000000048b847ba in thr_kill () from /lib/libc.so.7 (gdb) bt full #0 0x0000000048b847ba in thr_kill () from /lib/libc.so.7 No symbol table info available. #1 0x0000000048c3b029 in abort () from /lib/libc.so.7 No symbol table info available. #2 0x00000000484d37da in __cxa_rethrow () from /lib/libcxxrt.so.1 No symbol table info available. #3 0x00000000423aa8f8 in Glib::ConvertError::throw_func () from /usr/local/lib/libglibmm-2.4.so.1 No symbol table info available. #4 0x00000000423baa0f in Glib::Error::throw_exception () from /usr/local/lib/libglibmm-2.4.so.1 No symbol table info available. #5 0x00000000423c60b4 in Glib::operator<< () from /usr/local/lib/libglibmm-2.4.so.1 No symbol table info available. #6 0x000000000064fce7 in ?? () No symbol table info available. #7 0x0000000000fa7c00 in ?? () No symbol table info available. #8 0x00007fffffffbae0 in ?? () No symbol table info available. #9 0x00007fffffffbc00 in ?? () No symbol table info available. #10 0x000000000064f765 in ?? () No symbol table info available. #11 0x00007fffffffbb00 in ?? () No symbol table info available. #12 0x0000000000b8f988 in ?? () No symbol table info available. #13 0x0000000000fa7c00 in ?? () No symbol table info available. #14 0x00007fffffffbd70 in ?? () No symbol table info available. #15 0x0000000000f853b8 in ?? () No symbol table info available. #16 0x0000000000f85490 in ?? () No symbol table info available. #17 0x00000000484c0ee0 in std::__1::locale::id::__next_id () from /usr/local/lib/libc++.so.1 No symbol table info available. #18 0x0000000000000000 in ?? () No symbol table info available. I know, that this output is only of little help. But I could need some advise what to do next to get more info. Any help is really appreciated. Thanks in advance, Rainer Hurling