-
In the standalone leak sanitizer a valid pointer is re-used after a deliberate `realloc()` failure:
```C
#include
#include
#include
int
main(void)
{
char *ptr = malloc(1000000);
…
skrah updated
4 years ago
-
**Describe the bug**
The AOT module `save` method crashes on macOS
**To Reproduce**
Run the following code:
```py
import taichi as ti
ti.init(ti.vulkan,print_ir = True)
f = ti.field(flo…
-
I was trying to convert my tensorflow model (`.pb` file) to `.tmfile` using the `convert_model_to_tm tool` like this:
./convert_model_to_tm -f tensorflow -m my_model.pb -o my_model_tf.tmfile
…
-
Hello, guys. I want to install kaldi with russian language by this guide https://github.com/grib0ed0v/kaldi-for-russian. On stage 7 If I try to run script run.sh, then there will be error :
fstrme…
-
We are using 3 shard 3 replica setup of clickhouse in kubernetes cluster with 3 zookeeper replica pods.
We tried to add a column that already exists and dropped the same column and it caused all the …
-
## Bug report
I just updated my ROS2 version, from foxy to galactic, and I am getting this error when trying to run any of my nodes (in this case my node is called "_kinematic_control_node_"):
…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR8588](https://bugs.llvm.org/show_bug.cgi?id=8588) |
| Status | NEW |
| Importance | P normal |
| R…
-
### Package version
3.0.0-pre.2
### Environment
```markdown
* OS: Ubuntu 20.04.5 LTS
* Unity version: 2021.3.17f1
Working release: 3.0.0-pre.1, fails in 3.0.0-pre.2
```
### Steps To Reproduce
…
-
## Description
whenever I do npm start or manually run brave.exe on windows 11, it opens but unresponsive and just closes itsself without me doing anything.
it prints this on screen:
> brave…
-
```
Log says 3 of 41 tests failed, but there is also "death test" where log says
FAILURE.
====> low_level_alloc_unittest (see stack trace below)
failure is in these lines:
__asm__ __volatile__(
…