-
Hello,
Following some discussion with jemalloc and ruby (https://bugs.ruby-lang.org/issues/14718),
it would be great to have a way to render the option in the compilation phase so jemalloc could b…
-
abandoned gcc 7.3.0 on RHEL7.4 and moved to Ubuntu 16.04 gcc 5.4.0
got further - folly built OK
however, when I tried building some code that *uses* folly, I ran into a compilation error. It seems t…
-
Hey Passengers! I wanted to give you a heads-up about a gnarly-looking crash I'm seeing with Passenger 5.0.24 when using Babel. Running an application with the `babel-node` interpreter or requiring `b…
-
**Rancher Server Setup**
- Rancher version: 2.8.1
- Installation option (Docker install/Helm Chart):
- If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): RKE2
**Inform…
-
the following example will raise a race between main thread and thread with thread sanitizer.
reproduce:
```c
void* free_memory(void* arg) {
/* let main thread start pruge first */
slee…
sundb updated
7 months ago
-
If you mangle e.g. `aligned_alloc` using `--with-mangling=aligned_alloc:__aligned_alloc`, it will not turn up as `__aligned_alloc` in the generated shared object but will have the private namespace pr…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Version
2.0.3
### What's Wrong?
Doris BE start…
-
It would be great to work on some devendoring of "placeholderkv". Distros (I represent Fedora/EPEL in this context) prefer dynamic linking to system libraries instead of vendored packages with includ…
-
Error apply configuration with use jemalloc memory allocator and glibc 2.34.
Testing on Ubuntu 21.10 and NixOS Unstable.
### Steps To Reproduce
1. Install jemmalloc
```
apt install libjemalloc2
…
-
We've had a number of really nasty rr bugs due to subtle interactions with jemalloc. #721 should hopefully make all that go away, but it would be great to ensure that by adding a third test run with …