-
PR #164 added protected heaps to the compartment-aware allocator. This now works as expected for both private and shared allocations, but we left the shim and [allocator's metadata](https://chromium.g…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Core
### Which platforms are affected?
macOS
### Description
Since updating t…
-
This segfault is observed when building python 3.12 (seen on 3.12.4 and 3.12.5).
```
1336.7 BOLT-INFO: Target architecture: aarch64
1336.7 BOLT-INFO: BOLT version: e5def089cd9f5aa71524f82fef301c…
belm0 updated
1 month ago
-
Hello everyone,
I am currently trying to run inference with a model I converted into the NCNN format using Vulkan.
I am using the following code:
```
#include
#include "net.h"
#include …
-
using rk3528
### Issue: Unable to Achieve 60 FPS with Distorted Image Output on `gst-launch-1.0` Pipeline
**Pipeline Command:**
```bash
gst-launch-1.0 videotestsrc ! video/x-raw,width=1280,hei…
-
I am trying to use the libafl_libfuzzer shim with cargo-fuzz and hitting this error:
```
--- stderr
src/sanitizer_interfaces.h:1:10: fatal error: 'sanitizer/allocator_interface.h' file not …
-
### 🐛 Describe the bug
The following code:
```python
import torch
import torch.distributed as dist
if __name__ == '__main__':
dist.init_process_group(backend="nccl")
torch.cuda.set_de…
-
I don't have an small reproducible example I can post, but I am getting a segfault when I turn on chunking using 9.6.3. on MacOS M1:
I get a stack dump like:
```
Thread 4 Crashed:
0 libSoar.…
-
xsimd 10.0.0 exposed an error from xtensor (0.24.7) on arm64 architecture (neon64). The error was reported at https://github.com/xtensor-stack/xsimd/issues/945 :
```
127s [ 26%] Building CXX object …
-
We are seeing a crash in a large app deployment that has only been reproduced in the field. So we only have the stack trace.
This is with an older version of MapLibre on Android. Best to see if it …