-
I've got an odd sort of problem. I'm using [python's ctypes](https://docs.python.org/3/library/ctypes.html) library to bind to a shared library that uses bdwgc to manage any memory it allocates. The …
-
When building nix, I get the following error. Since I have no idea what it actually means, I am just posting it here, hoping someone can explain it...
```bash
GEN doc/manual/manual.is-valid
I/…
-
I'm having an issue involving battling garbage collectors. Specifically, I'm binding python to bdwgc via [ctypes](https://docs.python.org/3/library/ctypes.html). Python is internally garbage collect…
-
Assertion failure: extra/../thread_local_alloc.c:45
assertion failure
Child process failed, status= 0x86
Test failed
/bin/bash: line 5: 9032 Aborted (core dumped) ${dir}$tst
FAIL…
ivmai updated
7 years ago
-
There are warnings such as "_FreeBSD does not yet fully support threads with Boehm GC_" issued while building on FreeBSD, but what exactly is not supported cannot be found, at least I couldn't found a…
-
uClibc does not provide the `gnu/libc-version.h` header. Yet, uClibc does define `__GLIBC__`. This leads to the following build failure:
```
In file included from ./include/private/gc_priv.h:94:0,…
-
Source: bdwgc and libatomic_ops master
How to reproduce:
gcc -O0 -I include -I libatomic_ops/src -Wno-deprecated-declarations -DGC_THREADS -DHANDLE_FORK tests/test.c extra/gc.c && ./a.out
More over, …
ivmai updated
7 years ago
-
I'm trying to get bdwgc working on an Onion Omega2+ (with a MediaTek 7688 CPU = mipsel_24KEc).
The OS is a variant of OpenWRT.
I initially got DATA START/END errors, but these were fixed when I …
-
As we can see in http://git.alpinelinux.org/cgit/aports/commit/?id=1860ab9f0b474dcc7c9dc18c6f28e542fa51af42
it needs `-DNO_GETCONTEXT -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR` elsewhere.
The only crashing p…
-
System:
Ubuntu 14.04 LTS , 64 bit
On calling GWS projection and Quality Measures feature on dlr_flask world, Crash observed with the following logs from core dump:
Program received signal SIGSEGV, S…