Windows error 0x00000274, 628

Detailed Error Information

SERVER_SID_MISMATCH[1]

MessageThe server process is running under a SID different than that required by client.
Declared inwinerror.h

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

HRESULT analysis[2]

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[2][1]
DescriptionThe default facility code.[2][1]
Error Code628 (0x0274)

Questions

6votes
3answers

ELF, Build-ID, is there a utility to recompute it?

I came across this useful feature in ELF binaries -- Build ID. "It ... is (normally) the SHA1 hash over all code sections in the ELF image." One can read it with GNU utility: $ readelf -n /bin/bash ... Displaying notes found at file offset 0x00000274 with length 0x00000024: Owner [...] read more
linux
linker
elf
0votes
1answer

Athena ID Protect v2 Token triggers Select Card dialog on PKCS#11 C_Login

I am playing around with an Athena IDProtect v2 Token from NXP (the one compatible with the IDProtect Laser product line) on Windows 10 Pro (x64 german). After installing the Athena client middle ware 7.10.00 (x64) - with and without setting the Athena CSP Provider as default for Windows - [...] read more
windows-10-v1703
smartcard
certutil
pkcs
0votes
0answers

Memory leak Investigation

I am investigating memory of an application running on 32-bit Win 7, built with mixed mode (VC++ and C#.net) I've already gone through the following steps in trying to analyze the cause for the leak: 1. enabled user mode stack trace database in GFlags 2. by using UMDH.exe i have [...] read more
windows
debugging
memory-leaks
windbg
umdh
0votes
1answer

OSAtomicIncrement64Barrier crash on 32-bit devices

I'm experiencing a crash that only happens on 32-bit devices. I'm using OSAtomicIncrement64Barrier (on the realtime audio thread) to increment a counter to notify another thread that an update has occurred. The crash consistently occurs on the OSAtomicIncrement64Barrier line -- but only if it's running while not connected to Xcode. [...] read more
ios
multithreading
core-audio
32bit-64bit
0votes
1answer

g++ symbol versioning. Set it to GCC_3.0 using version 4 of g++

I need to implemente a Java class which uses JNI to control a fiscal printer in XUbuntu 8.10 with sun-java6-jdk installed. The structure is the following: EpsonDriver.java loads libEpson.so libEpson is linked dynamically with EpsonFiscalProtocol.so ( provided by Epson, no source available ) and pthread I use javah to generate [...] read more
g++
java-native-interface
-1votes
2answers

How to disable SIGABRT when debugging Android app?

I'm trying to debug my app's UI misbehaving, but for some god awful reason the app gets killed after ~15 seconds of me shifting trough the breakpoints, how do I get rid of this behaviour it's making me insane. A/libc: Fatal signal 6 (SIGABRT) at 0x00000274 (code=0), thread 25754 (getapp.debug) [...] read more
android
debugging
sigabrt

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0