Changes between Version 32 and Version 33 of dev-lang/mono/2.x/1
- Timestamp:
- 08/04/08 08:54:03 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/mono/2.x/1
v32 v33 188 188 }}} 189 189 190 Bootstrapping aborts without further information while executing mcs. However running a Hello World assembly using monolite works: 191 {{{ 192 MONO_PATH=/path/to/mcs/class/lib/monolite:$MONO_PATH path/to/mono/mono/mini/mono hello.exe 193 }}} 194 {{{ 195 Hello World. 196 * Assertion at /path/to/mono/mono/io-layer/handles-private.h:149, condition `thr_ret == 0' not met 197 Abort 198 Stacktrace: 199 200 Abort 201 }}} 202 So JIT'ing (incl. trampolines) already works! (Same assertion failure when trying to reproduce the mcs execution happening as part of bootstrapping with monolite.) 203 190 204 [http://repo.or.cz/w/mono/afaerber.git?a=shortlog;h=refs/heads/haiku Git branch]
