-
## 🐛 Bug
module.forward() launches Debug assert
File: minkernel\crts\ucrt\src\appcrt\heap\debug_heap.cpp
Line: 966
Expression: __acrt_first_block == header
## To Reproduce
Loaded scri…
dc986 updated
2 years ago
-
I'm using the following R version on Ubuntu 20.02:
```
R version 4.3.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu…
-
This was done on a DEBUG build of Vircadia (technically the one for PR 1361), with startup set to "domain-server". Both VIRCADIA_MEMORY_DEBUGGING and _CRTDBG_CHECK_ALWAYS_DF are set.
This was logge…
-
**Describe the bug**
When importing a CMake target as a dependency, private link options are passed to the executable linking with this dependency.
**To Reproduce**
Extract [bug.zip](https://gith…
-
**Host Environment**
- OS: Windows 11
- Compiler: msvc 19.34.31937 for x64
**To Reproduce**
Steps to reproduce the behavior:
Custom triplet ( = x64-windows with just the last two li…
krawq updated
4 months ago
-
##### System information (version) #################
- OpenCV => 4.3
- Operating System / Platform => Windows 10, 64 Bit
- Compiler => Visual Studio 2019
##### Detailed description #############…
-
**Issue description:**
Boost\libs\python failed to build due to link error on MSVC. Could you please take a look?
**Build step**:
1. git clone -c core.autocrlf=true --recursive https://github.…
-
# Install GoAccess on Windows
Why MSYS and not Cygwin? When attempting to compile GoAccess using Cygwin, everything went well.. until moving the created .exe's to another computer that had never ha…
-
I tried to run Zeek on Windows with the following command-line:
`zeek -G testing/btest/random.seed -r 2009-M57-day11-18.trace testing/external/zeek-testing/tests/m57-long.zeek`
This results in a…
-
`if (MmpGlobalDataPtr->MmpTls->MmpTlsList.Flink != &MmpGlobalDataPtr->MmpTls->MmpTlsList)
{
assert(NtCurrentTeb()->ThreadLocalStoragePointer == nullptr);
}`
file: MmpTls , line:37…