Issue Information
-
#007803
-
0 - None Assigned
-
Working as Intended
Issue Confirmations
-
Yes (0)No (0)
make[1]: Entering directory `/root/Desktop/trunk/src/plugins'
CC HPMHooking.c
{standard input}: Assembler messages:
{standard input}:173042: Warning: end of file not at end of a line; newline inserted
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
make[1]: *** [../../plugins/HPMHooking.so] Error 1
make[1]: Leaving directory `/root/Desktop/trunk/src/plugins'
make: *** [plugins] Error 2
When i type make plugins this shows up.
I *think* this error means you ran out of memory and the operating system terminated gcc before it completed
gcc: Internal error: Killed (program cc1)
Im using CentOS VPS. i cant use plugins because of low memory?
Be sure that while compiling you have enough memory available(Maybe when you were compiling, there weren't enough free memory available, like other things may be running on background)
same problem here.
make[1]: Entering directory `/root/Desktop/trunk/src/plugins'
CC HPMHooking.c
{standard input}: Assembler messages:
{standard input}:179558: Warning: end of file not at end of a line; newline inserted
{standard input}:181763: Error: suffix or operands invalid for `push'
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
make[1]: *** [../../plugins/HPMHooking.so] Error 1
make[1]: Leaving directory `/root/Desktop/trunk/src/plugins'
make: *** [plugins] Error 2
CC HPMHooking.c
{standard input}: Assembler messages:
{standard input}:179558: Warning: end of file not at end of a line; newline inserted
{standard input}:181763: Error: suffix or operands invalid for `push'
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
make[1]: *** [../../plugins/HPMHooking.so] Error 1
make[1]: Leaving directory `/root/Desktop/trunk/src/plugins'
make: *** [plugins] Error 2
try to configure with, e.g.
./configure --disable-ltoand let me know if it is enough for it to compile without errors
changed status to: Working as Intended
upgraded SVN to 13703
configured using
configured using
./configure --disable-ltostill have some errors
{standard input}: Assembler messages: {standard input}:177118: Warning: partial line at end of file ignored gcc: Internal error: Killed (program cc1) Please submit a full bug report. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. make[1]: *** [../../plugins/HPMHooking.so] Error 1 make[1]: Leaving directory `/root/Desktop/trunk/src/plugins' make: *** [plugins] Error 2
same here ...
CentOS 5 is quite old, and it comes with a very obsolete compiler (gcc 4.1.x from 2008). During my tests, that version of gcc takes over 1.5GB of memory, possibly even 2 or 3 GB just to compile the HPMHooking plugin.
More recent versions only require a fraction of that memory. gcc 4.6.3 (as seen in Linux Mint 13, 64 bit, from 2011) requires about 1.2GB for the same operation, and gcc 4.7.3 (as seen in Linux Mint 15, 64 bit, from 2012) only requires 330MB. Mind that those last two tests were performed on 64 bit versions of the OS - 32 bit versions would probably use even less memory.
You need to either upgrade your compiler or upgrade your OS, if you want to compile the HPMHooking plugin. Your VPS provider should really consider updating their virtual machines.
More recent versions only require a fraction of that memory. gcc 4.6.3 (as seen in Linux Mint 13, 64 bit, from 2011) requires about 1.2GB for the same operation, and gcc 4.7.3 (as seen in Linux Mint 15, 64 bit, from 2012) only requires 330MB. Mind that those last two tests were performed on 64 bit versions of the OS - 32 bit versions would probably use even less memory.
You need to either upgrade your compiler or upgrade your OS, if you want to compile the HPMHooking plugin. Your VPS provider should really consider updating their virtual machines.