CL-LLVM icon indicating copy to clipboard operation
CL-LLVM copied to clipboard

DISPOSE-MODULE causes SIGBUS

Open sellout opened this issue 14 years ago • 3 comments

LLVMDisposeModule is causing a SIGBUS whenever it is called. The workaround is to just let modules leak for now, but this will have to be sorted out.

sellout avatar Aug 28 '10 11:08 sellout

Fixed in f23782a88e84f392148f50ca4ca045773e0b1ddc.

sellout avatar Nov 19 '10 17:11 sellout

Nevermind, this seems to be happening again. Restored the workaround in 2a000f2fba13eabd70c3b112f198768d5102b71b.

sellout avatar Nov 20 '10 00:11 sellout

This doesn't seem to happen anymore; pull request 14 includes a restoration of the dispose call.

Ralith avatar Apr 02 '12 18:04 Ralith