public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/60244] New: GCC-trunk rev.207809, Segmentation fault when executing ".../xgcc -dumpspecs"
@ 2014-02-17 14:55 i.nixman at autistici dot org
  2014-03-17  8:01 ` [Bug bootstrap/60244] " ktietz at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: i.nixman at autistici dot org @ 2014-02-17 14:55 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60244

            Bug ID: 60244
           Summary: GCC-trunk rev.207809, Segmentation fault when
                    executing ".../xgcc -dumpspecs"
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: i.nixman at autistici dot org

configure options:
../../../src/gcc-trunk/configure \
--host=i686-w64-mingw32 \
--build=i686-w64-mingw32 \
--target=i686-w64-mingw32 \
--prefix=/mingw32 \
--with-sysroot=/d/mingwtrunk/i686-trunk-posix-dwarf-rt_v4/mingw32 \
--with-gxx-include-dir=/mingw32/i686-w64-mingw32/include/c++ \
--enable-shared \
--enable-static \
--disable-multilib \
--enable-languages=c,c++,lto \
--enable-libstdcxx-time=yes \
--enable-threads=posix \
--enable-libgomp \
--enable-lto \
--enable-graphite \
--enable-checking=release \
--enable-fully-dynamic-string \
--enable-version-specific-runtime-libs \
--disable-sjlj-exceptions \
--with-dwarf2 \
--disable-isl-version-check \
--disable-cloog-version-check \
--disable-libstdcxx-pch \
--disable-libstdcxx-debug \
--enable-bootstrap \
--disable-rpath \
--disable-win32-registry \
--disable-nls \
--disable-werror \
--disable-symvers \
--with-gnu-as \
--with-gnu-ld \
--with-arch=i686 \
--with-tune=generic \
--with-libiconv \
--with-system-zlib \
--enable-cloog-backend=isl


Previously, I've successfully built GCC-trunk rev.205009 with the same options.

Also, I've successfully built rev.207809 as x86_64-posix-sjlj &
i686-posix-sjlj. That is I suspect that the reason is that the problem occurred
with the build using DWARF.


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

* [Bug bootstrap/60244] GCC-trunk rev.207809, Segmentation fault when executing ".../xgcc -dumpspecs"
  2014-02-17 14:55 [Bug bootstrap/60244] New: GCC-trunk rev.207809, Segmentation fault when executing ".../xgcc -dumpspecs" i.nixman at autistici dot org
@ 2014-03-17  8:01 ` ktietz at gcc dot gnu.org
  2014-03-17 17:56 ` i.nixman at autistici dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ktietz at gcc dot gnu.org @ 2014-03-17  8:01 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60244

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ktietz at gcc dot gnu.org

--- Comment #1 from Kai Tietz <ktietz at gcc dot gnu.org> ---
Hmm, can't reproduce it.  I will do today some additional tests for it.


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

* [Bug bootstrap/60244] GCC-trunk rev.207809, Segmentation fault when executing ".../xgcc -dumpspecs"
  2014-02-17 14:55 [Bug bootstrap/60244] New: GCC-trunk rev.207809, Segmentation fault when executing ".../xgcc -dumpspecs" i.nixman at autistici dot org
  2014-03-17  8:01 ` [Bug bootstrap/60244] " ktietz at gcc dot gnu.org
@ 2014-03-17 17:56 ` i.nixman at autistici dot org
  2014-05-10  5:09 ` halo9pan03 at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: i.nixman at autistici dot org @ 2014-03-17 17:56 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60244

--- Comment #2 from niXman <i.nixman at autistici dot org> ---
(In reply to Kai Tietz from comment #1)
> Hmm, can't reproduce it.  I will do today some additional tests for it.

How can I help you?


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

* [Bug bootstrap/60244] GCC-trunk rev.207809, Segmentation fault when executing ".../xgcc -dumpspecs"
  2014-02-17 14:55 [Bug bootstrap/60244] New: GCC-trunk rev.207809, Segmentation fault when executing ".../xgcc -dumpspecs" i.nixman at autistici dot org
  2014-03-17  8:01 ` [Bug bootstrap/60244] " ktietz at gcc dot gnu.org
  2014-03-17 17:56 ` i.nixman at autistici dot org
@ 2014-05-10  5:09 ` halo9pan03 at gmail dot com
  2014-05-14  1:08 ` halo9pan03 at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: halo9pan03 at gmail dot com @ 2014-05-10  5:09 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60244

Halo9Pan03 <halo9pan03 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |halo9pan03 at gmail dot com

--- Comment #3 from Halo9Pan03 <halo9pan03 at gmail dot com> ---
I got the same problem.
niXman, did you have a patch for it? Because I found you already build
i686-w64-mingw32 with gcc 4.9.0 and dwarf2 successfully.
Thanks.


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

* [Bug bootstrap/60244] GCC-trunk rev.207809, Segmentation fault when executing ".../xgcc -dumpspecs"
  2014-02-17 14:55 [Bug bootstrap/60244] New: GCC-trunk rev.207809, Segmentation fault when executing ".../xgcc -dumpspecs" i.nixman at autistici dot org
                   ` (2 preceding siblings ...)
  2014-05-10  5:09 ` halo9pan03 at gmail dot com
@ 2014-05-14  1:08 ` halo9pan03 at gmail dot com
  2015-02-09 18:50 ` pinskia at gcc dot gnu.org
  2015-02-10 17:13 ` ktietz at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: halo9pan03 at gmail dot com @ 2014-05-14  1:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60244

--- Comment #5 from Halo9Pan03 <halo9pan03 at gmail dot com> ---
Thanks niXman
I got this problem in 4.9.0 release. 
But I already built it successfully with Alexpux/MINGW-packages's gcc patches.
Thanks any way.


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

* [Bug bootstrap/60244] GCC-trunk rev.207809, Segmentation fault when executing ".../xgcc -dumpspecs"
  2014-02-17 14:55 [Bug bootstrap/60244] New: GCC-trunk rev.207809, Segmentation fault when executing ".../xgcc -dumpspecs" i.nixman at autistici dot org
                   ` (3 preceding siblings ...)
  2014-05-14  1:08 ` halo9pan03 at gmail dot com
@ 2015-02-09 18:50 ` pinskia at gcc dot gnu.org
  2015-02-10 17:13 ` ktietz at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2015-02-09 18:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60244

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2015-02-09
     Ever confirmed|0                           |1

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Does this still happen?


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

* [Bug bootstrap/60244] GCC-trunk rev.207809, Segmentation fault when executing ".../xgcc -dumpspecs"
  2014-02-17 14:55 [Bug bootstrap/60244] New: GCC-trunk rev.207809, Segmentation fault when executing ".../xgcc -dumpspecs" i.nixman at autistici dot org
                   ` (4 preceding siblings ...)
  2015-02-09 18:50 ` pinskia at gcc dot gnu.org
@ 2015-02-10 17:13 ` ktietz at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ktietz at gcc dot gnu.org @ 2015-02-10 17:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60244

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #7 from Kai Tietz <ktietz at gcc dot gnu.org> ---
Hmm, I don't assume so.  I stay in contact to reporter and didn't got this
issue reported anymore.
So I close it.  Please don't hesitate to open a new bug with more details to
reproduce, if issue still exists.


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

end of thread, other threads:[~2015-02-10 17:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-17 14:55 [Bug bootstrap/60244] New: GCC-trunk rev.207809, Segmentation fault when executing ".../xgcc -dumpspecs" i.nixman at autistici dot org
2014-03-17  8:01 ` [Bug bootstrap/60244] " ktietz at gcc dot gnu.org
2014-03-17 17:56 ` i.nixman at autistici dot org
2014-05-10  5:09 ` halo9pan03 at gmail dot com
2014-05-14  1:08 ` halo9pan03 at gmail dot com
2015-02-09 18:50 ` pinskia at gcc dot gnu.org
2015-02-10 17:13 ` ktietz at gcc dot gnu.org

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).