From owner-freebsd-questions@freebsd.org Tue Jan 26 16:22:35 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE593A46C70 for ; Tue, 26 Jan 2016 16:22:35 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6598C118B for ; Tue, 26 Jan 2016 16:22:35 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: by mail-wm0-x22e.google.com with SMTP id r129so111303584wmr.0 for ; Tue, 26 Jan 2016 08:22:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=Tk5zTT2NgMjPRn3Nd4htOrWnqvCTsYwQY080UFtzAIQ=; b=qmdITsSiy6KD/4aJ2bYjiJjtLMyjqb0NWP9aMyb7OxFOrAsOldbmQ90BHyJj2TLCl9 pMGSSncR8hevSMVMFgm+95wPOiT2yBqTzy/DycYuafbSLgmGSmfwlT9GoW+zzxR3vz6S U9Twwturbm8Jj+cXGNhmlhq+Yk0BiYs9YdIT4p4rv6gpQFR5nJ4j1zFoYfmQIZZai7IR TpX+elJYdFCn04pHAvUhdVw6ik4SqvMJuK2kIwRXTlG/Mqzjo1Zzwz+Qh02O0QC3zGS+ C8akb0ggLtTq0uVF4N5bZZVRNYUctbWMDKta4imLPiGfVv6Jw4XgrFSXOROu0cOkOEt6 BV9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Tk5zTT2NgMjPRn3Nd4htOrWnqvCTsYwQY080UFtzAIQ=; b=ZcGT4A3EtmMvYL4obL7LJAtekP5gOdVuaCoJZX29KQPDA8okvJByG9TkA/iK3lrEkb nqOAXhxkrmrFluAtdAUDLUZA+dDApcgSwNb1IgLQx/EKTmYkys0QZS7aCXRpA5XPnu82 xEdWshpMO5ULYdUJ8nqOhVXK12bSr7aaeC8sXX15z1vVY2Mf0rm6sjTiu+k5hu0jzzaU TmOirv7NbVDV5psxxDkefxe9aBA46I9FFZ5nez18nHgLL6Y9xkW4Z84tn2p/ofrCrNva qNZPH8rXp+plukctgTq2oqUiMjEdkbgXKp1jJ3KW54ctQyqzdfpei5p/G+rA1rl0KdNu TdTg== X-Gm-Message-State: AG10YOQCQc7oVLUAT9eVohnMsZ+ysp5gag2hbjFDDwR6EORcQ1QcCpcz6jo5pjP0U5YzpA== X-Received: by 10.28.93.140 with SMTP id r134mr26631624wmb.80.1453825352802; Tue, 26 Jan 2016 08:22:32 -0800 (PST) Received: from [192.168.1.97] (LAubervilliers-656-1-269-112.w193-248.abo.wanadoo.fr. [193.248.44.112]) by smtp.googlemail.com with ESMTPSA id s2sm2112286wjs.43.2016.01.26.08.22.31 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Jan 2016 08:22:31 -0800 (PST) Subject: Re: Bug 205256 - Segmentation fault with mount_smbfs To: freebsd-questions@freebsd.org References: <20160126055046.GA23116@admin.sibptus.tomsk.ru> <20160126123833.GA36004@admin.sibptus.tomsk.ru> From: David Demelier Message-ID: <56A79D47.4060703@gmail.com> Date: Tue, 26 Jan 2016 17:22:31 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160126123833.GA36004@admin.sibptus.tomsk.ru> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 16:22:35 -0000 Le 26/01/2016 13:38, Victor Sudakov a écrit : > What I fail to understand is how converters/libiconv from the ports > collection should influence mount_smbfs from the base system. But it > does. It does because mount_smbfs dynamically load symbols by using dlopen("libiconv.so") which then search into several paths and that also includes /usr/local/lib/* I wonder what's wrong with libiconv-1.14_9 because it should be a minor update with no API breakage. Regards, -- David Demelier