« samba issues -- continued | Main | Psi on Windows »
August 13, 2005
Strata, Diablo...
For the signal handling issue, I'm going to rewritten the function intercept_signal in strata/src/posix/signal.c so that Strata will not stratify itself and crashes.
For the ammp issue, the size of main function is one byte less than the multiple of 16 bytes, and the linker will insert a NOP to align it. However Diablo assumes that byte is data and doesn't do the tagging. That's why the program crashes.
This really is a problem, 'coz alignment may occur often.
Posted by Roy at August 13, 2005 12:49 AM