[Zope] Zope 2.2.1 Solaris 8 dumps core

Fredrik Aronsson d98aron@dtek.chalmers.se
Fri, 8 Sep 2000 01:02:12 +0200 (MEST)


Hello!

I've had a similar problem, with Zope coredumping, but since I recompiled 
python using the same compiler that I compiled Zope with, Zope works 
correct.

/Fredrik Aronsson

(I've included the smallest script I could find that dumped core. If it
dumps core for you too, perhaps you have the same problem.)

#!/usr/local/bin/python -u
import sys
sys.path.append('/www/zope/lib/python')

print "Content-type: text/plain"
print
print "Everything OK!"

import ExtensionClass

print "Still ok!"





> 
> Hi
> 
> I've downloaded the src of Zope 2.2.1 on my UltraSparc running Solaris
> 8, built it ok, but when I try run ./start it it dumps core with a
> segmentation fault.
> Is this problem known? Anything I can do?
> I am completely new to both Python and Zope ...
> 
> 
> Thanks
>   Michele
>