Ticket #49 (new defect)

Opened 2 months ago

Last modified 3 weeks ago

GlibD segfaults when app is built without -no-export-dynamic

Reported by: fredmorcos Assigned to: JJR
Priority: major Milestone: Release 2.0
Component: gtkd - classes Version: TRUNK
Keywords: glib, shared lib, -no-export-dynamic Cc:

Description

I need to link my app with a shared library and use gtkD at the same time (thus can't use -no-export-dynamic when building). This results in random segfaults in glib. Adding a function call before Main.init runs the call correctly then segfaults (so the app basically works fine).

Any information requested will be provided immediately.

Change History

10/07/08 16:13:00 changed by Mike Wey

When build with -no-export-dynamic all calls to Gtk/Glib will segfault, i think this also causes the segfault with GtkD on OSX.

I haven't found the problem that is causing this yet.

11/13/08 06:45:05 changed by okibi

  • version changed from 1.0 to TRUNK.
  • milestone changed from Release 1.1 to Release 2.0.

11/13/08 06:45:28 changed by okibi

  • priority changed from critical to major.