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

Gonzalo Paniagua Javier gonzalo at ximian.com
Fri Feb 24 14:21:52 EST 2006


On Fri, 2006-02-24 at 11:28 +0200, Slava Petrenko wrote:
> 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?

There's probably more information in the apache error_log file. My take
is that some library is not found with the configuration that the apache
user has.

-Gonzalo





More information about the Mono-devel-list mailing list