public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/45247]  New: Internal error: Segmentation fault
@ 2010-08-10 12:02 leledumbo_cool at yahoo dot co dot id
  2010-08-10 12:15 ` [Bug c/45247] " rguenth at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: leledumbo_cool at yahoo dot co dot id @ 2010-08-10 12:02 UTC (permalink / raw)
  To: gcc-bugs

Upon compiling ruby-1.9.1-p429, I got this:

gcc -s -O4 -O4 -g -Wall -Wno-parentheses   -I. -I.ext/include/i386-mingw32
-I./include -I.  -DRUBY_EXPORT   -o regexec.o -c regexec.c
regexec.c: In function 'onig_search':
regexec.c:3369: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: *** [regexec.o] Error 1

To the best of my knowledge, an internal error is always a bug, so I'll report
it and the problematic source code:
http://old.nabble.com/file/p29394423/regexec.i.c


-- 
           Summary: Internal error: Segmentation fault
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: leledumbo_cool at yahoo dot co dot id


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


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

* [Bug c/45247] Internal error: Segmentation fault
  2010-08-10 12:02 [Bug c/45247] New: Internal error: Segmentation fault leledumbo_cool at yahoo dot co dot id
@ 2010-08-10 12:15 ` rguenth at gcc dot gnu dot org
  2010-08-11  0:24 ` [Bug target/45247] " pinskia at gcc dot gnu dot org
  2010-08-11  1:05 ` leledumbo_cool at yahoo dot co dot id
  2 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-08-10 12:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2010-08-10 12:15 -------
Works for me on x86_64/32 with 4.5.0 and 4.5.1.  Sounds similar to PR39820.


-- 


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


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

* [Bug target/45247] Internal error: Segmentation fault
  2010-08-10 12:02 [Bug c/45247] New: Internal error: Segmentation fault leledumbo_cool at yahoo dot co dot id
  2010-08-10 12:15 ` [Bug c/45247] " rguenth at gcc dot gnu dot org
@ 2010-08-11  0:24 ` pinskia at gcc dot gnu dot org
  2010-08-11  1:05 ` leledumbo_cool at yahoo dot co dot id
  2 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-08-11  0:24 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
          Component|c                           |target
 GCC target triplet|                            |i386-mingw32


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


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

* [Bug target/45247] Internal error: Segmentation fault
  2010-08-10 12:02 [Bug c/45247] New: Internal error: Segmentation fault leledumbo_cool at yahoo dot co dot id
  2010-08-10 12:15 ` [Bug c/45247] " rguenth at gcc dot gnu dot org
  2010-08-11  0:24 ` [Bug target/45247] " pinskia at gcc dot gnu dot org
@ 2010-08-11  1:05 ` leledumbo_cool at yahoo dot co dot id
  2 siblings, 0 replies; 5+ messages in thread
From: leledumbo_cool at yahoo dot co dot id @ 2010-08-11  1:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from leledumbo_cool at yahoo dot co dot id  2010-08-11 01:04 -------
Yeah, it works when I compile it myself. But it fails when compiling from make.

Hmm... looks very similar to PR39820, even problem source is the same: regex
(but of course they're different implementation, only some parts are the same).

Got any idea what I should do?


-- 


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


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

* [Bug target/45247] Internal error: Segmentation fault
       [not found] <bug-45247-4@http.gcc.gnu.org/bugzilla/>
@ 2012-12-01  5:41 ` ktietz at gcc dot gnu.org
  0 siblings, 0 replies; 5+ messages in thread
From: ktietz at gcc dot gnu.org @ 2012-12-01  5:41 UTC (permalink / raw)
  To: gcc-bugs


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

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

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

--- Comment #3 from Kai Tietz <ktietz at gcc dot gnu.org> 2012-12-01 05:41:18 UTC ---
I assume it is a dup of 39820. No feedback to this part in over 2 years so
closing this too.
As remark 4.5.x isn't supported anymore.

*** This bug has been marked as a duplicate of bug 39820 ***


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

end of thread, other threads:[~2012-12-01  5:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-10 12:02 [Bug c/45247] New: Internal error: Segmentation fault leledumbo_cool at yahoo dot co dot id
2010-08-10 12:15 ` [Bug c/45247] " rguenth at gcc dot gnu dot org
2010-08-11  0:24 ` [Bug target/45247] " pinskia at gcc dot gnu dot org
2010-08-11  1:05 ` leledumbo_cool at yahoo dot co dot id
     [not found] <bug-45247-4@http.gcc.gnu.org/bugzilla/>
2012-12-01  5:41 ` 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).