Hello, I have installed Zope & CMF on a FreeBSD virtual private server. It seems to mostly work but some things cause Zope to crash. E.g., 2003-09-21T10:58:40 ERROR(200) zdaemon Process 51333 terminated by signal SIGSEGV(11) and 2003-09-21T11:06:47 ERROR(200) zdaemon Process 54714 terminated by signal SIGBUS(10) These were called when I tried to simply open a topic that I created, but have been unable to do anything with because the daemon keeps crashing. I installed everything from ports, including Python 2.1 (and it has the stack size patch) * Zope version: (Zope 2.6.1 (source release, python 2.1, linux2), python 2.1.3, freebsd4) * Python version: 2.1.3 (#1, Sep 21 2003, 10:51:54) [GCC 2.95.4 20020320 [FreeBSD]] * System Platform: freebsd4 from the products list: * CMFCalendar (Installed product CMFCalendar (CMF-1.4)) * CMFCore (Installed product CMFCore (CMF-1.4)) * CMFDefault (Installed product CMFDefault (CMF-1.4)) I tried using Plone and gave up because it was crashing the daemon, too. Ideas??? Thanks, -- Art Z. -- ** ** Art Zemon, President ** Hen's Teeth Network ** http://www.hens-teeth.net/ ** Live chat: http://hens-teeth.net/chat.htm ** Voice & Fax: (866)HENS-NET / (866)436-7638 **
Art Zemon wrote at 2003-9-21 11:18 -0500:
I have installed Zope & CMF on a FreeBSD virtual private server. It seems to mostly work but some things cause Zope to crash. E.g.,
2003-09-21T10:58:40 ERROR(200) zdaemon Process 51333 terminated by signal SIGSEGV(11) and 2003-09-21T11:06:47 ERROR(200) zdaemon Process 54714 terminated by signal SIGBUS(10)
"FreeBSD" is very sensible to "C" runtime stack overflow in multi-thread applications. Do you have the "stack enlargement patch" for Python installed? Dieter
participants (2)
-
Art Zemon -
Dieter Maurer