Windows error 0x0000009B, 155

Detailed Error Information

TOO_MANY_TCBS[1]

MessageCannot create another thread.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x8007009B.

UDFS_FILE_SYSTEM[2]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x9B: UDFS_FILE_SYSTEM.

HRESULT analysis[3]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[3][1]
DescriptionThe default facility code.[3][1]
Error Code155 (0x009b)

Questions

5votes
1answer

Server Suddenly became Unresponsive to SSH

Server suddenly became unresponsive to SSH, I reported the previous time it happened here on another server I have about 2 months ago. The server setup is CentOS6 64bit, it runs a very basic apache2 server that serves up static files and should be under very small loads, as it [...] read more
ssh
centos
3votes
0answers

Calculating size of memory zones in Linux

I would appreciate if someone could help me to do some calculations based on the following output: init_memory_mapping: 0000000000000000-0000000037bfe000 0000000000 - 0000200000 page 4k 0000200000 - 0037a00000 page 2M 0037a00000 - 0037bfe000 page 4k kernel direct mapping tables up to 0x37bfdfff @ [mem 0x009fa000-0x009fffff] RAMDISK: 7d11f000 - 7fff0000 Allocated new [...] read more
linux
memory
memory-management
linux-kernel
0votes
1answer

Mysql instance on centos 6.4 suddenly stopped

We have a mysql instance running well and suddenly it stop. I have gone through the logs file but found no indication why it stopped? But there have some instance start and stop before this? Below is the snippet of mysqld.log 121229 22:17:45 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended [...] read more
mysql
centos

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0