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

Slava Petrenko slava at z.org.ua
Fri Feb 24 04:28:01 EST 2006


Peter Dennis Bartok пишет:
> Can you give a little more detail. How does it fail? Do you have a 
> stacktrace or error codes?
>   
nothing else, just page with "Internal server error"....

if I do:

try
{
    Bitmap bmp = new Bitmap(1,1);
{
catch( Exception e )
{
   .......
}

no exception is thrown, "Internal server error", that's all :-(

I'm still looking for a way to get error messages or a stack trace or
something that helps to determine the problem source.

any suggestion?

> Cheers,
>   Peter
>
> -----Original Message-----
> From: "Slava Petrenko" <slava at z.org.ua>
> To: <mono-devel-list at lists.ximian.com>
> Date: Thursday, 23 February, 2006 08:07
> Subject: [Mono-dev] apache + mod_mono + libgdiplus = strange behaviour (was: 
> libgdiplus bug?)
>
>
>   
>> 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 - 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
>>
>>
>>     
>
>   




More information about the Mono-devel-list mailing list