MATLAB: Does MATLAB crash with jogl_desktop.dll in the crash dump

jogl_desktopjogl_desktopdllMATLAB

MATLAB is crashing in a number of different situations (opening Simulink model, using imagesc() function, etc) with jogl_desktop.dll in the stack trace section of the crash dump. How can I avoid this issue?
An example crash dump is as follows:
Stack Trace (captured):
[ 22] 0x000007feed53518a [unknown function] at C:\Windows\system32\OPENGL32.dll+151946 (no debugging symbols found)
[ 23] 0x000007feed535604 [unknown function] at C:\Windows\system32\OPENGL32.dll+153092 (no debugging symbols found)
[ 24] 0x0000000078da396e [unknown function] at \\mathworks\devel\bat\archive\R2016a\Prerelease\perfect\matlab\bin\win64\jogl_desktop.dll+342382 (no debugging symbols found)
[ 26] 0x00000000fffffffe [unknown function] at \\mathworks\devel\bat\archive\R2016a\Prerelease\perfect\matlab\bin\win64\libmwi18n.dll+1048574

Best Answer

Several users have reported this issue, and they were able to resolve it by updating their graphics card drivers.
If updating your graphics drivers does not help to prevent additional crashes, please contact Technical Support:
Related Question