Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2014 22:43:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196236] graphics/shotwell segmentation fault
Message-ID:  <bug-196236-13-YG1myVI6SQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196236-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196236-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196236

--- Comment #5 from tonymaher@optusnet.com.au ---
ldd /usr/local/bin/shotwell | grep libgcc_s.so
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x808f76000)
ldd /usr/local/lib/libraw.so.9  | grep libgcc_s.so
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x801c4d000)
ldd /usr/local/lib/libraw.so.9 | grep libgomp
ldd /usr/local/bin/shotwell | grep libgomp

Any image causes it to crash.

If I try to compile libraw it uses c++ (no openmp defined).
Cannot work out hpow to override that.

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196236-13-YG1myVI6SQ>