From owner-freebsd-questions@freebsd.org Fri Oct 28 07:16:04 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 2D0E2C22332 for ; Fri, 28 Oct 2016 07:16:04 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 12C1C14C for ; Fri, 28 Oct 2016 07:16:04 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: by mailman.ysv.freebsd.org (Postfix) id 0F62DC22331; Fri, 28 Oct 2016 07:16:04 +0000 (UTC) Delivered-To: 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 0D5C7C22330 for ; Fri, 28 Oct 2016 07:16:04 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A80C114B for ; Fri, 28 Oct 2016 07:16:03 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id C4F85D7888 for ; Fri, 28 Oct 2016 14:09:55 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from:received:received:received; s= selector1; t=1477638587; x=1479452988; bh=NFnv78Epet9h7Gw2/rL1uJ 9ae4rRTETXoNp+m/7AjEw=; b=RUKJohwOmqR5fZ0sfj2OgIRjLbf8CizYKwGcsH nBePBI99489esuT68Rdm1sCKgFN/zMDuroYoTKZzl5yGfhF2KqjhnqefIJw4l+Et 6cszSFzE7yXYyGQ3MWrJmepnCLyFPsy8m2hythbekf1B5Jg6b8fpb7IijwMQufdI EnKPM= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id bqT_7KUag4wz for ; Fri, 28 Oct 2016 14:09:47 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id E79B8D7881 for ; Fri, 28 Oct 2016 14:09:47 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.15.2/8.15.2/Submit) id u9S79lSA059764; Fri, 28 Oct 2016 14:09:47 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier To: questions@freebsd.org Subject: Building bash cores dump Date: Fri, 28 Oct 2016 14:09:47 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 07:16:04 -0000 Hi, I am trying to build /sheel/bash on FreeBSD 10.3 RELEASE, i386 and it cores dump at: cc -fPIC -DHAVE_CONFIG_H -DSHELL -O2 -pipe -Wl,-export-dynamic -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wno-parentheses -Wno-format-security -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/usr/ports/shells/bash/work/bash-4.4 -I/usr/ports/shells/bash/work/bash-4.4/lib -I/usr/ports/shells/bash/work/bash-4.4/builtins -c -o setpgid.o setpgid.c cc: warning: -Wl,-export-dynamic: 'linker' input unused cc -shared -Wl,-soname,setpgid -fstack-protector -o setpgid setpgid.o Segmentation fault (core dumped) mkdir /usr/ports/shells/bash/work/stage/usr/local/lib/bash Segmentation fault (core dumped) *** Error code 139 Stop. make[3]: stopped in /usr/ports/shells/bash/work/bash-4.4/examples/loadables *** Error code 1 (ignored) /bin/ln -sf bash /usr/ports/shells/bash/work/stage/usr/local/bin/rbash install -m 0644 /usr/ports/shells/bash/work/bash-4.4/doc/FAQ /usr/ports/shells/bash/work/bash-4.4/doc/INTRO /usr/ports/shells/bash/work/stage/usr/local/share/doc/bash for d in CHANGES COMPAT NEWS POSIX RBASH README; do install -m 0644 /usr/ports/shells/bash/work/bash-4.4/${d} /usr/ports/shells/bash/work/stage/usr/local/share/doc/bash; done ====> Compressing man pages (compress-man) Do you have any idea what the problem could be? Thatnk you, Olivier --