public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/45095]  New: "internal compiler error: Segmentation fault" compiling p7zip
@ 2010-07-27 20:00 john dot m dot wildenthal at jpmchase dot com
  2010-07-27 20:04 ` [Bug c++/45095] " john dot m dot wildenthal at jpmchase dot com
  2010-07-27 20:50 ` paolo dot carlini at oracle dot com
  0 siblings, 2 replies; 6+ messages in thread
From: john dot m dot wildenthal at jpmchase dot com @ 2010-07-27 20:00 UTC (permalink / raw)
  To: gcc-bugs

Trying to compile p7zip on a Power6 LPAR running AIX 6.1.  Copied
makefile.aix_gcc over makefile.machine and ran "make all3".  Error occurs at

g++ -O -s -save-temps  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_LARGE_FILES  -DNDEBUG -D_REENTRANT -DENV_UNIX  -fPIC  -DEXTERNAL_CODECS 
-DUNICODE -D_UNICODE -c -I.  -I../../../myWindows  -I../../../ 
-I../../../include_windows ../../Archive/7z/7zHandlerOut.cpp
../../Archive/7z/7zHandlerOut.cpp:484: internal compiler error: Segmentation
fault


-- 
           Summary: "internal compiler error: Segmentation fault" compiling
                    p7zip
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: john dot m dot wildenthal at jpmchase dot com
 GCC build triplet: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld
                    --enabl
GCC target triplet: powerpc-ibm-aix6.1.0.0


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


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

* [Bug c++/45095] "internal compiler error: Segmentation fault" compiling p7zip
  2010-07-27 20:00 [Bug c++/45095] New: "internal compiler error: Segmentation fault" compiling p7zip john dot m dot wildenthal at jpmchase dot com
@ 2010-07-27 20:04 ` john dot m dot wildenthal at jpmchase dot com
  2010-07-27 20:50 ` paolo dot carlini at oracle dot com
  1 sibling, 0 replies; 6+ messages in thread
From: john dot m dot wildenthal at jpmchase dot com @ 2010-07-27 20:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from john dot m dot wildenthal at jpmchase dot com  2010-07-27 20:03 -------
Created an attachment (id=21326)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21326&action=view)
7zHandlerOut.ii

Bzip2 archive of the preprocessed file where the error occurs.


-- 


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


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

* [Bug c++/45095] "internal compiler error: Segmentation fault" compiling p7zip
  2010-07-27 20:00 [Bug c++/45095] New: "internal compiler error: Segmentation fault" compiling p7zip john dot m dot wildenthal at jpmchase dot com
  2010-07-27 20:04 ` [Bug c++/45095] " john dot m dot wildenthal at jpmchase dot com
@ 2010-07-27 20:50 ` paolo dot carlini at oracle dot com
  1 sibling, 0 replies; 6+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-07-27 20:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo dot carlini at oracle dot com  2010-07-27 20:49 -------
Note that 4.2.x is not maintained anymore, thus if the problem exist only in
that branch will not be fixed. I would suggest trying either a late release
from the 4.2.x branch, like 4.2.4 or, much better, the current release branch,
4.5.x.


-- 


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


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

* [Bug c++/45095] "internal compiler error: Segmentation fault" compiling p7zip
       [not found] <bug-45095-4@http.gcc.gnu.org/bugzilla/>
  2010-11-01 20:49 ` pinskia at gcc dot gnu.org
  2011-09-24 23:14 ` paolo.carlini at oracle dot com
@ 2011-10-05 14:55 ` dje at gcc dot gnu.org
  2 siblings, 0 replies; 6+ messages in thread
From: dje at gcc dot gnu.org @ 2011-10-05 14:55 UTC (permalink / raw)
  To: gcc-bugs

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

David Edelsohn <dje at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |dje at gcc dot gnu.org
         Resolution|                            |WORKSFORME

--- Comment #4 from David Edelsohn <dje at gcc dot gnu.org> 2011-10-05 14:53:19 UTC ---
I am able to compile p7zip 9.13 using G++ 4.1 and G++ 4.4.  If there was a bug,
this was fixed.  p7zip 9.20.1 has C++ bugs, so I cannot test it.  But I cannot
reproduce this failure.


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

* [Bug c++/45095] "internal compiler error: Segmentation fault" compiling p7zip
       [not found] <bug-45095-4@http.gcc.gnu.org/bugzilla/>
  2010-11-01 20:49 ` pinskia at gcc dot gnu.org
@ 2011-09-24 23:14 ` paolo.carlini at oracle dot com
  2011-10-05 14:55 ` dje at gcc dot gnu.org
  2 siblings, 0 replies; 6+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-09-24 23:14 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|gcc-bugs at gcc dot gnu.org |dje.gcc at gmail dot com

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-09-24 22:58:29 UTC ---
David, can you have a look to this? Thanks.


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

* [Bug c++/45095] "internal compiler error: Segmentation fault" compiling p7zip
       [not found] <bug-45095-4@http.gcc.gnu.org/bugzilla/>
@ 2010-11-01 20:49 ` pinskia at gcc dot gnu.org
  2011-09-24 23:14 ` paolo.carlini at oracle dot com
  2011-10-05 14:55 ` dje at gcc dot gnu.org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2010-11-01 20:49 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
           Severity|major                       |normal


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

end of thread, other threads:[~2011-10-05 14:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-27 20:00 [Bug c++/45095] New: "internal compiler error: Segmentation fault" compiling p7zip john dot m dot wildenthal at jpmchase dot com
2010-07-27 20:04 ` [Bug c++/45095] " john dot m dot wildenthal at jpmchase dot com
2010-07-27 20:50 ` paolo dot carlini at oracle dot com
     [not found] <bug-45095-4@http.gcc.gnu.org/bugzilla/>
2010-11-01 20:49 ` pinskia at gcc dot gnu.org
2011-09-24 23:14 ` paolo.carlini at oracle dot com
2011-10-05 14:55 ` dje 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).