Page 1 of 1

gcc segfaults with 4.2.5

PostPosted: Thu Oct 29, 2015 4:13 pm
by Carlos Carvalho
I get this with grsecurity-3.1-4.2.5-201510282005.patch:

CC net/ipv6/sysctl_net_ipv6.o
*** 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 | randomize_layout_plugin constify_plugin
PLUGIN_FINISH_DECL | randomize_layout_plugin
PLUGIN_ATTRIBUTES | randomize_layout_plugin initify_plugin constify_plugin
PLUGIN_START_UNIT | initify_plugin stackleak_plugin constify_plugin
PLUGIN_ALL_IPA_PASSES_START | randomize_layout_plugin constify_plugin
net/ipv6/ip6_output.c: In function ‘ip6_fragment’:
net/ipv6/ip6_output.c:1772:1: internal compiler error: segmentation fault
}
^
CC net/ipv6/xfrm6_policy.o
0x9c1a2f crash_signal
../../src/gcc/toplev.c:383
0x15fef84fd45 execute_kernexec_fptr
tools/gcc/kernexec_plugin.c:201
0x15fef84fd45 execute
tools/gcc/kernexec_plugin.c:437

This happens with gcc 4.9 and 5.2.1 on a Debian machine.

Re: gcc segfaults with 4.2.5

PostPosted: Thu Oct 29, 2015 7:01 pm
by spender
This was already fixed this morning.

Thanks,
-Brad