https://bugs.kde.org/show_bug.cgi?id=385324
--- Comment #7 from Markus <m4rkus...@web.de> --- http://docs.nvidia.com/deploy/xid-errors/index.html#topic_2 XID 31: Fifo: MMU Error This event is logged when a fault is reported by the MMU, such as when an illegal address access is made by an applicable unit on the chip Typically these are application-level bugs, but can also be driver bugs or hardware bugs. When this event is logged, NVIDIA recommends the following: * Run the application in cuda-gdb or cuda-memcheck , or * Run the application with CUDA_DEVICE_WAITS_ON_EXCEPTION=1 and then attach later with cuda-gdb, or * File a bug if the previous two come back inconclusive to eliminate potential NVIDIA driver or hardware bug. Note: The cuda-memcheck tool instruments the running application and reports which line of code performed the illegal read. -- You are receiving this mail because: You are watching all bug changes.