-
-
Notifications
You must be signed in to change notification settings - Fork 418
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
Benchmark "HashMapBench/HashRemove" segfaults. #2313
Comments
Very helpful. Thank you @xi2. |
@xi2 what commands did you run to build and run the benchmark? |
@Praetonus did you see this? |
@SeanTAllen, to build I just ran
As well as the system info I gave earlier, I can say that I am using a debian "Jessie" system (not the current stable, but the one before). LLVM 3.9.1 was built from source with the following build commands
If you cannot reproduce and would like me to try anything else (e.g. different LLVM build options), please ask. |
I should also say that running |
I'm on OSX, El Capitan. I get:
which is... interesting. |
Duh, I forgot to take the size of the types into account when replacing |
This fixes an oversight from dbd777a where allocation sizes weren't adapted when replacing `new` with `ponyint_pool_alloc_size`. Closes ponylang#2313.
Hi. Just trying out Pony and I noticed that on my machine one of the benchmarks segfaults.
Git bisect tells me that dbd777a introduced this.
My system:
Hope this is helpful.
The text was updated successfully, but these errors were encountered: