Changes between Version 39 and Version 40 of dev-lang/mono/2.x/1
- Timestamp:
- 08/05/08 16:14:58 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/mono/2.x/1
v39 v40 230 230 However running a Hello World assembly using monolite works: 231 231 {{{ 232 > MONO_PATH=/path/to/mcs/class/lib/monolite path/to/mono/mono/mini/mono hello.exe 232 > MONO_PATH=/path/to/mcs/class/lib/monolite \ 233 MONO_CFG_DIR=path/to/mono/runtime/etc \ 234 MONO_SHARED_DIR=path/to/mono/runtime \ 235 path/to/mono/mono/mini/mono --config path/to/mono/runtime/etc/mono/config hello.exe 233 236 Hello World. 234 237 * Assertion at /path/to/mono/mono/io-layer/handles-private.h:149, condition `thr_ret == 0' not met … … 239 242 }}} 240 243 So JIT'ing (incl. trampolines) already works! (Same assertion failure when running mcs without arguments.) 244 245 == Test status == 246 247 After copying over *.dll and *.exe after `make rcheck` in {{{mini}}} on another machine, running `./mono --regression basic.exe` (set up to use monolite, cf. above) succeeds all tests, but once again shows the assertion failure. 248
