Operating Systems > Linux and UNIX

Weird Crash

(1/1)

Kintaro:
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...


--- Code: ---
[x11@kintaro nicotine-1.0.8]$ xkill
bash: fork: Resource temporarily unavailable

--- End code ---


I then got an error like this from another program that stopped responding...
Traceback (most recent call last):

--- Code: ---
  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

--- End code ---


Anyone have any ideas what would cause an error like this?

solemnwarning:
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

toadlife:
Yeah. It looks like your machine is simply reached its process limit. You testing some new code or somthing?

Navigation

[0] Message Index

Go to full version