Hi, I run into the same problem that has been reported last year: Author:Jan Idzikowski Date: 04/24/2002 10:50 AM View: [Zope] Problems with AIX4 There never was an answer from anybody. I installed Python 2.1.3 and Zope-2.6.1 on AIX4.3.3 and I run into exactly the same scenario as Jan. ZServer starts up OK and I can login and bring up the control panel. I can also add folders. When I try to access /Examples or when I try to add the ZopeTutorial, Zope core dumps. When I run with the dbx debugger, I see that the runtime stack is busted. Usually with AIX there tend to be problem with shared libs. That doesn't seem to be the case here as I can successfully run all unit tests "testrunner.py". Is there anybody out there who was able to circumvent this problem? What would people suggest is a good way to debug this? Thanks! Wolfgang __________________________________________________________________ The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
i think in general you will not get much support from anybody when it comes to "exotic" unices like AIX. there isn't many people who try to make it work. jens On Friday, Feb 21, 2003, at 21:12 US/Eastern, Jamie Heilman wrote:
There never was an answer from anybody.
Thats probably because nobody wants to admit to running AIX.
Hi Wolfgang,
Hi,
I run into the same problem that has been reported last year:
Author:Jan Idzikowski Date: 04/24/2002 10:50 AM View: [Zope] Problems with AIX4
There never was an answer from anybody.
I installed Python 2.1.3 and Zope-2.6.1 on AIX4.3.3 and I run into exactly the same scenario as Jan. ZServer starts up OK and I can login and bring up the control panel. I can also add folders. When I try to access /Examples or when I try to add the ZopeTutorial, Zope core dumps. When I run with the dbx debugger, I see that the runtime stack is busted.
This looks like a hard one. Maybe You could first try to find the python level statement triggering the core dump via the pdb; e.g. see: http://www.zope.org/Members/michel/HowTos/TheDebuggerIsYourFriend Additionally You can narrow down the problem a little: does the problem appear, if Zope is running single threaded, too? (If it does, why does the 'testrunner.py' run? Maybe try to write a test visiting '/Examples'?) There have been some reports about problems with Zope and BSD, which are actually caused by some operating system stack overflow or such. Maybe a similar problem applies here, too? not very helpful, just a few thoughts. clemens
participants (4)
-
Clemens Robbenhaar -
Jamie Heilman -
Jens Vagelpohl -
wolfgangtex@netscape.net