28 Jan
2002
28 Jan
'02
3:08 p.m.
At 28.01.2002 12:58 -0200, Leonardo Rochael Almeida wrote:
On Mon, 2002-01-28 at 12:29, stefan holek wrote:
At 28.01.2002 13:55 +0000, Chris Withers wrote:
1. What does Error Code 6 mean?
#define ENXIO 6 /* No such device or address */
Actually, it means the Zope process exited because of a signal, and the signal was 6, meaning SIGABRT or SIGABORT (check "kill -l" on your nearest unix prompt). However, I have no idea what could cause a SIGABORT.
oops ;-)