Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183719 - dev-lang/mono-1.2.4 memory-warning for g_thread_init() late call
Summary: dev-lang/mono-1.2.4 memory-warning for g_thread_init() late call
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: dotnet project
URL: http://bugzilla.ximian.com/show_bug.c...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-30 09:57 UTC by Cosimo Cecchi
Modified: 2007-06-30 21:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to fix wrong gthread behavior (mono-gthread.patch,328 bytes, patch)
2007-06-30 09:58 UTC, Cosimo Cecchi
Details | Diff
ebuild including patch (mono-1.2.4.ebuild,3.58 KB, text/plain)
2007-06-30 09:59 UTC, Cosimo Cecchi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cosimo Cecchi 2007-06-30 09:57:50 UTC
Using Glib > 2.13, every mono application gives memory-warnings due to the new requirements of Glib, which will keep in 2.14, the next stable release that will be used from Gnome 2.20 i guess. Mono has already fixed this upstream in the SVN, and Debian also fixed this with a patch against current stable (1.2.4, the same we're using). I'll attach the patch, and a modified ebuild that uses it. It works great on my laptop.

Reproducible: Always

Steps to Reproduce:
1. Install Glib > 2.13 (i'm using Glib 2.13.6)
2. Start a mono applications, e.g. "mcs"
3.
Comment 1 Cosimo Cecchi 2007-06-30 09:58:37 UTC
Created attachment 123455 [details, diff]
patch to fix wrong gthread behavior
Comment 2 Cosimo Cecchi 2007-06-30 09:59:14 UTC
Created attachment 123456 [details]
ebuild including patch
Comment 3 Jurek Bartuszek (RETIRED) gentoo-dev 2007-06-30 21:59:44 UTC
AFAIK we don't have glib > 2.13 in portage yet, so there is no need of porting mono SVN changes into the tree in this particular case. Thanks for the report, but right now I'm going to close this bug. If new version of mono isn't released before new glib makes it to the tree, please feel free to reopen it.