From owner-freebsd-ports@FreeBSD.ORG Sat Mar 8 15:15:19 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9744D106566B for ; Sat, 8 Mar 2008 15:15:19 +0000 (UTC) (envelope-from parish@magichamster.com) Received: from jedburgh.just4dns.com (jedburgh.just4dns.com [78.129.134.130]) by mx1.freebsd.org (Postfix) with ESMTP id 192378FC21 for ; Sat, 8 Mar 2008 15:15:19 +0000 (UTC) (envelope-from parish@magichamster.com) Received: from [81.157.199.22] (helo=movens.plus.com) by jedburgh.just4dns.com with esmtp (Exim 4.68) (envelope-from ) id 1JY0Uf-0007eY-7n; Sat, 08 Mar 2008 14:57:52 +0000 Received: from [10.10.1.4] (redshift [10.10.1.4]) by postbag.localdomain (Postfix) with ESMTP id 56F6E1CC76; Sat, 8 Mar 2008 14:57:58 +0000 (GMT) Message-ID: <47D2A980.9030100@magichamster.com> Date: Sat, 08 Mar 2008 14:58:08 +0000 From: Mark Ovens User-Agent: Thunderbird 2.0.0.12 (X11/20080305) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <47D032ED.1040805@magichamster.com> <20080307001327.P65422@kushnir1.kiev.ua> <3649.213.1.249.253.1204887329.squirrel@postbag.localdomain> <20080307204933.N35653@kushnir1.kiev.ua> In-Reply-To: <20080307204933.N35653@kushnir1.kiev.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Fuzioned-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 1JY0Uf-0007eY-7n X-Fuzioned-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-Fuzioned-MailScanner-SpamCheck: X-Fuzioned-MailScanner-From: parish@magichamster.com X-Spam-Status: No X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jedburgh.just4dns.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - magichamster.com X-Source: X-Source-Args: X-Source-Dir: Cc: Vladimir Kushnir Subject: Re: 7.0-RELEASE: digikam 0.9.3 dumps core on startup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2008 15:15:19 -0000 Vladimir Kushnir wrote: > > Hmm... No, this never happened here. Everything works perfectly all > right. My sqlite3 compiled with threads though, could it be that? > >> >> I also had problems with the system gdb core dumping in 6.3 - this still >> happens in 7.0 does it? >> > > Probably. It does here under -CURRENT, anyway :-( > I built a debug version of digikam and started it from gdb (which isn't crashing on my 7.0 system :-) ). When digikam hung this is the stack trace: /home/mark{21}% 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 [New LWP 100190] [New Thread 0x2a801100 (LWP 100190)] [New Thread 0x2a801f00 (LWP 100230)] [Thread 0x2a801f00 (LWP 100230) exited] [New Thread 0x2a802300 (LWP 100231)] [Thread 0x2a802300 (LWP 100231) exited] digikam: ScanLib: Finding non-existing Albums: 48 ms digikam: ScanLib: Finding items not in the database or disk: 1351 ms digikam: ScanLib: Updating items without date: 22 ms Found dcraw version: 8.81 ^C Program received signal SIGINT, Interrupt. [Switching to Thread 0x2a801100 (LWP 100190)] 0x2a5543b1 in write () from /lib/libc.so.7 (gdb) bt #0 0x2a5543b1 in write () from /lib/libc.so.7 #1 0x2a4701f2 in write () from /lib/libthr.so.3 #2 0x2a171aca in ?? () from /usr/local/lib/libfam.so.0 #3 0x2a174e78 in FAMMonitorCollection () from /usr/local/lib/libfam.so.0 #4 0x291c0bc9 in KDirWatchPrivate::useFAM () from /usr/local/lib/libkio.so.6 #5 0x291c14ff in KDirWatchPrivate::addEntry () from /usr/local/lib/libkio.so.6 #6 0x291c1a0f in KDirWatch::addDir () from /usr/local/lib/libkio.so.6 #7 0x28222684 in Digikam::AlbumManager::scanPAlbums (this=0x2a8a1670) at albummanager.cpp:443 #8 0x28222d4d in Digikam::AlbumManager::refresh (this=0x2a8a1670) at albummanager.cpp:337 #9 0x2822306f in Digikam::AlbumManager::startScan (this=0x2a8a1670) at albummanager.cpp:330 #10 0x281e530d in DigikamApp (this=0x2a899180) at digikamapp.cpp:165 #11 0x0804aff7 in main (argc=676267148, argv=0x2a8cc122) at main.cpp:309 (gdb) It seems that the problem maybe connected with fam. digikam seems to use gamin by default (at least that's what the packages are built with) but I have this in /etc/make.conf: WITH_FAM_SYSTEM=fam so fam is used instead. Could this be where the problem is? Thanks for your help. Regards, Mark