-
I've sent a PR (https://github.com/jemalloc/jemalloc/pull/1271) that adds two valgrind build-bots to CI, and while the test suite appears to run fine under linux, valgrind has some issues in MacOSX: h…
-
Hi, I'm facing yet another case of application that works fine, but crashes with Jemalloc. I know there have been several similar issues already, but none helped me with fixing it. Usually the problem…
-
I am trying to get jemalloc master to work on [QNX 7.0](http://www.qnx.com/developers/docs/7.0.0/index.html#com.qnx.doc.qnxsdp.nav/topic/bookset.html).
Since I'm cross-compiling to ARM I had to por…
-
Occurs when building with profiling enabled in alpine linux with gcc 6.2. Full repro (I've left in the entire configure output in case that's useful):
```shell
$ docker run -it alpine:3.5 /bin/sh
/…
-
3.4.6-1 , CentOS-7.4, Single mode on metal machine.
```
Failed to read a valid object file image from memory.
Core was generated by `/usr/sbin/arangod -c /home/admin/arangodb/data_3.4.5_singlemode…
-
I was trying to fix and upgrade the Android build jobs in libc, and I've managed to get the x86_64 and i686 ones running, but the arm and aarch64 ones fail to link and I have no idea why (https://gith…
-
So I am trying to update the jemalloc port but I am blocked by:
```
cl.exe -nologo -Zi -MT -W3 -FS -O2 -nologo -W3 -utf-8 -MP -MD -O2 -Oi -Gy -Z7 -c -DWIN32 -D_WINDOWS -DNDEBUG -I./../src/59c56fa…
-
Hello!
I'm trying to package jemalloc release 5.2.1 for conan (a C/C++ package manager for developers) at https://github.com/conan-io/conan-center-index/pull/475.
jemalloc crashes using Visual S…
-
Hi,
I'm trying to compile a simple test program that uses two different copies of jemalloc in the same program statically. I think it's working, but I have a few compile warnings that I would like to…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
When I start the container with the following i…