[Mono-dev] apache + mod_mono + libgdiplus = strange behaviour (was: libgdiplus bug?)

Bill Medland billmedland at mercuryspeed.com
Thu Feb 23 11:47:36 EST 2006


On February 23, 2006 07:00 am, Slava Petrenko wrote:
> Hi, all
>
> I ave such a problem: when I run my web app trough xsp only -
> everything goes ok, but when I run it with apache and mod_mono

(Maybe not relevant, but since I fell over it yesterday) Don't 
forget that if it is running under mod_mono and apache it will 
be running in a different environment (e.g. user apache and many 
environmental variables unset).  Under xsp it will be in the 
command line's environment.

> - often any call of System.Drawing's function makes mono
> process to fail. For example, ImageCodecInfo[] myEncoders =
> ImageCodecInfo.GetImageEncoders() or Bitmap bmp = new
> Bitmap(1,1)  makes mod_mono to  fail.
>
> What way can I debug mod_mono fails?
>
> I have SuSe 9.3 with all stuff compiled from sources.
>
>
>
> Slava.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list

-- 
Bill Medland
mailto:billmedland at mercuryspeed.com
http://webhome.idirect.com/~kbmed



More information about the Mono-devel-list mailing list