On Wed, Feb 26, 2014 at 10:16:01PM -0300, Leonardo Rame wrote: > Hi, I'm playing with OpenBsd 5.4 amd64 (with XFCE4) and found it has > an fpc 2.6.2 package, so I tried compiling Lazarus trunk. > > -- >8 -- > > 4) When I've tried to run ./lazarus, I got this: > > (lazarus:14292): GLib-GObject-CRITICAL **: g_object_unref: assertion > `G_IS_OBJECT (object)' failed [FORMS.PP] ExceptionOccurred > Sender=EAccessViolation Exception=Access violation Stack trace: > $000000020D8F7A4A TApplication.HandleException Access violation Stack > trace: $000000020D8F7A4A [FORMS.PP] ExceptionOccurred
If you run ./lazarus --g-fatal-warnings, it will halt on a GTK warning, so you can get a backtrace under gdb. Henry -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
