public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/63216] New: gcc crash: Segmentation fault
@ 2014-09-10 10:08 winbill at hotmail dot com
  2014-09-17 14:04 ` [Bug c++/63216] " paolo.carlini at oracle dot com
  2014-11-23 14:35 ` paolo.carlini at oracle dot com
  0 siblings, 2 replies; 3+ messages in thread
From: winbill at hotmail dot com @ 2014-09-10 10:08 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 63216
           Summary: gcc crash: Segmentation fault
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: winbill at hotmail dot com

=== gcc version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5'
--with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs
--enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.7 --enable-shared --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object
--enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.2 (Debian 4.7.2-5) 

=== output message:
g++ -g -Wall -O2 -pipe -fno-ident -shared -D_GNU_SOURCE -D_REENTRNT -fPIC
-Wno-strict-aliasing -I../../../comm//include
-I/usr/local/services/XY/qg/trunk/xy_interface/include 
-I../../../comm//ol_include/comm -I../../../comm//ol_include/server -I.
-I../../../comm//ft_api -I/usr/local/include/libxml2
-I/usr/local/openssl/include -c -o scene_room.o scene_room.cpp
scene_room.cpp: In member function ‘int CGameRoom::LeaveRoom(long long unsigned
int, uint16_t, unsigned int, const char*, Json::Value)’:
scene_room.cpp:615:5: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions.
Preprocessed source stored into /tmp/cciJERN8.out file, please attach this to
your bugreport.
>From gcc-bugs-return-461533-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Sep 10 10:17:09 2014
Return-Path: <gcc-bugs-return-461533-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 7340 invoked by alias); 10 Sep 2014 10:17:09 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 7315 invoked by uid 48); 10 Sep 2014 10:17:04 -0000
From: "redi at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/63216] gcc crash: Segmentation fault
Date: Wed, 10 Sep 2014 10:17:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c++
X-Bugzilla-Version: 4.7.2
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: redi at gcc dot gnu.org
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-63216-4-6n90DqOeIp@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63216-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63216-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-09/txt/msg01367.txt.bz2
Content-length: 193

https://gcc.gnu.org/bugzilla/show_bug.cgi?idc216

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
GCC 4.7 is no longer maintained or supported, please try a later release.


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

* [Bug c++/63216] gcc crash: Segmentation fault
  2014-09-10 10:08 [Bug c++/63216] New: gcc crash: Segmentation fault winbill at hotmail dot com
@ 2014-09-17 14:04 ` paolo.carlini at oracle dot com
  2014-11-23 14:35 ` paolo.carlini at oracle dot com
  1 sibling, 0 replies; 3+ messages in thread
From: paolo.carlini at oracle dot com @ 2014-09-17 14:04 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2014-09-17
                 CC|winbill at hotmail dot com         |
     Ever confirmed|0                           |1


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

* [Bug c++/63216] gcc crash: Segmentation fault
  2014-09-10 10:08 [Bug c++/63216] New: gcc crash: Segmentation fault winbill at hotmail dot com
  2014-09-17 14:04 ` [Bug c++/63216] " paolo.carlini at oracle dot com
@ 2014-11-23 14:35 ` paolo.carlini at oracle dot com
  1 sibling, 0 replies; 3+ messages in thread
From: paolo.carlini at oracle dot com @ 2014-11-23 14:35 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

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

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Feedback not forthcoming.


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

end of thread, other threads:[~2014-11-23 14:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-10 10:08 [Bug c++/63216] New: gcc crash: Segmentation fault winbill at hotmail dot com
2014-09-17 14:04 ` [Bug c++/63216] " paolo.carlini at oracle dot com
2014-11-23 14:35 ` paolo.carlini at oracle 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).