Changes between Version 33 and Version 34 of dev-lang/mono/2.x/1
- Timestamp:
- 08/04/08 08:58:29 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/mono/2.x/1
v33 v34 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 {{{ 190 Bootstrapping aborts without further information while executing mcs: 191 {{{ 192 Abort 193 Stacktrace: 194 195 Abort 196 }}} 197 However running a Hello World assembly using monolite works: 198 {{{ 199 > MONO_PATH=/path/to/mcs/class/lib/monolite path/to/mono/mono/mini/mono hello.exe 195 200 Hello World. 196 201 * Assertion at /path/to/mono/mono/io-layer/handles-private.h:149, condition `thr_ret == 0' not met … … 200 205 Abort 201 206 }}} 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.)207 So JIT'ing (incl. trampolines) already works! (Same assertion failure when running mcs without arguments.) 203 208 204 209 [http://repo.or.cz/w/mono/afaerber.git?a=shortlog;h=refs/heads/haiku Git branch]
