search for: ucrtbase

Displaying 20 results from an estimated 98 matches for "ucrtbase".

2017 Nov 01
2
llvm.gcroot trouble with non-i8* allocas
...atible type!", file C:\Users\nikod\src\llvm\include\llvm/Support/Casting.h, line 236 Wrote crash dump file "C:\Users\nikod\AppData\Local\Temp\llc.exe-7b1546.dmp" #0 0x01a26809 HandleAbort c:\users\nikod\src\llvm\lib\support\windows\signals.inc:405:0 #1 0x75804188 (C:\WINDOWS\System32\ucrtbase.dll+0xa4188) #2 0x75805422 (C:\WINDOWS\System32\ucrtbase.dll+0xa5422) #3 0x75806dc5 (C:\WINDOWS\System32\ucrtbase.dll+0xa6dc5) #4 0x75806ce8 (C:\WINDOWS\System32\ucrtbase.dll+0xa6ce8) #5 0x7580618b (C:\WINDOWS\System32\ucrtbase.dll+0xa618b) #6 0x75806e26 (C:\WINDOWS\System32\ucrtbase.dll+0xa6e26) #...
2017 Nov 01
0
llvm.gcroot trouble with non-i8* allocas
...s\nikod\src\llvm\include\llvm/Support/Casting.h, line > 236 > Wrote crash dump file "C:\Users\nikod\AppData\Local\ > Temp\llc.exe-7b1546.dmp" > #0 0x01a26809 HandleAbort c:\users\nikod\src\llvm\lib\ > support\windows\signals.inc:405:0 > #1 0x75804188 (C:\WINDOWS\System32\ucrtbase.dll+0xa4188) > #2 0x75805422 (C:\WINDOWS\System32\ucrtbase.dll+0xa5422) > #3 0x75806dc5 (C:\WINDOWS\System32\ucrtbase.dll+0xa6dc5) > #4 0x75806ce8 (C:\WINDOWS\System32\ucrtbase.dll+0xa6ce8) > #5 0x7580618b (C:\WINDOWS\System32\ucrtbase.dll+0xa618b) > #6 0x75806e26 (C:\WINDOWS\System3...
2018 Mar 20
2
lld/lto/win32 crash on DIE code
...I used the wrong exception method name, using the regular one now (__CxxFrameHandler3). Also tested it in latest clean llvm/debug and crashes how I get it locally too. https://www.dropbox.com/s/n3e2eystps9qvwx/repro.tar?dl=0 > lld.exe!HandleAbort(int Sig) Line 411 C++ Symbols loaded. ucrtbased.dll!raise(int signum) Line 541 C++ Symbols loaded. ucrtbased.dll!abort() Line 64 C++ Symbols loaded. ucrtbased.dll!common_assert_to_stderr_direct(const wchar_t * const expression, const wchar_t * const file_name, const unsigned int line_number) Line 161 C++ Symbols loaded. ucrtbased.dll...
2016 Feb 24
2
Heap problems with 3.8.0rc2 in combination with vs2015 sp1
...s fine in 3.6.x-3.7.x) -- Release mode stack trace ntdll.dll!RtlReportCriticalFailure() Unknown ntdll.dll!RtlpReportHeapFailure() Unknown ntdll.dll!RtlpHeapHandleError() Unknown ntdll.dll!RtlpLogHeapFailure() Unknown ntdll.dll!string "Enabling heap debug options\n"() Unknown ucrtbase.dll!free() Unknown ConsoleEngine.exe!llvm::Function::`vector deleting destructor'(unsigned int) C++ ConsoleEngine.exe!llvm::Module::~Module(void) C++ ConsoleEngine.exe!llvm::MCJIT::OwningModuleContainer::freeModulePtrSet(class llvm::SmallPtrSet<class llvm::Module *,4> &) C++ C...
2018 Mar 20
0
lld/lto/win32 crash on DIE code
This one triggers an assertion in calculateSEHStateNumbers due to weird catchpad instruction in @_island_debug_invoke and many other functions. The code expects either pointer to a filter function or null in first operand, while you're passing pointer to structure: catchpad within %80 [{i8*, i8*}* anon..., ...] ________________________________________ От: Carlo Kok <ck at
2018 Mar 21
0
lld/lto/win32 crash on DIE code
...rong exception method name, using the regular one now (__CxxFrameHandler3). Also tested it in latest clean llvm/debug and crashes how I get it locally too. https://www.dropbox.com/s/n3e2eystps9qvwx/repro.tar?dl=0 > lld.exe!HandleAbort(int Sig) Line 411 C++ Symbols loaded. ucrtbased.dll!raise(int signum) Line 541 C++ Symbols loaded. ucrtbased.dll!abort() Line 64 C++ Symbols loaded. ucrtbased.dll!common_assert_to_stderr_direct(const wchar_t * const expression, const wchar_t * const file_name, const unsigned int line_number) Line 161 C++ S...
2018 Mar 20
2
lld/lto/win32 crash on DIE code
Op 16-3-2018 om 20:16 schreef Evgeny Leviant: > Hello Carlo, > > I tried your reproducer and faced different problem from one you described > (I'm using MacOS Sierra and lld built from trunk on Mar, 15). The crash happens > when SelectionDAGBuilder::lowerInvokable tries to access EH info of this function: > >
2016 Feb 25
0
Heap problems with 3.8.0rc2 in combination with vs2015 sp1
...lease mode stack trace > ntdll.dll!RtlReportCriticalFailure() Unknown > ntdll.dll!RtlpReportHeapFailure() Unknown > ntdll.dll!RtlpHeapHandleError() Unknown > ntdll.dll!RtlpLogHeapFailure() Unknown > ntdll.dll!string "Enabling heap debug options\n"() Unknown > ucrtbase.dll!free() Unknown > ConsoleEngine.exe!llvm::Function::`vector deleting destructor'(unsigned > int) C++ > ConsoleEngine.exe!llvm::Module::~Module(void) C++ > ConsoleEngine.exe!llvm::MCJIT::OwningModuleContainer::freeModulePtrSet(class > llvm::SmallPtrSet<class llvm::Modu...
2016 Aug 05
0
Wine release 1.9.16
...64-bit, re-enable the inlining of various functions, leveraging the TEB self pointer at %gs:0x30. ntdll: For Mac 64-bit, poke NtCurrentTeb()->ThreadLocalStoragePointer to the corresponding offset from %gs. Lauri Kenttä (1): po: Update Finnish translation. Martin Storsjo (2): ucrtbase: Expose the fabsf function on arm. msvcp140: Add MSVC 2015 C++ support DLL. Matteo Bruni (8): wined3d: Fix generic_d3dcolor(). wined3d: Also check BLENDWEIGHT for immediate mode fallback. d3d9/tests: Add a vertex blending test with D3DCOLOR weights. wined3d: Swizzle D...
2019 Nov 29
0
Wine release 4.21
...racter string literals. wininet: Add support for detecting the proxy config URL. Jeff Smith (20): msvcrt: Clean up strftime tests. msvcrt: Add additional strftime tests. msvcrt: Correct behavior of strftime formats %c %x. msvcrt: Add _Strftime tests for seconds. ucrtbase: Add _Strftime tests for seconds. ucrtbase: Add strftime format range tests. msvcrt: Range-check fields used as array indices in _Strftime. msvcrt: Correct behavior of time in strftime formats %X %c. ucrtbase: Treat year more consistently in strftime. ucrtbase: Extend...
2016 Dec 19
0
Wine release 1.8.6
...: xinput1_3: Prefer builtin DLL. comdlg32: Avoid crash when a path is passed into Open File Dialog. msvfw32/tests: Add tests for ICInfo(). Carlos Rafael Ramirez (1): cmd: When 'if' condition is not met, ignore the next commands in the list. Daniel Lehman (2): ucrtbase: Add __stdio_common_vfwprintf. ucrtbase: Add __stdio_common_vfwscanf. Filip Frąckiewicz (5): wined3d: Add NVIDIA GTX 690 (GK104) to the GPU list. wined3d: Add AMD Radeon HD 6480G IGP. wined3d: Add NVIDIA GTX 980 Ti. wined3d: Add NVIDIA GTX 675MX to the GPU list....
2016 Feb 25
2
Heap problems with 3.8.0rc2 in combination with vs2015 sp1
...gt;> ntdll.dll!RtlReportCriticalFailure() Unknown >> ntdll.dll!RtlpReportHeapFailure() Unknown >> ntdll.dll!RtlpHeapHandleError() Unknown >> ntdll.dll!RtlpLogHeapFailure() Unknown >> ntdll.dll!string "Enabling heap debug options\n"() Unknown >> ucrtbase.dll!free() Unknown >> ConsoleEngine.exe!llvm::Function::`vector deleting >> destructor'(unsigned int) C++ >> ConsoleEngine.exe!llvm::Module::~Module(void) C++ >> ConsoleEngine.exe!llvm::MCJIT::OwningModuleContainer::freeModulePtrSet(class >> llvm::SmallPtrSet...
2020 Mar 27
0
Wine release 5.5
The Wine development release 5.5 is now available. What's new in this release (see below for details): - Builtin libraries use the new UCRTBase C runtime. - Compatibility mode used when reporting Windows version. - Better support for debug information in PE files. - Support for linguistic case mappings. - More attributes supported in WebServices. - Various bug fixes. The source is available from the following locations: https...
2015 Nov 13
0
Wine release 1.7.55
...Coverity). d3dx9_36: Remove unneeded vertex_remap variable (Coverity). Mark Harmstone (3): winepulse: Handle stream create failing correctly. winepulse: Add stub for GetPropValue. winepulse: Return PKEY_AudioEndpoint_PhysicalSpeakers device prop. Martin Storsjo (18): ucrtbase: Fix the function name in a comment. ucrtbase: Simplify the snprintf/swprintf tests. ucrtbase: Add defines for the printf/scanf options constants. ucrtbase: Handle the swprintf style termination and return values. msvcrt: Refactor pf_printf to take options as flags instead o...
2016 Jun 24
0
Wine release 1.9.13
...ne lags with 2 seconds delay 40747 Microsoft Expression Web 4 crashes on startup, needs gdiplus.dll.GdipGetImageAttributesAdjustedPalette 40754 GOG Galaxy crashes with unimplemented function api-ms-win-crt-locale-l1-1-0.dll._lock_locales 40755 GOG Galaxy crashes with unimplemented function ucrtbase.dll._lock_locales 40756 GOG Galaxy crashes with unimplemented function api-ms-win-crt-heap-l1-1-0.dll._calloc_base 40765 Python 3.5.1 interpreter crashes, needs __fpe_flt_rounds 40770 Nvidia GeForce GT 730 not recognized properly 40775 Emergency 3 crashes after starting 40790 Necrovi...
2016 Feb 25
0
Heap problems with 3.8.0rc2 in combination with vs2015 sp1
...RtlReportCriticalFailure() Unknown >>> ntdll.dll!RtlpReportHeapFailure() Unknown >>> ntdll.dll!RtlpHeapHandleError() Unknown >>> ntdll.dll!RtlpLogHeapFailure() Unknown >>> ntdll.dll!string "Enabling heap debug options\n"() Unknown >>> ucrtbase.dll!free() Unknown >>> ConsoleEngine.exe!llvm::Function::`vector deleting >>> destructor'(unsigned int) C++ >>> ConsoleEngine.exe!llvm::Module::~Module(void) C++ >>> ConsoleEngine.exe!llvm::MCJIT::OwningModuleContainer::freeModulePtrSet(class >>&g...
2016 Aug 22
0
Wine release 1.8.4
...al_invalid_parameter_handler 40747 Microsoft Expression Web 4 crashes on startup, needs gdiplus.dll.GdipGetImageAttributesAdjustedPalette 40754 GOG Galaxy crashes with unimplemented function api-ms-win-crt-locale-l1-1-0.dll._lock_locales 40755 GOG Galaxy crashes with unimplemented function ucrtbase.dll._lock_locales 40756 GOG Galaxy crashes with unimplemented function api-ms-win-crt-heap-l1-1-0.dll._calloc_base 40770 Nvidia GeForce GT 730 not recognized properly 40796 Python 3.5.1 interpreter crashes when importing pyqtSlot 40830 Conflict between kVK_RightCommand and macOS 10.12 S...
2016 Feb 26
2
Heap problems with 3.8.0rc2 in combination with vs2015 sp1
...lure() Unknown >>>> ntdll.dll!RtlpReportHeapFailure() Unknown >>>> ntdll.dll!RtlpHeapHandleError() Unknown >>>> ntdll.dll!RtlpLogHeapFailure() Unknown >>>> ntdll.dll!string "Enabling heap debug options\n"() Unknown >>>> ucrtbase.dll!free() Unknown >>>> ConsoleEngine.exe!llvm::Function::`vector deleting >>>> destructor'(unsigned int) C++ >>>> ConsoleEngine.exe!llvm::Module::~Module(void) C++ >>>> ConsoleEngine.exe!llvm::MCJIT::OwningModuleContainer::freeModulePtrSet(...
2020 Mar 13
0
Wine release 5.4
The Wine development release 5.4 is now available. What's new in this release (see below for details): - Unicode data updated to Unicode version 13. - Builtin programs use the new UCRTBase C runtime. - More correct support for Internationalized Domain Names. - Support for painting rounded rectangles in Direct2D. - Text drawing in D3DX9. - Various bug fixes. The source is available from the following locations: https://dl.winehq.org/wine/source/5.x/wine-5.4.tar.xz http:/...
2020 Aug 25
2
R 4.0.2 64-bit Windows hangs
...s or a week, so >>> if anyone gets there first, please let me know what you find out. >> Btw could you please try out if the UCRT build of R crashes as well in >> the Insider Windows build ? > Yes, it hangs in exactly the same way, except that the backtrace shows > > ucrtbase!.intrinsic_setjmpex () from C:\WINDOWS\System32\ucrtbase.dll > > Instead of msvcrt!_setjmpex (as expected of course). Thanks. I found what is causing the problem I observed with GCC10/stock Windows 10, I expect this is the same one as in the Insider build. I will investigate further, Tomas