Search found 1 match
- 2018-10-17T02:09:12-07:00
- Forum: Bugs
- Topic: AddOpenCLEvent in magick/cache.c causes Emacs to crash
- Replies: 0
- Views: 15252
AddOpenCLEvent in magick/cache.c causes Emacs to crash
When I try to open any image in GNU Emacs, the process crashes. I ran under gdb and discovered that it is a problem with libmagick. This is the line that causes the crash emacs: magick/cache.c:306: AddOpenCLEvent: Assertion `cache_info->opencl != (OpenCLCacheInfo *) NULL' failed. A full backtrace ...