Thank you both for your responses, that's exactly the issue. The merged pull request fixes it, as expected.
Chris On Monday, February 9, 2015 at 7:40:58 PM UTC-5, tshort wrote: > > I've gotten the same error. Here's a proposed fix: > > https://github.com/JuliaLang/Sundials.jl/pull/42 > On Feb 9, 2015 6:50 PM, "Kirill Ignatiev" <[email protected] > <javascript:>> wrote: > >> On Monday, 9 February 2015 10:49:45 UTC-5, Chris wrote: >>> >>> Additionally, I just tried running my code on my Linux VM, and it works >>> fine there as well, so for me this is Windows-specific. >>> >> >> That sounds like memory corruption, could be a mismatch between some >> types, like Int/Int32/Cint/Clong, because IIRC those can be different on >> Windows. Perhaps file this issue with Sundials.jl on github? >> >>
