Author Topic: Weird Crash  (Read 1251 times)

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Weird Crash
« 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...

Code: [Select]

[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):
Code: [Select]

  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?

solemnwarning

  • Member
  • **
  • Posts: 747
  • Kudos: 338
    • http://www.solemnwarning.net
Re: Weird Crash
« Reply #1 on: 6 May 2005, 15:08 »
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
-----BEGIN GEEK CODE BLOCK-----
 Version: 3.1
 GCS/CM d- s+:+ a--- C++ UL++++>$ P+ L+++ !E W++ !N !o !K-- w !O !M !V PS+ PE- !Y !PGP !t !5 !X !R tv b+ DI+ !D G e- h !r y-
 ------END GEEK CODE BLOCK------

toadlife

  • Member
  • **
  • Posts: 730
  • Kudos: 376
    • http://toadlife.net
Re: Weird Crash
« Reply #2 on: 7 May 2005, 00:55 »
Yeah. It looks like your machine is simply reached its process limit. You testing some new code or somthing?
:)