home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / programm / 5912 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.3 KB  |  34 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!math.fu-berlin.de!informatik.tu-muenchen.de!LRZnews!news
  3. From: jolly@next2.cis.uni-muenchen.de ()
  4. Subject: How to PANIC a NeXT (mach kernel bug )
  5. Message-ID: <1992Sep1.211133.21384@news.lrz-muenchen.de>
  6. Keywords: mach;threads;panic
  7. Sender: news@news.lrz-muenchen.de (Mr. News)
  8. Organization: Leibniz-Rechenzentrum, Muenchen (Germany)
  9. Date: Tue, 1 Sep 1992 21:11:33 GMT
  10. Lines: 22
  11.  
  12. Hi folks !
  13.  
  14. I think it is very useful to know, that the NeXT-Mach Kernel
  15. does not support more than 2oo threads !
  16. Running a program under the gdb doesn t change anything ! To solve
  17. this little problem is to use not more than 2oo threads. I think
  18. that the most applications won t use all threads at the same time -
  19. some will die after a while - so that the thread_set_limt() makes
  20. them only a little bit slowlier.
  21. I don t know if 3.o solves that kernel-bug. ( using 2.1 )
  22.  
  23.                 Jolly B)
  24.  
  25. Post Scriptum : Don t try to test the bug, cause it may damage some
  26.         files ( 2 files were destructed on my host due to the
  27.         fsck !!)
  28.  
  29. Post Post Scriptum : I think that NeXT should not publish files, which
  30.              will panic the system after inserting only one
  31.              character. ( The only thing you have to do is to
  32.              insert a "2" in front of the "15" in the NeXT 
  33.              Operating System thread-example ).
  34.