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

2002-01-28 Thread stefan holek

At 28.01.2002 13:55 +, Chris Withers wrote:

1. What does Error Code 6 mean?

#define ENXIO6  /* No such device or address */

2. How can I find out what these error codes eman in general?

Look into /usr/include/asm/errno.h

3. How can I fix this problem?

Make the device or address available ;-)

Cheers,
Stefan


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



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

2002-01-28 Thread stefan holek

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 +, Chris Withers wrote:
 
  1. What does Error Code 6 mean?
 
  #define ENXIO6  /* 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 ;-)


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )