Windows error 0x00000156, 342

Detailed Error Information

OBJECT_NOT_EXTERNALLY_BACKED[1]

MessageThis object is not externally backed by any provider.
Declared inwinerror.h

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

WINSOCK_DETECTED_HUNG_CLOSESOCKET_LIVEDUMP[2]

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

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 Code342 (0x0156)

Questions

2votes
2answers

Mapping assembly code to VB6 code

I'm working on a legacy VB6 application. In a certain use case, the application fails with something which looks like a null pointer exception: > The instruction at "0x2982e900" referenced memory at "0x00000156". The memory > could not be "read". I have tried to do some source code debugging, but [...] read more
debugging
assembly
vb6
1vote
0answers

libiconv.so.2 could not be loaded

I have problem with Samba on AIX. When I try to run /opt/pware64/sbin/smbd -V I get this error: Could not load program /opt/pware64/sbin/smbd: Dependent module /usr/lib/libiconv.a(libiconv.so.2) could not be loaded. Member libiconv.so.2 is not found in archive The result of ldd /opt/pware64/sbin/smbd: /opt/pware64/sbin/smbd needs: /opt/pware64/lib/libldap.so /opt/pware64/lib/liblber.so /opt/pware64/lib/libgssapi_krb5.so /opt/pware64/lib/libkrb5.so /opt/pware64/lib/libk5crypto.so /opt/pware64/lib/libcom_err.so [...] read more
aix
samba
libiconv
0votes
1answer

@@@ ABORTING: INVALID HEAP ADDRESS IN dlfree addr=0x00000156

I have begun to try and keep some data persistant in my views when my device is rotated. Since implementing this after awhile my app will crash with the error: @@@ ABORTING: INVALID HEAP ADDRESS IN dlfree addr=0x00000156 Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 20787 (FinalizerDaemon) After the [...] read more
java
android

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