[Mono-list] Domain.c

Jochen Wezel (CompuMaster GmbH) jwezel@compumaster.de
Mon, 3 Jan 2005 19:05:56 +0100


Domain.c raises exceptions; any ideas?
This is nightly build from 2005-01-03, I use RedHat 9.

[root@lwezel tmp]# mono test.exe

** ERROR **: file domain.c: line 594 (mono_init_internal): assertion
failed: (mono_defaults.runtimesecurityframe_class !=3D 0)
aborting...
Abgebrochen
[root@lwezel tmp]#



When compiling with mbas, same error message :(


[root@lwezel tmp]# mbas test2.vb

** ERROR **: file domain.c: line 594 (mono_init_internal): assertion
failed: (mono_defaults.runtimesecurityframe_class !=3D 0)
aborting...
Abgebrochen
[root@lwezel tmp]# cat test2.vb
module test
public sub Main ()
console.writeline ("kjdfd")
end sub
end module
[root@lwezel tmp]# mbas test2.vb

** ERROR **: file domain.c: line 594 (mono_init_internal): assertion
failed: (mono_defaults.runtimesecurityframe_class !=3D 0)
aborting...
Abgebrochen
[root@lwezel tmp]#



Thanks and Regards
Jochen