On Mon, 28 Mar 2016 20:09:05 +0200, Mike Wey wrote:

On 03/28/2016 04:04 PM, Emily wrote:

On Sun, 27 Mar 2016 23:29:44 +0200, Mike Wey wrote:

Got a little further with this.

The segfault only happens when the shared library version of GtkD is
used and the application is build with -inline.

In my makefile i don't use -inline option, however i use the shared library.

Line 16 of the Make file ;) :

release: DFLAGS += -gc -release -inline -noboundscheck

Removing "-inline", i no longer get a segfault.

You are right i didnt see it :)