Why are these ops causing a segfault?

unsafe_pointer_to_objref( Ptr{UInt32}(1000) )


unsafe_load( Ptr{UInt32}(1000) )

The only reason I am using a pointer is because of a C function call. 

When I try to write a test using only Julia, it fails.  The load is what I 
narrowed it down to.

Reply via email to