These values are declared in the library (alef/lib/386/run.h) source code: /* Runtime data structures */
enum
{
Ptab = 0x7fff5000, /* Private stack */
Execstk = 0x7f001000, /* Exec stack linkage area */
};
The runtime fails:
8.sieve 6302: suicide: sys: trap: fault write addr=0x7fff5000 pc=0x00001c2d
so I presume that new values and hopefully not major surgery, are
called for. Can anyone help? Also, are there analogous values in the
other platforms (power, sparc, mips) that require attention?
++L
