-
Reduced from https://github.com/JuliaGPU/CUDA.jl/issues/2449 filed by @miniskar:
- create a pthread on which we call back into Julia and `run` a command
- have the main thread block on `pthread_join…
-
### Detailed steps on how to reproduce the bug
using ThreadSafeListener should prevent from triggering an assert when calling from multiple threads (as per indication in the assert comments), but i…
-
This is version 1.8.1 of vibe-core.
I got a stray assert in otherwise working code. Very difficult to tell what the problem is, since it appears as a final function in the OutputStream interface. R…
-
In ws non-blocking mode (win->ws_block = false),
WEBUI_WS_DATA will process in new thread (_webui_ws_process_thread), which call _webui_free_mem() to free memory.
If muti-threads free and main th…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsn…
-
Since 0.15, `tray_icon::Icon` is not Sync anymore on Windows. This is easily visible in the docs for [0.15](https://docs.rs/tray-icon/0.15.1/x86_64-pc-windows-msvc/tray_icon/struct.Icon.html#synthetic…
-
### Zig Version
0.14.0-dev.2051+b1361f237
### Steps to Reproduce and Observed Behavior
```zig
// build.zig
const std = @import("std");
pub fn build(b: *std.Build) void {
const optimize = …
-
## Description
The behavior of `UA_Logger.clear` in version v1.4 is unexpected, because it does not only delete the dynamic content `void* context`, but also the heap-allocated logging instance: ht…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
## Description
There are crash issues on macOS when exceptions propagate through Qt's eve…
-
## What version of Swift are you using (swift --version)?
```
swift-driver version: 1.113 Apple Swift version 6.0 (swiftlang-6.0.0.7.6 clang-1600.0.24.1)
Target: arm64-apple-macosx14.0
```
## W…