From owner-freebsd-questions@FreeBSD.ORG Tue Dec 13 14:28:27 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 617D4106566B for ; Tue, 13 Dec 2011 14:28:27 +0000 (UTC) (envelope-from antonio@antonioshome.net) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 04A988FC14 for ; Tue, 13 Dec 2011 14:28:26 +0000 (UTC) Received: by wgbdr11 with SMTP id dr11so13871115wgb.31 for ; Tue, 13 Dec 2011 06:28:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.138.13 with SMTP id z13mr153382wei.37.1323786505832; Tue, 13 Dec 2011 06:28:25 -0800 (PST) Received: by 10.180.105.73 with HTTP; Tue, 13 Dec 2011 06:28:25 -0800 (PST) X-Originating-IP: [87.223.147.130] Date: Tue, 13 Dec 2011 15:28:25 +0100 Message-ID: From: Antonio Vieiro To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: osm2pgsql abort trap 6 !? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2011 14:28:27 -0000 Hi all, I've compiled converters/osm2pgsql from ports (FreeBSD 9.0-RC1) and when I try to run it I get: "Abort trap: 6" I'm trying to see if I have any problem with missing dynamic libraries or whatever, but when I do a ldd `which osm2pgsql` I get: /usr/local/bin/osm2pgsql: /usr/local/bin/osm2pgsql: signal 6 I've already performed a sysctl security.bsd.map_at_zero="1" (as seen in previous posts) without success. Any other ideas I could try? Thanks in advance, Antonio