launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #07517
Re: ec2 seems horked (html5browser not importable)
On Tue, 2011-07-05 at 09:18 +1000, Ian Booth wrote:
>
> Ah sorry. The seg fault happens when I run the yui tests inside a 32
> bit
> LXC container on a 64 bit OS. I misremembered the exact setup which
> causes the issue.
Does the LXC use the 64bit libs? html5browser is using a heuristic rule
to decide if the calls must be in a subprocess:
if arch == '64bit' and dist in ('natty', 'oneiric'):
I can image this will fail in the container if the libwebkitgtk-*.so is
actually the 64bit one.
BTW. why a 32bit LXC? Wouldn't a 64bit lucid be more like the production
env?
--
__C U R T I S C. H O V E Y___________
No matter where you go...there you are.
Follow ups
References