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

Jonathan Gilbert 2a5gjx302 at sneakemail.com
Sat Feb 25 15:18:11 EST 2006


At 02:21 PM 24/02/2006 -0500, Gonzalo Paniagua Javier wrote:
>On Fri, 2006-02-24 at 11:28 +0200, Slava Petrenko wrote:
[snip]
>> 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.

But if it is working otherwise, then the only library which would fail to
be found would be libgdiplus, and that is accessed dynamically at runtime
through P/Invoke. It is not required for the binary to start running, and
P/Invoke failing to find a library *does* throw an exception...

Jonathan Gilbert



More information about the Mono-devel-list mailing list