-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
segfault on trying to allocate too much memory #146
Comments
* 'master' of github.com:JuliaLang/julia: fixing issue #144, handling None better fixing issue #137 disable rint, nearbyint, and lrint call lround iround in a previous commit I added trunc, floor, and ceil for integers a DGC tweak, and making temp vars local in timing macros removing color profile tags from images so firefox doesn't mess up the colors fixing issue #146, out of memory error fixing regression in reinterpret() how the hell did i delete the makefile in my previous commit? new web terminal design important fix to the message latency fix. the timing is now done in a separate thread so messages can't be delayed by compute tasks. Actually fixed permute (for Tensors n>2 dimensions), and fixed ipermute (which uses permute) limiting memory/cpu usage and number of active sessions for robustness Improved the tensor.j find command, fixed the permute function. Ipermute still needs to be fixed no longer crashes if thread creation fails better handling of expired sessions server no longer crashes when users call exit()
Actually, I still get a segfault:
|
Some kernels might handle this differently, raising SEGV instead of returning NULL from malloc. Can you see if the segfault happens inside malloc? |
Here's what I get in gdb:
So it actually looks like |
Oh wow, segv on access. It doesn't seem like there's anything we could do about this. Except add a release note. |
Yeah, agreed. It's very bad behavior on the part of OS X. |
Add compatibillity for argument changes to remotecall functions
WIP: Add fit statistics functions and document existing ones
* work around problem with finding stdlib files
rand(1000,1000,1000)
Segmentation fault
The text was updated successfully, but these errors were encountered: