Menu

#2 Segfault in Renderscript Runtime

0.8.0
closed
None
2017-01-01
2013-07-23
No

Renderscript runtime segfaults after copying data and using that data in subsequent kernels, e.g.

img1 = img2;
kernel.execute(); // kernel reads or writes to img1

the same memory assignment work perfectly and passes in tests/memory_assignment when no kernel is executed afterwards. Most likely a bug in Renderscript runtime ...

Discussion

  • Richard Membarth

    This was actually no bug in the Renderscript runtime, but triggered by out-of-bounds memory accesses in a previous kernel launch.

     
  • Richard Membarth

    • status: open --> closed
    • assigned_to: Richard Membarth
     

Log in to post a comment.

MongoDB Logo MongoDB