Trying the code in this answer, in particular the RegionIntersection part, I get, on v10.4.1 under windows, a
Throw::sysexc: Uncaught SystemException returned to top level. Can be caught with Catch[\[Ellipsis], _SystemException]
Out[] = SystemException["MemoryAllocationFailure"]
In particular, this error is given evaluating the following simple code (WARNING: this may hang your system for a while):
DiscretizeRegion@RegionIntersection[
Sphere[{0, 0, 0}, 1],
Sphere[{1, 0, 0}, .5]
]
Can someone replicate this (thus making it most probably a bug of the last versions of MMA), or is it just me?


DiscretizeRegion@ RegionIntersection[Sphere[{0, 0, 0}, 1], Sphere[{1, 0, 0}, 1/2]]– Feyre Sep 04 '16 at 16:07Uncaught SystemException returned to top level. Can be caught with Catch[\[Ellipsis], _SystemException].. Not using floats works. – anderstood Sep 04 '16 at 16:0810.4, so I guess it's fixed in11. – Feyre Sep 04 '16 at 16:10