Il giorno Mon, 09 Nov 2009 03:24:04 -0500
Braden McDaniel <bra...@endoframe.com> ha scritto:

> Clearly the "<Address ... out of bounds>" looks fishy; but I'm just
> not seeing what could be a problem there; and I'm wondering if gdb
> isn't just messing with me.  The call site for
> openvrml_xembed_browser_new looks like this:
> 
>         OpenvrmlXembedBrowser * const browser =
>             OPENVRML_XEMBED_BROWSER(
>                 g_object_new(OPENVRML_XEMBED_TYPE_BROWSER,
>                              "control-host-proxy", host_proxy,
>                              "control-host-name", host_name,
>                              "dbus-thread-context",
> dbus_thread_context, "expect-initial-stream", expect_initial_stream,
>                              0));

Change 0 to NULL: on 64 bit platforms 0 != NULL, hence the property list
is not terminated.

Ciao.
-- 
Nicola
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to