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

Zoltan Varga vargaz at gmail.com
Thu Aug 31 06:24:34 EDT 2006


                         Hi,

  The first two modifications look ok, and are now in SVN. I'm not sure why the
third is needed tough.

               Zoltan

On 8/29/06, briaeros007 <briaeros007 at gmail.com> wrote:
> Hello,
> I'm sorry to double post this message, but I just find out that my first
> post doesn't have a subject !
> I'm really sorry if you have already seen the first message.
>
>
> In my work, i have to use mono with a specific thread library which
> permits us to see some race conditions when we use mono as a library
>  in a threaded environnement . Mono with the use of this  library show
>  some race conditions that i've tried to fixed. In the patch we can see
>  four 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 : theses errors are also in the new release of mono 1.1.17.
> The patch work on this version too, even if there are a "fuzz"
>  without any consequences.
>
> -------------------------------------------------------------------
> Subete ga wakatta toki…watashi ga anta wo korosu.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>
>



More information about the Mono-devel-list mailing list