This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
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.
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
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
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