Do you happen to have a minimal reproducible example?
On Tuesday, June 7, 2016 at 6:23:05 PM UTC+2, Scott Jones wrote: > > I've been trying to help @ChrisRackaukus (of DifferentialEquations.jl > fame!) out with a nasty bug he's been running into. > He is using `BigFloat`s, and keeps getting numbers that, when printed, > cause an MPFR assertion failure. > When I looked at these corrupted `BigFloat`s, I found the following > strings (they always started off corrupted at the location of the pointer + > 8) > > *"##po#9620\0lia_copy_3024\0"* > > *"julia_annotations_3495\0\0"* > > > This corruption occurred both running on 64-bit Windows, and on Linux > (Centos), on Julia v0.4.5. > > > Thanks in advance for any clues as to what is causing this corruption! > > >
