On Sun, Jul 24, 2016 at 5:22 PM, 'Bill Hart' via julia-users
<[email protected]> wrote:
> I built the dlls we make use of in our Nemo package a slightly odd way, but
> everything worked, all tests passed.
>
> I decided not to be lazy and built the dlls the correct way, and all of a
> sudden I get a ReadOnlyMemoryError() whilst running our test code.
>
> This is with either Julia 0.4.0 or 0.4.6 on Windows 64.
>
> depends22 shows no problems with the dlls and that they don't depend on the
> msys dll. I'm quite sure I've built them correctly.
>
> Julia seems to think the dlls are valid, I just get that error.
>
> Does anyone have any insight into what this error is and what is causing it?

The error means there's some memory error. It's impossible to tell
what's causing it without more detail.

>
> Bill.

Reply via email to