[Zope-dev] Python 2.1.2 causes Error code 6?

stefan holek stefan@xdv.org
Mon, 28 Jan 2002 16:08:50 +0100


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 ;-)