[Mono-bugs] [Bug 590967] application freeze during AppDomain.Unload

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Apr 9 04:18:12 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=590967

http://bugzilla.novell.com/show_bug.cgi?id=590967#c13


--- Comment #13 from Armando Basile <hmandevteam at gmail.com> 2010-04-09 08:18:11 UTC ---
i tryed to build mono with a spec file with only one patch 
********************************************************************
 Mono_Posix_Syscall_syslog (int priority, const char* message)
 {
-    syslog (priority, message);
+    syslog (priority, "%s", message);
     return 0;
 }
********************************************************************

and using 
autoreconf -fi

and after build and installation bug is always there. Instead, compiling with
standard configure command from console ($ ./configure --prefix=/usr && make)
bug there isn't.

Could be "autoreconf -fi" use ?
this is spec file that i used (i commented all %patch.. except format-strings)
http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/mono/current/SPECS/mono.spec?view=co

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list