[Mono-dev] Patch to avoid some race conditions on the mono runtime

briaeros007 briaeros007 at gmail.com
Tue Aug 22 03:47:30 EDT 2006


Hello,
In my work, i have to use mono with a specific thread library. Mono
with the use of this library show some race conditions that i've tried
to fixed.
In the patch we can see three modifications of the file mini.c.
The first two are modifications which avoid to put two times the same
fonction in a table.
The last modification (which corresponds to the two last modifications
on the patch) was done since we have plenty of bugs which aren't
reproductibles, but all theses bugs have this fonction as a common
point. In this way we have just extend the critical section. this
modifications permits to run our tests program without any scratch.

yours sincerely

Ps: the version of mono i used is the 1.1.16.1

-------------------------------------------------------------------
Subete ga wakatta toki…watashi ga anta wo korosu.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mono.diff
Type: text/x-diff
Size: 1659 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060822/1dcae88f/attachment.bin 


More information about the Mono-devel-list mailing list