1.1.{2,3} release [Was: Re: Bug#519883: please upgrade to allow users to use spacebar]

Mike Hommey mh at glandium.org
Tue Mar 17 06:21:49 UTC 2009


On Mon, Mar 16, 2009 at 11:30:28PM +0000, Alp Toker wrote:
> 2009/3/16 Mike Hommey <mh at glandium.org>:
> > On Mon, Mar 16, 2009 at 09:40:49PM +0100, Mike Hommey wrote:
> >> > Please also take a look at bug #519924 about missing symbols in the
> >> > symbols file:
> >> > - ctiTrampoline at Base 1.1.1
> >> > - ctiVMThrowTrampoline at Base 1.1.1
> >> >
> >> > If these symbols are not in the API it would be safer not to export them,
> >> > especially considering they are apparently appearing depending on the arch.
> >> >
> >> > If you need help with symbols handling, drop me a line ;)
> >>
> >> I took a quick look at the issue, and it appears these symbols are
> >> related to the JIT javascript engine. They shouldn't actually be
> >> exported, IMHO, as they are implementation detail and not API.
> >> I think the attached patch may work, though I haven't tested.
> >
> > It appears it doesn't work.
> >
> 
> Hi Mike,
> 
> Although these symbols aren't used within the statically compiled
> JavaScriptCore/WebKit, they're invoked by the JIT generated machine
> code so we do need to export them.

I'm pretty sure hiding these symbols in some way should work equally
well.

Mike



More information about the Pkg-webkit-maintainers mailing list