[ubuntu-mono] [Bug 619981] Re: mono apps crash on omap4 due to no smp support for armel
Loïc Minier
lool at dooz.org
Mon Mar 28 15:49:51 UTC 2011
On Mon, Mar 28, 2011, Michael Casadevall wrote:
> --- mono/mini/driver.c 2010-06-06 17:45:35 +0000
> +++ mono/mini/driver.c 2011-03-25 05:33:36 +0000
> @@ -1291,8 +1291,20 @@
> setlocale (LC_ALL, "");
>
> #if HAVE_SCHED_SETAFFINITY
> +
> +/**
> + * FIXME: The Mono JIT (mini) is non-SMP safe on ARM currently.
> + * Force us to be non-SMP unless a we have MONO_FORCE_SMP
> + * environmental variable set (to allow us to continue to
> + * debugging efforts
> + **/
> +#if defined(__ARM_EABI__)
> + if (!getenv ("MONO_FORCE_SMP")) {
> +#else
> if (getenv ("MONO_NO_SMP")) {
> +#endif // __ARM_EABI__
> unsigned long proc_mask = 1;
> +
I didn't find the closing braces for the above new if () { constructs?
--
Loïc Minier
--
You received this bug notification because you are a member of Ubuntu
CLI/Mono Uploaders, which is subscribed to mono in Ubuntu.
https://bugs.launchpad.net/bugs/619981
Title:
mono apps crash on omap4 due to no smp support for armel
Status in “mono” package in Ubuntu:
Fix Released
Status in “mono” source package in Maverick:
Confirmed
Status in “mono” source package in Natty:
Fix Released
Bug description:
Binary package hint: banshee
Image: Alpha 3 + current banshee from universe.
Launched banshee, then accessed gnome filemanager to copy music files
from external usb drive to ~/Music.
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: banshee 1.7.3-2ubuntu2
Uname: Linux 2.6.34-902-omap4 armv7l
Architecture: armel
Date: Wed Aug 18 17:55:55 2010
ProcEnviron:
SHELL=/bin/bash
LANG=en_GB.utf8
SourcePackage: banshee
More information about the Ubuntu-mono
mailing list