Hi folks, whenever I try to "find objects" within a Zcatalog on Tru64 Unix (python 2.1.3 compiled from source), Zope crashes with the following error: zdaemon Process 10468 terminated by signal SIGFPE(8) This happens both using 2.6.0 and 2.6.1b1, when adding metadata "summary" which most objects do not have, and reindexing. I know this is a rather blurry description, but if there is a way I can get more info out of Zope I'd be more than happy to provide it. Cheers & thanks in advance, uwe -- Uwe Schuerkamp, Nionex GmbH Ein Unternehmen der Bertelsmann Arvato AG Uwe.Schuerkamp@nionex.net FON: +49 (0)5241 / 80 10 66, FAX: / 806 23 38 GnuPG KeyID: 5887047D Avenwedder Str. 55, 33311 Guetersloh GnuPG Fingerprint: 2E 13 20 22 9A 3F 63 7F 67 6F E9 B1 A8 36 A4 61
Uwe Schuerkamp writes:
Hi folks,
whenever I try to "find objects" within a Zcatalog on Tru64 Unix (python 2.1.3 compiled from source), Zope crashes with the following error:
zdaemon Process 10468 terminated by signal SIGFPE(8) This is a "Floating Point Exception", probably an underflow.
I remember that floating point exceptions (at least for underflow) can be controlled via a system call. Check your manual pages and see whether (1) I am right and (2) whether the system call is available in Python. Dieter
On Thu, Dec 19, 2002 at 12:28:03AM +0100, Dieter Maurer wrote:
Uwe Schuerkamp writes:
Hi folks,
whenever I try to "find objects" within a Zcatalog on Tru64 Unix (python 2.1.3 compiled from source), Zope crashes with the following error:
zdaemon Process 10468 terminated by signal SIGFPE(8) This is a "Floating Point Exception", probably an underflow.
I remember that floating point exceptions (at least for underflow) can be controlled via a system call. Check your manual pages and see whether (1) I am right and (2) whether the system call is available in Python.
Dieter
Hi Dieter, a bit of googling turned up the following URL: http://zope.nipltd.com/public/lists/dev-archive.nsf/b1b1e2c766c8f6c7802568c1... so it looks like there is indeed a problem with Python on that platform, although in my case it's based on DEC HW (Alpha platform). The problem seems to be specific to adding "summary" to the meta_type list in a Catalog, and re-indexing on that field. Is there any way to provide more Zope-specific info on this problem? Cheers & thanks for your answer, uwe -- Uwe Schuerkamp http://www.schuerkamp.de/ GnuPG Fingerprint: 2093 20B8 B861 9358 A356 B01A E145 9249 5D27 33EA PGP Fingerprint: 2E 13 20 22 9A 3F 63 7F 67 6F E9 B1 A8 36 A4 61
participants (2)
-
Dieter Maurer -
Uwe Schuerkamp