Bug 64281 - [5 Regression] ICE: Segmentation fault
Summary: [5 Regression] ICE: Segmentation fault
Status: RESOLVED DUPLICATE of bug 61558
Alias: None
Product: gcc
Classification: Unclassified
Component: ipa (show other bugs)
Version: 5.0
: P3 normal
Target Milestone: 5.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-12 10:13 UTC by Richard Biener
Modified: 2014-12-12 10:24 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
preprocessed source (510.36 KB, application/x-bzip)
2014-12-12 10:13 UTC, Richard Biener
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Biener 2014-12-12 10:13:42 UTC
Created attachment 34262 [details]
preprocessed source

> ./cc1plus  -quiet qbtsession.ii   
../../src/qtlibtorrent/qbtsession.cpp: In member function 'QTorrentHandle QBtSession::addMagnetUri(QString, bool, bool, const QString&)':
../../src/qtlibtorrent/qbtsession.cpp:1030:70: warning: 'libtorrent::torrent_handle libtorrent::add_magnet_uri(libtorrent::session&, const string&, libtorrent::add_torrent_params)' is deprecated [-Wdeprecated-declarations]
In file included from ../../src/torrentpersistentdata.h:38:0,
                 from ../../src/qtlibtorrent/qbtsession.cpp:53:
/usr/include/libtorrent/magnet_uri.hpp:62:17: note: declared here
../../src/qtlibtorrent/qbtsession.cpp: At global scope:
../../src/qtlibtorrent/qbtsession.cpp:3169:1: internal compiler error: Segmentation fault
0xf7881a crash_signal
        /space/rguenther/src/svn/trunk2/gcc/toplev.c:358
0x6c086d tree_check(tree_node const*, char const*, int, char const*, tree_code)
        /space/rguenther/src/svn/trunk2/gcc/tree.h:3023
0xa810a4 symbol_table::decl_assembler_name_hash(tree_node const*)
        /space/rguenther/src/svn/trunk2/gcc/symtab.c:78
0xa813b3 symbol_table::insert_to_assembler_name_hash(symtab_node*, bool)
        /space/rguenther/src/svn/trunk2/gcc/symtab.c:171
0xa816f9 symbol_table::symtab_initialize_asm_name_hash()
        /space/rguenther/src/svn/trunk2/gcc/symtab.c:252
0xa835e4 symtab_node::get_for_asmname(tree_node const*)
        /space/rguenther/src/svn/trunk2/gcc/symtab.c:926
0xa9b481 handle_alias_pairs
        /space/rguenther/src/svn/trunk2/gcc/cgraphunit.c:1123
0xa9eaac symbol_table::finalize_compilation_unit()
        /space/rguenther/src/svn/trunk2/gcc/cgraphunit.c:2316
0x7f6366 cp_write_global_declarations()
        /space/rguenther/src/svn/trunk2/gcc/cp/decl2.c:4688
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
Comment 1 Markus Trippelsdorf 2014-12-12 10:24:04 UTC
dup.

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