Re: Pool Module Question (Now Proxy Server Question)

"Jonathan Ellis" <[email protected]>
Newsgroups gmane.comp.python.spyce.general
Message-ID <[email protected]>
On Mon, 17 Apr 2006 14:25:25 -0600, "Ben Ringold"
<ben-3GbDDtM/[email protected]> said:
> When I run the proxy server directly from a console session, it
> eventually dies with a "Segmentation Fault" error message.  So the issue
> isn't with the daemonize scripts, but with my proxy server or spyce
> setup. 

Wow, that's really interesting.  That means you've found a bug in the
Python interpreter, or one of the C modules (stdlib or otherwise, such
as MySql driver) your Spyce code uses.

If you run it from gdb you should be able to see what exactly is
breaking.  I'd be interested in seeing this since it has the potential
to impact other Spyce users!

$ gdb
(gdb) file /usr/bin/python
(gdb) run spyceCmd.py -l --conf ...

GDB will spit out a lot of stuff that you can ignore.  Then, when it
segfaults, run

(gdb) bt 10

(You'll want to turn off the check_modules options in your config file
if you haven't already.)

> Also, is there a way to make a financial donation to Spyce?  

Alas, Spyce is a pretty small project and there's no Spyce Foundation or
anything like that. :)

-Jonathan
-- 
C++ is history repeated as tragedy. Java is history repeated as farce.  --Scott McKay



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.