Re: dlopen after dlclose crash

2014-08-19 Thread Philip Guenther
On Mon, Aug 18, 2014 at 7:33 AM, Henri Kemppainen ducl...@guu.fi wrote: Hi, I encountered this problem while trying an application that uses SDL2. It turns out that SDL2 opens, closes, and reopens some shared objects from the X11 sets. And doing that in the specific order it does, one of the

dlopen after dlclose crash

2014-08-18 Thread Henri Kemppainen
Hi, I encountered this problem while trying an application that uses SDL2. It turns out that SDL2 opens, closes, and reopens some shared objects from the X11 sets. And doing that in the specific order it does, one of the eventual dlopen calls will crash. Here's a minimal test case: $ ls -ctlah