Quartz Builder 1.5

CVDisplayLink crash QuartzBuilder app

pyramus's picture

Every now and then my QB app just crashes. Completely out of the blue – often only after several hours, but sometimes after a couple of minutes. The app takes photos and has a basic "screensaver-mode": fetching pictures from a folder and serving them as a slideshow.

Here's part of the crash report:

Code Type:       X86-64 (Native)
Parent Process:  launchd [115]
 
Date/Time:       2013-06-24 22:45:05.223 +0200
OS Version:      Mac OS X 10.7.5 (11G63)
Report Version:  9
 
Anonymous UUID:                      942BDC40-13F3-4727-BFA7-20FA8BA3F567
 
Crashed Thread:  6  CVDisplayLink
 
Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
 
Application Specific Information:
objc[168]: garbage collection is OFF
abort() called
 
Application Specific Signatures:
Graphics kernel error: 0x00000003

As you can see, the report mentions the CVDisplayLink thread to have crashed but I have no clue what could really be going on that repeatedly triggers this error. I'm using Quartz Builder 1.5

Anyone?