Comment 5 for bug 539008

Revision history for this message
In , Spouliot-novell (spouliot-novell) wrote :

Created an attachment (id=335582)
opensuse 11.2 (x86_64) using mono/libgdiplus 2.0.1

I made two change to your sample. First the background is white (instead of transparent, since it's easier with eog) and I also added a version string in the filename (to avoid mistakes between executions).

[mono] ~/src/bugzilla @ gmcs 569011.cs -pkg:dotnet
[mono] ~/src/bugzilla @ mono --version
Mono JIT compiler version 2.0.1 (/branches/mono-2-0/mono r149209)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
 TLS: __thread
 GC: Included Boehm (with typed GC)
 SIGSEGV: altstack
 Notifications: epoll
 Architecture: amd64
 Disabled: none
[mono] ~/src/bugzilla @ mono 569011.exe 2.0.1
[mono] ~/src/bugzilla @ ego 569011-mono-2.0.1.png

From strace I made sure I was loading the 2.0.1 libgdiplus (not my distro one)
open("/opt/mono/lib/libgdiplus.so", O_RDONLY) = 3