Displaying 6 results from an estimated 6 matches for "_context".
Did you mean:
context
2019 Apr 26
2
[ASan][Windows] Interceptor function type not compatible with intercepted function
...Y_ATTRIBUTES, SIZE_T , LPTHREAD_START_ROUTINE , LPVOID, DWORD, LPDWORD)'
__C_specific_handler:
From: 'int (__cdecl *)(void * , void *, void * , void * )'
To: 'EXCEPTION_DISPOSITION (__cdecl *)(_EXCEPTION_RECORD *, void *, _CONTEXT *, _DISPATCHER_CONTEXT *)'
Can someone on the Windows side take a quick look and revert my temporary fix?
Thanks!
Julian
Bot failure:
http://lab.llvm.org:8011/builders/sanitizer-windows/builds/45049/steps/stage%201%20build/logs/stdio
My temporary fix:
https://github.com/llvm/llvm-project/...
2018 Apr 23
1
NT_STATUS_TOO_MANY_OPENED_FILES on AD DCs
...I did not have time to examine it thoroughly, I needed to have it up asap.
I know that RDP authentication took a few minutes, but it ended up being logged.
LDAP was normally working.
There were a lot of these messages in the logs:
[2018/04/22 14:46:43.315705, 1] ../source4/auth/kerberos/krb5_init_context.c:484(smb_krb5_init_context_basic)
krb5_init_context failed (Too many open files)
[2018/04/22 14:46:43.315770, 1] ../source4/auth/kerberos/krb5_init_context.c:555(smb_krb5_init_context)
smb_krb5_context_init_basic failed (Too many open files)
[2018/04/22 14:46:43.350667, 1] ../source4/auth/ke...
2020 Apr 20
0
Wine release 4.0.4
...eturn S_OK
44408 Tetris for Windows has wrong colors for the game pieces and the score box
45031 HotS - taking screenshot causes client crash, needs d3dx11_42.dll.D3DX11SaveTextureToFileW
45732 Far Cry 5 Cannot Steer Land Vehicles
46279 Multiple applications need msvcr120.dll.?_Yield at _Context@details at Concurrency@@SAXXZ (Darkest Dungeon, Noita, Amazon Kindle for PC)
46404 Shed installer - text overflow in browse-for-folder dialog
46417 Abiword 2.6.8 comboboxes should have a white background color
46421 ?Torrent has squares in its update dialog
46560 Smoke not rendering pro...
2019 Oct 18
0
Wine release 4.18
...irst island
35585 Castlevania: Lords of Shadow 2 demo endless loading screen without native d3dx9_36 (support for scaling of DXTn textures in d3dx9 missing)
37883 RebelBetting (.NET 4.5 app) fails to load with Wine-Mono
38940 RebelBetting 6.x (.NET 4.5 app) crashes on exit (ole32.Context_CC_ContextCallback too stubby)
40740 Broken Sword: The Angel of Death demo needs IDirectSoundFXI3DL2Reverb interface
41936 The Witcher 2: Assassins of Kings - menus and subtitles rendered incorrectly (with built-in d3dx9)
42979 Age of Empires hangs for several seconds between screens when CSMT is ena...
2013 Sep 13
0
Wine release 1.7.2
...of PCertificateChainEngine typedef.
crypt32: Use CertificateChainEngine instead of HCERTCHAINENGINE in a few more places.
atl110: Added new DLL.
crypt32: Use CERT_CHAIN_CACHE_ONLY_URL_RETRIEVAL flag for root store certificate's chain validation.
crypt32: Get rid of P*WINE_CONTEXT_INTERFACE typedefs.
crypt32: Get rid of PCONTEXT_FUNCS typedef.
crypt32: Get rid of PCONTEXT_PROPERTY_LIST typedef.
crypt32: Get rid of PWINECRYPT_CERTSTORE typedef.
crypt32: Get rid of PCertificateChain typedef.
crypt32: Get rid of PWINE_STORE_LIST_ENTRY typedef....
2013 Jul 12
14
[LLVMdev] [Proposal] Parallelize post-IPO stage.
...nst { return MergedObjFile; }
+
+ bool Compile(std::string &ErrMsg);
+
+private:
+ bool generateMakefile(std::string &ErrMsg);
+
+private:
+ IPOPartMgr &PartMgr;
+ IPOFileMgr &FileMgr;
+ IPOFile *MergedObjFile;
+ bool MergeObjs;
+};
+
LTOCodeGenerator::LTOCodeGenerator()
: _context(getGlobalContext()),
_linker(new Module("ld-temp.o", _context)), _target(NULL),
_emitDwarfDebugInfo(false), _scopeRestrictionsDone(false),
_codeModel(LTO_CODEGEN_PIC_MODEL_DYNAMIC),
- _nativeObjectFile(NULL) {
+ _nativeObjectFile(NULL),
+ _IPOPartMgr(_IPOFileMgr) {...