Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2008 23:05:49 +0000
From:      Mark Ovens <parish@magichamster.com>
To:        Alex Dupre <ale@FreeBSD.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: digikam 0.9.3: Canon EOS400D - no thumbnails then	digikam	segfaults.
Message-ID:  <479E5FCD.7040304@magichamster.com>
In-Reply-To: <479E580D.9080402@magichamster.com>
References:  <479E1304.9020302@magichamster.com> <479E4102.10107@FreeBSD.org> <479E580D.9080402@magichamster.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Mark Ovens wrote:
> But, it doesn't seem to produce a core file and if I run it from within 
> gdb then gdb itself core dumps (and does produce a core file):
> 
> /home/mark{102}# gdb /usr/local/bin/digikam
> 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 "i386-marcel-freebsd"...
> (gdb) run
> Starting program: /usr/local/bin/digikam
> Segmentation fault (core dumped)
> /home/mark{103}#
> 

More info. If I start digikam then attach gdb to it, gdb dumps core when 
loading the symbols for libexiv2. I rebuilt libexiv2 (with debug) but 
the same happens:

(gdb) attach 14711
Attaching to program: /usr/local/bin/digikam, process 14711
Reading symbols from /usr/local/lib/libdigikam.so.0...done.
Loaded symbols for /usr/local/lib/libdigikam.so.0
Reading symbols from /usr/local/lib/libsqlite3.so.8...done.
Loaded symbols for /usr/local/lib/libsqlite3.so.8
Reading symbols from /usr/local/lib/libkabc.so.3...done.
Loaded symbols for /usr/local/lib/libkabc.so.3
Reading symbols from /usr/local/lib/libvcard.so.0...done.
Loaded symbols for /usr/local/lib/libvcard.so.0
Reading symbols from /usr/local/lib/libkresources.so.3...done.
Loaded symbols for /usr/local/lib/libkresources.so.3
Reading symbols from /usr/local/lib/libkhtml.so.6...done.
Loaded symbols for /usr/local/lib/libkhtml.so.6
Reading symbols from /usr/local/lib/libkjs.so.3...done.
Loaded symbols for /usr/local/lib/libkjs.so.3
Reading symbols from /usr/local/lib/libpcreposix.so.0...done.
Loaded symbols for /usr/local/lib/libpcreposix.so.0
Reading symbols from /usr/local/lib/libpcre.so.0...done.
Loaded symbols for /usr/local/lib/libpcre.so.0
Reading symbols from /usr/local/lib/libthai.so.0...done.
Loaded symbols for /usr/local/lib/libthai.so.0
Reading symbols from /usr/local/lib/libkipi.so.1...done.
Loaded symbols for /usr/local/lib/libkipi.so.1
Reading symbols from /usr/local/lib/libkutils.so.3...done.
Loaded symbols for /usr/local/lib/libkutils.so.3
Reading symbols from /usr/local/lib/libjasper.so.4...done.
Loaded symbols for /usr/local/lib/libjasper.so.4
Reading symbols from /usr/local/lib/libkexiv2.so.3...done.
Loaded symbols for /usr/local/lib/libkexiv2.so.3
Reading symbols from /usr/local/lib/libexiv2.so.0...Segmentation fault 
(core dumped)

# ls -l /usr/local/lib/li*exiv*
-rw-r--r--  1 root  wheel  1662608 19 Jul  2007 /usr/local/lib/libexiv2.a
-rw-r--r--  1 root  wheel      896 19 Jul  2007 /usr/local/lib/libexiv2.la
lrwxr-xr-x  1 root  wheel       13 19 Jul  2007 
/usr/local/lib/libexiv2.so -> libexiv2.so.0
-rw-r--r--  1 root  wheel  1078731 19 Jul  2007 /usr/local/lib/libexiv2.so.0
-rw-r--r--  1 root  wheel   164040 26 Oct 22:55 /usr/local/lib/libkexiv2.a
-rwxr-xr-x  1 root  wheel     1303 26 Oct 22:55 /usr/local/lib/libkexiv2.la
lrwxr-xr-x  1 root  wheel       14 26 Oct 22:55 
/usr/local/lib/libkexiv2.so -> libkexiv2.so.3
-rwxr-xr-x  1 root  wheel   160999 26 Oct 22:55 
/usr/local/lib/libkexiv2.so.3
#

Regards,

Mark



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?479E5FCD.7040304>