On Thu, 24 Mar 2016 23:39:11 +0100, Mike Wey wrote:

On 03/24/2016 11:24 PM, Emily wrote:

I confirm you are right, i tested with a small program the first snippet in the 32bit Kubuntu and i haven't got the SegFault, i'm trying to imagine what should be the trouble, maybe in the multithreading i made.

All the calls to GtkD / GTK should be coming from the same thread.

Indeed i created an Engine in guiThread to accept commands for Gtk manipulation from other threads, so its only guiThread that makes calls except for the construction of View class, made before guiThread spawn, that is made by the ownerTid (Main thread)