-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Segmentation fault when built with CMake: alloc_mmap #1734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Works fine for me on a fresh build of 0.3.2 |
xsacha can you provide more context please ? Is this current "develop" branch with default build options, |
It's version 0.3.2.
Library built with regular CMake, no extra options. |
Not reproducible here, perhaps it is a compiler or hardware problem on your end. Which compiler (and version) is it by the way ? |
Clang 6.0.1 on Arch Linux |
Weird. Suddenly I am seeing this on my system as well, so there seems to be some random component to it. (All I did in between was download the llvm6.0.1 source, which will have changed the memory footprint of the browser running on the same system)
|
Looks like a duplicate of #1705, so should be fixed in develop. |
Thanks. So much broken for me :( stuck on 0.3.0 |
I certainly did not expect that level of fallout from #1618 et al., and drawn out over several weeks of surprises at that. I have now set the release date for 0.3.3 to next sunday to clear up this issue and the glibc-related tls hangs, and at least mitigate the "too many threads" problem some people are seeing since the memory.c rewrite. |
Neither did I... this is most unfortunate. I'm working on completely removing the concept of too many threads right now. |
When built via CMake, I seem to get segmentation faults in alloc_mmap
Linux Core i7 Haswell
Backtrace
Test app:
The text was updated successfully, but these errors were encountered: