Re: [jchevm] Cygwin issues

2006-02-23 Thread snowdosker
Hello Enrico, I built JCHEVM with enabling assertions and merged latest Archie's fixes. And now working on assertion jc: assertion failure: _r == 0 jc: location: file `thread.c' line 1023 This assertion is the reason for simple thread test crash after few itterations Do you have any ideas how

Re: [jchevm] Cygwin issues

2006-02-20 Thread Enrico Migliore
snowdosker wrote: Hello, Enrico 2) in order to proceed, let's "align" our development environment in terms of source code modifications. In fact, to build jchevm, just like you, I had to add some declarations in some header files, and modify the pread() call into a read(). My proposal is t

Re: [jchevm] Cygwin issues

2006-02-20 Thread snowdosker
Hello, Enrico 2) in order to proceed, let's "align" our development environment in terms of source code modifications. In fact, to build jchevm, just like you, I had to add some declarations in some header files, and modify the pread() call into a read(). My proposal is the following: let's in

Re: [jchevm] Cygwin issues

2006-02-20 Thread Archie Cobbs
Enrico Migliore wrote: > Archie Cobbs wrote: > Today I've made changes to eliminate the requirement that _JC_FULL_ALIGNMENT > be at most sizeof(_jc_word), so this will fix the assertion in heap.c. hope that doesn't sacrifice any of the features of jchevm Nope.. it's all gain and no pain :

[jchevm] Cygwin issues

2006-02-20 Thread Enrico Migliore
Hi Archie and Ivan, > Archie Cobbs wrote: > Today I've made changes to eliminate the requirement that _JC_FULL_ALIGNMENT > be at most sizeof(_jc_word), so this will fix the assertion in heap.c. hope that doesn't sacrifice any of the features of jchevm > As for the failure to exit properly, th