-
```
What steps will reproduce the problem?
1. the crash happens on startup
What is the expected output? What do you see instead?
Should not hit the ASSERT
What version of the product are you using? …
-
Visual studio 2017 64bit target gives a warning about a conversion from size_t to os_uint32. for line 616:
u_dataReader uReader = u_dataReaderNew(uSubscriber, name.c_str(), expression.c_st…
-
```
/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm/prims -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm -I…
-
```
/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm/prims -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm -I…
-
Ubuntu 22.04.1
g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
/PNNL/NWGraph/build/_deps/catch2-src/single_include/catch2/catch.hpp:10822:58: error: call to non-‘constexpr’ function ‘long int sysconf(i…
-
## Bug Report
@crtrott it seems that commit a5eb4d4 is causing our application, GEMMA, to hang in the latter portions of the simulation. All we have to offer for diagnosing the problem so far is the …
-
```c++
if (is_waiting) {
std::unique_lock locker(lok);
task_done_workers++;
task_done_cv.notify_one();
thread_cv.wait(locker);
}
```
这是在workbranch.hpp里面的mission函数的一段代码,这段代码最后的 …
-
### vSomeip Version
3.4.10
### Boost Version
1.71
### Environment
Ubuntu 20.04.6
### Describe the bug
CMake Error at external/vsomeip/CMakeLists.txt:551 (configure_file):
configure_file atte…
-
To be consumed by both tt-metal and tt-umd.
There is a significant amount of code which is used at multiple places (previously Buda also), and there is an opportunity to have these in a separate repo…
-
It appears that if a `CmdStanFit` object is created with `fixed_param = TRUE` and saved to disk, the retrieved object cannot load sampler diagnostics. (I'm not sure it makes sense to look at diagnosti…