Jump to content

Compiling programs locks up my computer


emh
 Share

Recommended Posts

I have a problem that has just started occurring.

 

Whenever I start to compile a program, during the "make" step, my computer completely locks up!

 

I mean, the screen freezes, the mouse doesn't work, and the keyboard doesn't function. The only thing that brings my computer back up is hitting the reset button.

 

I run Mandrake 9.1

 

rpm -qa|grep gcc:

gcc-cpp-3.2.2-3mdk

gcc-3.2.2-3mdk

gcc-gnat-3.2.2-3mdk

libgcc1-3.2.2-3mdk

gcc-c++-3.2.2-3mdk

 

rpm -qa|grep make

make-3.80-3mdk

makedev-4.0.1-1mdk

automake1.7-1.7.6-1mdk

Link to comment
Share on other sites

could it be automake?

the 1.7 is available in cd2 but the one which installed by default was 1.4 .

from my box...

[james@localhost james]$ rpm -qa|grep gcc

gcc-colorgcc-3.2.2-3mdk

gcc-c++-3.2.2-3mdk

libgcc1-3.2.2-3mdk

gcc-3.2.2-3mdk

gcc-doc-3.2.2-3mdk

gcc-cpp-3.2.2-3mdk

[james@localhost james]$ rpm -qa|grep make

make-3.80-3mdk

makedev-4.0.1-1mdk

automake-1.4-21.p6.mdk

Link to comment
Share on other sites

I went back to autoconf 1.4 and it was still locking up.

 

There was nothing in var/log/messages or syslog that would help.

 

Also, the caps lock key and keyboard lights were not blinking at all. The computer is just completely unresponsive until I hit reset.

Link to comment
Share on other sites

Is it every program you try to run make on? Do the last lines of output have anything in common or is it random? Do you have another computer that you can ssh into the offending box from and see if it is really locking up or just X? Do you see anything in ~/.xsession-errors about it? How about /var/log/XFree86.log.*?

 

Have you tried to do the Alt-SysReq routine mentioned in here? http://213.232.94.69/MDKUsers/docs/admin/a...ov4.html#Freeze

Edited by Steve Scrimpshire
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...