[Mono-dev] [PATCH] Add mixed-mode assembly support on Windows (now build with cygwin as well)

Zoltan Varga vargaz at gmail.com
Sat May 3 10:00:42 EDT 2008


>  I have tracked down the issue. The problem is that
> "load_aot_module_from_cache" calls that calls "mono_dl_open" that calls
> "LoadLibrary" with just a file name without a full path. This will result in
> MS.NET assemblies being loaded when MS.NET is in PATH. I don't know how
> load_aot_module_from_cache is supposed to work but I think this is a bug in
> load_aot_module_from_cache.
>

Hi,

load_aot_module_from_cache is only called if the (unsupported) MONO_AOT_CACHE
env var is set. Also, it calls mono_dl_open () using a full path.

          Zoltan


More information about the Mono-devel-list mailing list