Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81325 --- shadow/81325 2007-04-20 19:48:35.000000000 -0400 +++ shadow/81325.tmp.30689 2007-04-20 20:08:09.000000000 -0400 @@ -50,6 +50,22 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-04-20 19:48 ------- Created an attachment (id=19105) my personal libgc patch + +------- Additional Comments From [EMAIL PROTECTED] 2007-04-20 20:08 ------- +The above patch backports Solaris/amd64 support from the Boehm GC +6.8. It is NOT intended to be included in SVN. + +It adds a configuration section for Solaris/amd64 in gcconfig.h. + +It fixes a segfault by removing GC_pthread_detach (from +gc_pthread_redirects.h/solaris_pthreads.c), which was not present in +the latest versions. + +Some changes to the stack limit discovery algorithms in os_dep.c +backported from CVS. + +An ugly hack to completely suppress the stack size limit warning in +solaris_threads.c. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
