Bug 1096488
| Summary: | ICE In lambda function | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sami Farin <hvtaifwkbgefbaei> | ||||
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | jakub, law | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-05-12 07:54:10 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Sami Farin
2014-05-11 04:30:49 UTC
gcc git-5623c8ef9c957762901e572b63649115a38ed731
/c/honeypenny/src/p2p/net_node.inl: In lambda function:
/c/honeypenny/src/p2p/net_node.inl:1020:9: internal compiler error: Segmentation fault
m_net_server.get_config_object().close(ping_context.m_connection_id);
^
0xb76f3f crash_signal
../.././gcc/toplev.c:337
0xda1ce0 strip_array_types(tree_node*)
../.././gcc/tree.c:7855
0x68de18 cp_type_quals(tree_node const*)
../.././gcc/cp/typeck.c:8817
0x6eb19f finish_non_static_data_member(tree_node*, tree_node*, tree_node*)
../.././gcc/cp/semantics.c:1711
0x6ec605 finish_id_expression(tree_node*, tree_node*, tree_node*, cp_id_kind*, bool, bool, bool*, bool, bool, bool, bool, char const**, unsigned int)
../.././gcc/cp/semantics.c:3439
0x660ddb cp_parser_primary_expression
../.././gcc/cp/parser.c:4632
0x661a2a cp_parser_postfix_expression
../.././gcc/cp/parser.c:5989
0x664e83 cp_parser_unary_expression
../.././gcc/cp/parser.c:7190
0x665b6f cp_parser_binary_expression
../.././gcc/cp/parser.c:7895
0x666051 cp_parser_assignment_expression
../.././gcc/cp/parser.c:8133
0x6685c3 cp_parser_expression
../.././gcc/cp/parser.c:8295
0x668dec cp_parser_expression
../.././gcc/cp/parser.c:8334
0x668dec cp_parser_expression_statement
../.././gcc/cp/parser.c:9653
0x65dc78 cp_parser_statement
../.././gcc/cp/parser.c:9504
0x65eaa9 cp_parser_statement_seq_opt
../.././gcc/cp/parser.c:9776
0x65f87d cp_parser_lambda_body
../.././gcc/cp/parser.c:9280
0x65f87d cp_parser_lambda_expression
../.././gcc/cp/parser.c:8785
0x6607e0 cp_parser_primary_expression
../.././gcc/cp/parser.c:4323
0x661a2a cp_parser_postfix_expression
../.././gcc/cp/parser.c:5989
0x664e83 cp_parser_unary_expression
../.././gcc/cp/parser.c:7190
gcc 4.9.0-1 works Tracking this upstream: http://gcc.gnu.org/PR61151 |