From owner-freebsd-questions@freebsd.org Sat May 5 15:13:33 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 879FAFB05A2 for ; Sat, 5 May 2018 15:13:33 +0000 (UTC) (envelope-from radek.krejca@starnet.cz) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0ACB17B2B8 for ; Sat, 5 May 2018 15:13:33 +0000 (UTC) (envelope-from radek.krejca@starnet.cz) Received: by mailman.ysv.freebsd.org (Postfix) id B6503FB05A1; Sat, 5 May 2018 15:13:32 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94300FB05A0 for ; Sat, 5 May 2018 15:13:32 +0000 (UTC) (envelope-from radek.krejca@starnet.cz) Received: from EXCHANGE.mail.starnet.cz (exchange.mail.starnet.cz [92.62.224.72]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "EXCHANGE.mail.starnet.cz", Issuer "STARNET" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E38DD7B28C for ; Sat, 5 May 2018 15:13:31 +0000 (UTC) (envelope-from radek.krejca@starnet.cz) Received: from EXCHANGE.mail.starnet.cz ([fe80::d017:9e72:12a5:7bb4]) by EXCHANGE.mail.starnet.cz ([fe80::d017:9e72:12a5:7bb4%14]) with mapi; Sat, 5 May 2018 17:13:29 +0200 From: =?iso-8859-2?Q?Radek_Krej=E8a?= To: "'questions@freebsd.org'" Date: Sat, 5 May 2018 17:13:27 +0200 Subject: Firebird core dumped after update Thread-Topic: Firebird core dumped after update Thread-Index: AdPkg58krgUfWs2fRgGFn/3gNFBNWQ== Message-ID: Accept-Language: cs-CZ Content-Language: cs-CZ X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: cs-CZ MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2018 15:13:33 -0000 Hello, I updated freebsd and ports to latest version. And I have big troubles with= Firebird and probably ICU after update. Server starts without problems but= if I try to import database, server core dumps. I tried start server with truss and I got this result: stat("/usr/local/share/icu/61.1/icudt61l/windows-874-2000.cnv",0x7fffdf7f63= b0) ERR#2 'No such file or directory' SIGNAL 10 (SIGBUS) poll({ 0/POLLIN 6/POLLIN },2,60000) ERR#4 'Interrupted= system call' process killed, signal =3D 10 (core dumped) Its true, this file really doesn't exist. But why? I tried to recompile all= packages from ports, the same situation. What I am doing wrong? Thank you Radek