SEGV

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

SEGV

Post by broucaries »

User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: SEGV

Post by magick »

Unfortunately, we cannot reproduce the problem. We're running on Fedora 20. We pan the image and then exit. The display program exits gracefully.

The crash, under Debian, occurs when the display program exits. The display program destroys any resources it consumes @ magick/xwindow.c/DestroyXResources()/235 before it exits. The actual crash is in the X11 library, XFreeCursor @ ../../src/FreeCurs.c:38. This triggers a signal which the display program intercepts and then exits. Its possible display is corrupting memory-- if so we can't reproduce it. The valgrind program does not alert us to any memory issues.

The gdb utility returns "exited normally" as expected.
Post Reply