https://bugs.documentfoundation.org/show_bug.cgi?id=100883

            Bug ID: 100883
           Summary: SEH exceptions & CL kernel crashes ...
           Product: LibreOffice
           Version: 5.3.0.0.alpha0+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

Amazingly on Windows adding a *((int *)42) = 42; into the OpenCL code paths to
test crash recovery - results in the CL driver passing the test - but not on
master/4.3.

This is due to the SEH exception handling throwing an exception there, which is
caught; we fall-back to traditional calculation - and "life is good" ;-)
unfortunately this mis-tags a failing CL kernel as a passing one.

Need a way to count such failures in the shared opencl/ module.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to