gcc-4.6 居然bug了.

来源:互联网 发布:艾宾浩斯记忆曲线 知乎 编辑:程序博客网 时间:2024/04/18 19:53
make[4]: Entering directory `/home/zhangbin/vlc/x86/vlc_git_20130517/vlc/modules/stream_filter'
  CC     libdecomp_plugin_la-decomp.lo
  CCLD   libdecomp_plugin.la
  CXX    libdash_plugin_la-AbstractAdaptationLogic.lo
  CXX    libdash_plugin_la-AdaptationLogicFactory.lo
  CXX    libdash_plugin_la-AlwaysBestAdaptationLogic.lo
  CXX    libdash_plugin_la-RateBasedAdaptationLogic.lo
  CXX    libdash_plugin_la-BlockBuffer.lo
  CXX    libdash_plugin_la-Chunk.lo
In file included from /usr/include/c++/4.6/bits/stl_algobase.h:68:0,
                 from /usr/include/c++/4.6/vector:61,
                 from dash/http/Chunk.h:33,
                 from dash/http/Chunk.cpp:28:
/usr/include/c++/4.6/bits/stl_iterator.h: In function ‘typename __gnu_cxx::__normal_iterator<_Iterator, _Container>::difference_type __gnu_cxx::operator-(const __gnu_cxx::__normal_iterator<_Iterator, _Container>&, const __gnu_cxx::__normal_iterator<_Iterator, _Container>&) [with _Iterator = std::basic_string<char>*, _Container = std::vector<std::basic_string<char> >, typename __gnu_cxx::__normal_iterator<_Iterator, _Container>::difference_type = int]’:
/usr/include/c++/4.6/bits/stl_iterator.h:890:5: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.

make[4]: *** [libdash_plugin_la-Chunk.lo] Error 1
make[4]: Leaving directory `/home/zhangbin/vlc/x86/vlc_git_20130517/vlc/modules/stream_filter'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/zhangbin/vlc/x86/vlc_git_20130517/vlc/modules/stream_filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/zhangbin/vlc/x86/vlc_git_20130517/vlc/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zhangbin/vlc/x86/vlc_git_20130517/vlc'
make: *** [all] Error 2
root@Ubuntu32:/home/zhangbin/vlc/x86/vlc_git_20130517/vlc#