|
Revision 557, 0.8 KB
(checked in by pennmush, 2 years ago)
|
|
PennMUSH 1.8.2p0 release candidate.
|
| Line | |
|---|
| 1 | Bugs that aren't our fault, but might bite people: |
|---|
| 2 | |
|---|
| 3 | Modern: |
|---|
| 4 | |
|---|
| 5 | * You might experience crashes because the default executable stack |
|---|
| 6 | size is too small. An 8 megabyte stack is more than ample. On unix, it |
|---|
| 7 | can be raised with 'ulimit -s 8192'. On Windows, you must use the editbin |
|---|
| 8 | progam that comes with MS development environments to raise the stack on a |
|---|
| 9 | per-executable basis, via 'editbin /STACK:8388608 netmush.exe' |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | Ancient: |
|---|
| 13 | * Ralph Melton reports that compiling with gcc 2.5.8 under SunOS 4.1.1 |
|---|
| 14 | using -O optimization and forking dumps causes the dump process to |
|---|
| 15 | crash. Removing -O fixes the problem; so might using a more recent gcc. |
|---|
| 16 | * Javelin has confirmed that compiling with gcc 2.7.2.3 under Linux 2.2.16 |
|---|
| 17 | using -O optimization causes ansi(rh,a) to crash. Removing -O fixes |
|---|
| 18 | the problem; so might using a more recent gcc |
|---|