Stop Microsoft
		Operating Systems => Linux and UNIX => Topic started by: Kintaro on  5 May 2005, 09:38
		
			
			- 
				s - processes and applications stopped responding and other things on my system just before. When I went to use xkill from a terminal it shown me the problem...
 
 
 [x11@kintaro nicotine-1.0.8]$ xkill
 bash: fork: Resource temporarily unavailable
 
 
 I then got an error like this from another program that stopped responding...
 Traceback (most recent call last):
 
 File "/home/x11/dev/nicotine-1.0.8/pynicotine/gtkgui/frame.py", line
 308, in OnNetworkEvent
 self.np.events[i.__class__](i)
 File "/home/x11/dev/nicotine-1.0.8/pynicotine/pynicotine.py", line
 332, in ConnectError
 timer.start()
 File "/usr/lib/python2.3/threading.py", line 410, in start
 _start_new_thread(self.__bootstrap, ())
 thread.error: can't start new thread
 
 
 Anyone have any ideas what would cause an error like this?
- 
				Looks like the first problem was ur process list was full did u forkbomb urself or somthing?
 
 [x11@kintaro nicotine-1.0.8]$ xkill
 bash: fork: Resource temporarily unavailable
- 
				Yeah. It looks like your machine is simply reached its process limit. You testing some new code or somthing?