Page 1 of 1

mm/page_alloc.c:5935:1: internal compiler error

PostPosted: Fri Nov 15, 2013 8:05 pm
by mckinney
Hey guys,

I am encountering an error trying to compile grsecurity-2.9.1-3.2.52-201311142109.patch on Ubuntu 12.04.3 (Server Edition) with upstream 3.2.52 kernel.

This is the error message I am receiving:
*** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins.
Event | Plugins
PLUGIN_FINISH_TYPE | structleak_plugin
PLUGIN_ATTRIBUTES | latent_entropy_plugin structleak_plugin size_overflow_plugin
PLUGIN_START_UNIT | start_unit colorize_plugin start_unit
mm/page_alloc.c:5935:1: 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.
Preprocessed source stored into /tmp/ccFtMGSl.out file, please attach this to your bugreport.
make[3]: *** [mm/page_alloc.o] Error 1
make[2]: *** [mm] Error 2
make[1]: *** [deb-pkg] Error 2
make: *** [deb-pkg] Error 2

Re: mm/page_alloc.c:5935:1: internal compiler error

PostPosted: Sat Nov 16, 2013 11:09 am
by PaX Team
1. can you show me your config?
2. what's the gcc version?
3. if this is the only file that fails to compile then could you just enable LATENT_ENTROPY and see if that's the plugin that causes the problem?

Re: mm/page_alloc.c:5935:1: internal compiler error

PostPosted: Mon Nov 18, 2013 8:19 am
by spender
Hi mckinney,

Thanks for your report, the compiler error caused by the latent entropy plugin will be fixed in the next patches.

-Brad