Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2006 21:35:27 -0400
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        freebsd-openoffice@FreeBSD.org
Cc:        releases@openoffice.org
Subject:   Re: OpenOffice.org 2.0.3rc5 package for FreeBSD/amd64
Message-ID:  <200606152135.31003.jkim@FreeBSD.org>
In-Reply-To: <200606142235.38781.jkim@FreeBSD.org>
References:  <20060614.063241.74744427.chat95@mac.com> <200606142235.38781.jkim@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 14 June 2006 10:35 pm, Jung-uk Kim wrote:
> On Tuesday 13 June 2006 05:32 pm, NAKATA Maho wrote:
> > still there are some critical issues, though.
> > o use KDE instead of GTK
>
> Source:	vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
>
> I think GTK_WIDGET_DRAWABLE() check is missing and
> gtk_widget_style_get() causes SIGSEGV at libglib-2.0.so when the
> widget is not drawable.  I was able to run it by adding more
> checks.
>
> > o XIM must be killed
>
> Source:	vcl/unx/source/app/i18n_ic.cxx
>
> XIMStatusCallbacks and XIMPreeditCallbacks cause SIGSEGV at
> libX11.so. I don't know how to fix it but you can work around it by
> skipping them.  XIM seems to work without them.
>
> I have no idea how they work on i386.  Anybody with more clues,
> please fix them.  I mean, correctly.

I found correct fixes and it was surprisingly simple bug.  I will post 
it when I am done testing.  But I am worried there are more of these 
buglets. :-(

Hint:	0 != (void *)0 on 64-bit platforms. ;-)

Jung-uk Kim



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606152135.31003.jkim>