Hello,

When I use -ipa, -OPT:alias=field_sensitive (open64 v5.0)
The compiler breaks at IPA_LINK with a signal 11 error

It appears that the function Get_siloed_references() is called
within IPA_irb_write_nystrom_alias_info (in ipa_be_write.cxx), even though
I am NOT turning on siloed analysis.

Here's the gdb trace:

********************************************************************
#0  0xf7eeb02e in std::_Rb_tree<IPA_NODE*, std::pair<IPA_NODE* const,
PCG_NODE*>, std::_Select1st<std::pair<IPA_NODE* const, PCG_NODE*> >,
std::less<IPA_NODE*>, std::allocator<std::pair<IPA_NODE* const, PCG_NODE*>
> >::_M_begin (this=0x14)
    at
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/stl_tree.h:472
#1  0xf7eecd91 in std::_Rb_tree<IPA_NODE*, std::pair<IPA_NODE* const,
PCG_NODE*>, std::_Select1st<std::pair<IPA_NODE* const, PCG_NODE*> >,
std::less<IPA_NODE*>, std::allocator<std::pair<IPA_NODE* const, PCG_NODE*>
> >::find (this=0x14, __k=@0xffffc634)
    at
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/stl_tree.h:1334
#2  0xf7eecec1 in std::map<IPA_NODE*, PCG_NODE*, std::less<IPA_NODE*>,
std::allocator<std::pair<IPA_NODE* const, PCG_NODE*> > >::find (
    this=0x14, __x=@0xffffc634) at
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/stl_map.h:549
#3  0xf7ee3ef2 in IPA_PCG::Get_siloed_references (this=0x0,
ipa_node=0x8763688)
    at
/home/sidjana/compilers/open64-5/openbuild/osprey/../../opensrc/osprey/ipa/main/analyze/ipa_pcg.cxx:953
#4  0xf7ee1418 in IPA_irb_write_nystrom_alias_info (pu_info_tree=0x877b838,
fl=0x8774b08)
    at
/home/sidjana/compilers/open64-5/openbuild/osprey/../../opensrc/osprey/ipa/main/analyze/ipa_be_write.cxx:387
#5  0xf7ee1f5e in IPA_write_alias_summary (pu_info_tree=0x877b838,
fl=0x8774b08)
    at
/home/sidjana/compilers/open64-5/openbuild/osprey/../../opensrc/osprey/ipa/main/analyze/ipa_be_write.cxx:123
#6  0xf7f04ac7 in Perform_Alias_Class_Annotation ()
    at
/home/sidjana/compilers/open64-5/openbuild/osprey/../../opensrc/osprey/ipa/main/optimize/ipo_main.cxx:1634
#7  0xf7f052fe in Perform_Interprocedural_Optimization ()
    at
/home/sidjana/compilers/open64-5/openbuild/osprey/../../opensrc/osprey/ipa/main/optimize/ipo_main.cxx:2805
#8  0xf7dab1e0 in ipa_driver (argc=3, argv=0x8193748)
    at
/home/sidjana/compilers/open64-5/openbuild/osprey/../../opensrc/osprey/ipa/common/ipc_main.cxx:317
#9  0x08068500 in main (argc=30, argv=0xffffccc4, envp=0xffffcd40) at
../../../../opensrc/osprey/cygnus/ld/ldmain.c:492
********************************************************************
Could someone please help me out with this?

Thanks,
Siddhartha Jana,
University of Houston
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to