home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / os2 / programm / 8088 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.1 KB

  1. Path: sparky!uunet!vnet.ibm.com
  2. From: ameline@vnet.ibm.com (Ian Ameline)
  3. Message-ID: <19930128.082157.651@almaden.ibm.com>
  4. Date: Thu, 28 Jan 93 11:16:18 EST
  5. Subject: Problem. Unknown error
  6. Newsgroups: comp.os.os2.programmer
  7. References: <C1H324.9zt@cs.vu.nl>
  8. Organization: C-Set/2 Development, IBM Canada Lab.
  9. Disclaimer: This posting represents the poster's views, not those of IBM
  10. Lines: 28
  11.  
  12. In article <C1H324.9zt@cs.vu.nl>,
  13. cpbaltus@cs.vu.nl (Stefan Baltus) writes:
  14. >
  15. >Hi,
  16. >
  17. >When running my own written program, I get the following error:
  18. >
  19. >The process has stopped.  The software diagnostic
  20. >code (exception code) is  009B.
  21. >
  22. >The 009B stands for decimal 155 and that means : 'TOO MANY TCBS'.
  23. >
  24. >Now, i have two questions:
  25. >
  26. >1. what means TCBS?
  27.  
  28.    A TCB is a Thread Control Block -- there's 1 per thread. So this
  29. message likely means you have too many threads.
  30.  
  31. >2. how can i recover from this error?
  32.  
  33.    Change the THREADS= line in your config.sys. The maximum number of
  34. threads this can be set to is 4096. If you're already exceeding this,
  35. reduce the number of threads running on your system.
  36.  
  37. Regards,
  38. Ian Ameline.
  39.  
  40.