Bug 1249353 - cc1plus killed on online compiler
Summary: cc1plus killed on online compiler
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc4
Version: 24
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-01 23:42 UTC by superfassl
Modified: 2017-08-08 12:04 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-08 12:04:41 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description superfassl 2015-08-01 23:42:18 UTC
Description of problem:

cc1plus killed

Version-Release number of selected component (if applicable):

4.8.3

How reproducible:

Trying to compile in online compiler: http://www.tutorialspoint.com/compile_cpp_online.php

this code:

#include <iostream>
#include <regex>
#include <string>

int main()
{
   const char files[][20] = {"test.swp", "test.sxp", "whatever"};
   const char args[] = "\\w+\\.[swp]";
   for (int i = 0; i < sizeof(files) / 20; i++) {
       std::cout << i << ": " << files[i] << std::endl;
       static std::smatch m;
       static std::regex e (args);
       if (std::regex_search(std::string((const char *)&files[i]), m, e)) {
          std::cout << "   skipped" << std::endl;
       }
   }
   return 0;
}



Steps to Reproduce:
1.
2.
3.

Actual results:

g++: internal compiler error: Killed (program cc1plus)                                                                                                                                                                            
Please submit a full bug report,                                                                                                                                                                                                  
with preprocessed source if appropriate.                                                                                                                                                                                          
See <http://bugzilla.redhat.com/bugzilla> for instructions.     

Expected results:


Additional info:

Comment 1 Jan Kurik 2016-02-24 15:41:27 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle.
Changing version to '24'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase

Comment 2 Fedora End Of Life 2017-07-25 19:04:43 UTC
This message is a reminder that Fedora 24 is nearing its end of life.
Approximately 2 (two) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 24. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '24'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not
able to fix it before Fedora 24 is end of life. If you would still like
to see this bug fixed and are able to reproduce it against a later version
of Fedora, you are encouraged  change the 'version' to a later Fedora
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

Comment 3 Fedora End Of Life 2017-08-08 12:04:41 UTC
Fedora 24 changed to end-of-life (EOL) status on 2017-08-08. Fedora 24 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.