bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Interupting make, causing my machine to lock up?


From: J. Grant
Subject: Re: Interupting make, causing my machine to lock up?
Date: Sat, 01 Jan 2005 12:12:32 +0000
User-agent: Mozilla/5.0 (X11; U; GNU/Linux i686; en; rv:1.5.0; hi) Gecko/20030604

You might like to try with -d option to see if that reveals which
process is causing the problem.

it sounds as though a process is not handling SIGTERM (Ctrl+C)
correctly. (that means "die now"). You could try sending SIGINT ("please
die") which requests your process to exit as fast as it can.  I think
SIGTERM may actually be the OS shutting down the process.

I doubt this is a problem in GNU Make though.  You might like to try
memtest86, and check all your other hardware components are working
correctly.

Kind regards
JG






reply via email to

[Prev in Thread] Current Thread [Next in Thread]