-
I inherited a github project with CI/CD configurations setup to build and test the project for the Raspberry Pi. Recently (in the last few days) the platform started failing in the configuration step…
-
This is maybe a better example of the kind of thing I was talking about in https://github.com/oracle/dtrace-utils/issues/84.
With splitdebug (-ggdb3 but in /usr/lib/debug and stripped `less`), `ust…
-
I'm using `x86-64-linux `AOT-generated pipelines, statically linked in my binary. When I hit a `halide_assert()`, while running in the debugger, a backtrace never shows me where this function was actu…
-
### App DB report link
https://appdb.touchhle.org/apps/382
### App name
Boggle
### App version
1.0
### touchHLE version
v0.2.2-307-gf1ad565
### Operating system
Android 12
### GPU
Adreno
#…
-
### Zig Version
0.13.0
### Steps to Reproduce and Observed Behavior
`SIGRTMIN` Is needed for catching signal eg. from `timer_create`
Example C code using here:
https://man7.org/linux/man-p…
-
I’m not sure whether this is a CFFI or a CPython bug, but recently this issue was reported: https://github.com/OxiDD/oxidd/issues/23. Today, I created a stripped-down version of the CFFI-based binding…
-
A bug I found when working on [unsafe-libopus](https://github.com/DCNick3/unsafe-libopus)
Apparently, when const macro translation is enabled, some casts are dropped, which leads to a change in sem…
-
In order to incorporate llvm-libc into Android, we MUST to support 32b x86.
Currently, the most immediate build failure with `-m32` is:
```
In file included from external/llvm-libc/test/UnitTest/…
-
This is a weird one. CopperSpice 1.9.1, Debian 11, clang 11, -stdlib=libc++. Three cases:
(1) executable opens CopperSpice dialog. Works.
(2) executable linked against shared library which opens Cop…
-
Greetings,
I've run into a limitation of CFFI's foreign library loading (or my understanding) which results in some code duplication I'd been hoping to avoid.
I've just written a trivial module …