public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/54621] New: internal compiler error: Segmentation fault when compiling gSOAP generated Server module.
@ 2012-09-18 20:32 nospampeeps at yahoo dot com
  2012-09-18 20:49 ` [Bug c/54621] " nospampeeps at yahoo dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: nospampeeps at yahoo dot com @ 2012-09-18 20:32 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 54621
           Summary: internal compiler error: Segmentation fault when
                    compiling gSOAP generated Server module.
    Classification: Unclassified
           Product: gcc
           Version: 4.2.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: nospampeeps@yahoo.com


gSOAP module compilation fails with a segmentation fault.

uvGsoapC.c: In function 'soap_putindependent':
uvGsoapC.c:20343: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
SIX:doug:1>


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

* [Bug c/54621] internal compiler error: Segmentation fault when compiling gSOAP generated Server module.
  2012-09-18 20:32 [Bug c/54621] New: internal compiler error: Segmentation fault when compiling gSOAP generated Server module nospampeeps at yahoo dot com
@ 2012-09-18 20:49 ` nospampeeps at yahoo dot com
  2012-09-18 21:33 ` polacek at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: nospampeeps at yahoo dot com @ 2012-09-18 20:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Doug Dawson <nospampeeps at yahoo dot com> 2012-09-18 20:48:49 UTC ---
Created attachment 28216
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28216
Console output from compilation.

gzipped Interim code is too large to attach. Please access it at
www.csfi.com/uvGsoapServerLib.i.gz


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

* [Bug c/54621] internal compiler error: Segmentation fault when compiling gSOAP generated Server module.
  2012-09-18 20:32 [Bug c/54621] New: internal compiler error: Segmentation fault when compiling gSOAP generated Server module nospampeeps at yahoo dot com
  2012-09-18 20:49 ` [Bug c/54621] " nospampeeps at yahoo dot com
@ 2012-09-18 21:33 ` polacek at redhat dot com
  2012-09-19  9:01 ` rguenth at gcc dot gnu.org
  2013-10-21 20:41 ` mpolacek at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: polacek at redhat dot com @ 2012-09-18 21:33 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <polacek at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |polacek at redhat dot com

--- Comment #2 from Marek Polacek <polacek at redhat dot com> 2012-09-18 21:33:14 UTC ---
Please provide (possibly gzipped) preprocessed source.


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

* [Bug c/54621] internal compiler error: Segmentation fault when compiling gSOAP generated Server module.
  2012-09-18 20:32 [Bug c/54621] New: internal compiler error: Segmentation fault when compiling gSOAP generated Server module nospampeeps at yahoo dot com
  2012-09-18 20:49 ` [Bug c/54621] " nospampeeps at yahoo dot com
  2012-09-18 21:33 ` polacek at redhat dot com
@ 2012-09-19  9:01 ` rguenth at gcc dot gnu.org
  2013-10-21 20:41 ` mpolacek at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-09-19  9:01 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-09-19
     Ever Confirmed|0                           |1

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-09-19 09:01:12 UTC ---
Also GCC 4.2.4 is no longer supported, please try at least GCC 4.6.3.


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

* [Bug c/54621] internal compiler error: Segmentation fault when compiling gSOAP generated Server module.
  2012-09-18 20:32 [Bug c/54621] New: internal compiler error: Segmentation fault when compiling gSOAP generated Server module nospampeeps at yahoo dot com
                   ` (2 preceding siblings ...)
  2012-09-19  9:01 ` rguenth at gcc dot gnu.org
@ 2013-10-21 20:41 ` mpolacek at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2013-10-21 20:41 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
                 CC|                            |mpolacek at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Testcase not coming.


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

end of thread, other threads:[~2013-10-21 20:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-18 20:32 [Bug c/54621] New: internal compiler error: Segmentation fault when compiling gSOAP generated Server module nospampeeps at yahoo dot com
2012-09-18 20:49 ` [Bug c/54621] " nospampeeps at yahoo dot com
2012-09-18 21:33 ` polacek at redhat dot com
2012-09-19  9:01 ` rguenth at gcc dot gnu.org
2013-10-21 20:41 ` mpolacek 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).