public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/16989] New: check_fds.c:85:1: internal compiler error: Segmentation fault
@ 2014-05-27  3:02 2947868523 at qq dot com
  2014-05-27  4:32 ` [Bug build/16989] " 2947868523 at qq dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: 2947868523 at qq dot com @ 2014-05-27  3:02 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16989

            Bug ID: 16989
           Summary: check_fds.c:85:1: internal compiler error:
                    Segmentation fault
           Product: glibc
           Version: 2.13
            Status: NEW
          Severity: critical
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: 2947868523 at qq dot com
                CC: carlos at redhat dot com
              Host: i686-pc-linux
            Target: arm-linux

centos 6.0
glibc-2.13 + glibc-ports-2.13

//make error
check_fds.c: In function ‘check_one_fd’:
check_fds.c:85:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [/home/lianhua/arm-linux/4.6.0/build/glibc2/csu/check_fds.o] Error
1

//host gcc version
gcc -v
Using built-in specs.
Target: i686-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla
--enable-bootstrap --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-gnu-unique-object
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk
--disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--enable-libgcj-multifile --enable-java-maintainer-mode
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib
--with-ppl --with-cloog --with-tune=generic --with-arch=i686
--build=i686-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) 

//configure command
CC=${TARGET}-gcc LD=${TARGET}-ld AR=${TARGET}-ar RANLIB=${TARGET}-ranlib
CFLAGS="-g -O2 -march=armv4t" ../../src/glibc-2.13/configure
--build=$(../glibc-2.13/scripts/config.guess) --host=arm-linux --target=$TARGET
--prefix=$TARGET_PREFIX  --disable-profile --enable-add-ons
--with-headers=$TARGET_PREFIX/include libc_cv_forced_unwind=yes 
libc_cv_c_cleanup=yes --enable-kernel=2.6.38 --with-binutils=$PREFIX/bin
--enable-languages=c

-- 
You are receiving this mail because:
You are on the CC list for the bug.
>From glibc-bugs-return-22418-listarch-glibc-bugs=sources.redhat.com@sourceware.org Tue May 27 03:21:15 2014
Return-Path: <glibc-bugs-return-22418-listarch-glibc-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-glibc-bugs@sources.redhat.com
Received: (qmail 1029 invoked by alias); 27 May 2014 03:21:14 -0000
Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <glibc-bugs.sourceware.org>
List-Subscribe: <mailto:glibc-bugs-subscribe@sourceware.org>
List-Post: <mailto:glibc-bugs@sourceware.org>
List-Help: <mailto:glibc-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: glibc-bugs-owner@sourceware.org
Delivered-To: mailing list glibc-bugs@sourceware.org
Received: (qmail 958 invoked by uid 48); 27 May 2014 03:21:08 -0000
From: "2947868523 at qq dot com" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug build/16982] configure: error: linker with -z relro support required
Date: Tue, 27 May 2014 03:21:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: glibc
X-Bugzilla-Component: build
X-Bugzilla-Version: 2.19
X-Bugzilla-Keywords: glibc_2.19
X-Bugzilla-Severity: critical
X-Bugzilla-Who: 2947868523 at qq dot com
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P2
X-Bugzilla-Assigned-To: unassigned at sourceware dot org
X-Bugzilla-Target-Milestone: 2.19
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: assigned_to
Message-ID: <bug-16982-131-wsQ4QTL3VW@http.sourceware.org/bugzilla/>
In-Reply-To: <bug-16982-131@http.sourceware.org/bugzilla/>
References: <bug-16982-131@http.sourceware.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://sourceware.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-05/txt/msg00201.txt.bz2
Content-length: 405

https://sourceware.org/bugzilla/show_bug.cgi?id\x16982

Chenyuan.Liu <2947868523 at qq dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|2947868523 at qq dot com           |unassigned at sourceware dot org

--
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug build/16989] check_fds.c:85:1: internal compiler error: Segmentation fault
  2014-05-27  3:02 [Bug build/16989] New: check_fds.c:85:1: internal compiler error: Segmentation fault 2947868523 at qq dot com
@ 2014-05-27  4:32 ` 2947868523 at qq dot com
  2014-05-27  4:36 ` 2947868523 at qq dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: 2947868523 at qq dot com @ 2014-05-27  4:32 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16989

Chenyuan.Liu <2947868523 at qq dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |2947868523 at qq dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug build/16989] check_fds.c:85:1: internal compiler error: Segmentation fault
  2014-05-27  3:02 [Bug build/16989] New: check_fds.c:85:1: internal compiler error: Segmentation fault 2947868523 at qq dot com
  2014-05-27  4:32 ` [Bug build/16989] " 2947868523 at qq dot com
@ 2014-05-27  4:36 ` 2947868523 at qq dot com
  2014-05-27  7:42 ` schwab@linux-m68k.org
  2014-06-12 19:10 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: 2947868523 at qq dot com @ 2014-05-27  4:36 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16989

Chenyuan.Liu <2947868523 at qq dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Chenyuan.Liu <2947868523 at qq dot com> ---
change gcc,glibc,glibc-port version can fix it:
now use version:

-rwxrw-rw- 1 lianhua lianhua 26843686 May 26 20:55 binutils-2.22.tar.gz
-rwxrw-rw- 1 lianhua lianhua 93206220 May 26 21:13 gcc-4.6.0.tar.gz
-rwxrw-rw- 1 lianhua lianhua 21256315 May 26 19:06 glibc-2.13.tar.gz
-rwxrw-rw- 1 lianhua lianhua   886382 May 26 19:07 glibc-ports-2.13.tar.gz
-rwxrw-rw- 1 lianhua lianhua  2633571 May 26 21:06 gmp-5.0.2.tar.gz
-rwxrw-rw- 1 lianhua lianhua 94169137 May 24 11:22 linux-2.6.38.6.tar.gz
-rwxrw-rw- 1 lianhua lianhua   565953 May 26 21:21 mpc-0.9.tar.gz
-rwxrw-rw- 1 lianhua lianhua  1621228 May 26 21:22 mpfr-3.1.2.tar.gz

local host gcc change from gcc 4.9.0 to 4.7.4

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug build/16989] check_fds.c:85:1: internal compiler error: Segmentation fault
  2014-05-27  3:02 [Bug build/16989] New: check_fds.c:85:1: internal compiler error: Segmentation fault 2947868523 at qq dot com
  2014-05-27  4:32 ` [Bug build/16989] " 2947868523 at qq dot com
  2014-05-27  4:36 ` 2947868523 at qq dot com
@ 2014-05-27  7:42 ` schwab@linux-m68k.org
  2014-06-12 19:10 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2014-05-27  7:42 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16989

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |INVALID

--- Comment #2 from Andreas Schwab <schwab@linux-m68k.org> ---
Not a glibc bug.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug build/16989] check_fds.c:85:1: internal compiler error: Segmentation fault
  2014-05-27  3:02 [Bug build/16989] New: check_fds.c:85:1: internal compiler error: Segmentation fault 2947868523 at qq dot com
                   ` (2 preceding siblings ...)
  2014-05-27  7:42 ` schwab@linux-m68k.org
@ 2014-06-12 19:10 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-12 19:10 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16989

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-06-12 19:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-27  3:02 [Bug build/16989] New: check_fds.c:85:1: internal compiler error: Segmentation fault 2947868523 at qq dot com
2014-05-27  4:32 ` [Bug build/16989] " 2947868523 at qq dot com
2014-05-27  4:36 ` 2947868523 at qq dot com
2014-05-27  7:42 ` schwab@linux-m68k.org
2014-06-12 19:10 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).