https://bugzilla.novell.com/show_bug.cgi?id=432408
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=432408#c1 --- Comment #1 from Robert Jordan <[EMAIL PROTECTED]> 2008-10-05 11:07:43 MDT --- Another trace: using System; using System.Drawing; class Program { static void Main () { Graphics.FromHwnd (IntPtr.Zero); } } gmcs test.cs MONO_LOG_LEVEL=debug MONO_LOG_MASK=dll mono test.exe .. Mono-INFO: Probing '[EMAIL PROTECTED]'. Mono-INFO: Probing '[EMAIL PROTECTED]'. Mono-INFO: Probing '[EMAIL PROTECTED]'. Mono-INFO: DllImport attempting to load: 'libX11'. Mono-INFO: DllImport loading location: 'libX11.dll'. It hangs after the last line. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
