Description of problem: While compiling IRCD in an vps I facing the error. Version-Release number of selected component (if applicable): How reproducible: #/home/root/ircd/unreal #./Config #make Error Message: gcc -I../include -I/home/ftpuser/ircd/extras/regexp/include -I/home/ftpuser/ircd/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -export-dynamic -c s_conf.c gcc: Internal error: Killed (program cc1) Please submit a full bug report. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. make[1]: *** [s_conf.o] Error 1 make[1]: Leaving directory `/home/ftpuser/ircd/src' make: *** [build] Error 2 [root@www ircd]# {standard input}: Assembler messages: {standard input}:11522: Warning: end of file not at end of a line; newline inserted {standard input}:12729: Error: unknown pseudo-op: `.'
Changing to proper product/component so a developer will see this bug.
This is kernel OOM killer which killed gcc, so unless gcc was using unreasonably too much memory on a simple testcase, it is not a gcc bug. If you can reproduce it always with the same source, please attach it preprocessed.
This issue was fixed just by restarting that vps server. It was consuming more memory and process limit. Thanks for your effort and time.