Re: Zope segfaulting

2004-10-31 Thread David Merrill
John Goerzen wrote: AFAIK, Zope is pure Python code, so the problem would lie with the Python interpreter. I'd start there -- maybe google around for info on that? And I know Python. I figured out which line it was crashing on - calling "initgroups.initgroups(UID, gid)" Unfortunately that

Re: Zope segfaulting

2004-10-31 Thread Daniel van Eeden
Configure your system to create core dumps. (ulimit -c 1000) run the application and send the coredump to the developers. A "gdb core" or "gdb " and then the "bt" command will also reveal useful information. set DEB_BUILD_OPTIONS="nostrip" and rebuild the package if the app is written in C. Danie

Re: Zope segfaulting

2004-10-31 Thread John Goerzen
On Sun, Oct 31, 2004 at 04:03:13PM -0500, David Merrill wrote: > Has anybody been successful at running Zope on AMD64 yet? I've tried the > upcoming Debian AMD64 release, Ubuntu and Fedora Core 2, and on all > three distros it is segfaulting on me. Honestly I don't have the first > clue how to d

Zope segfaulting

2004-10-31 Thread David Merrill
Has anybody been successful at running Zope on AMD64 yet? I've tried the upcoming Debian AMD64 release, Ubuntu and Fedora Core 2, and on all three distros it is segfaulting on me. Honestly I don't have the first clue how to debug a segfault so any advice on what course of action I should take w