Re: Proposal for adding html formatted tracebacks

2006-08-28 Thread David Fraser
Graham Dumpleton wrote: > Dan Eloff wrote .. > >> I've been using html formatted tracebacks in my handlers for a little >> while, and it's working rather well. Here's my proposal to add it to >> mod_python. Once we've reached agreement I'll add it and attach the >> files. >> >> -Add a file excep

Bug: Hang on subscripted access to request.subprocess_env.

2006-08-28 Thread Alan Kennedy
Greetings, I think the following may be a bug in mod_python. I can't seem to find a bug database or tracker for mod_python? When subscripted access is used to access variable 'SCRIPT_FILENAME' in the request.subprocess_env table/mapping, the code hangs. The following snippet illustrates the

Re: Bug: Hang on subscripted access to request.subprocess_env.

2006-08-28 Thread Jim Gallacher
Alan Kennedy wrote: Greetings, I think the following may be a bug in mod_python. I can't seem to find a bug database or tracker for mod_python? http://issues.apache.org/jira/browse/MODPYTHON No time to investigate right now. I'll take a look tonight. Jim When subscripted access is used to

[jira] Commented: (MODPYTHON-187) Hang on subscripted access to request.subprocess_env.

2006-08-28 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-187?page=comments#action_12431099 ] Jim Gallacher commented on MODPYTHON-187: - Confirmed for Apache 2.0.55 mpm-worker (Linux Ubuntu 6.0.6), execpt I get a segfault rather than a hang. No

[jira] Commented: (MODPYTHON-187) Hang on subscripted access to request.subprocess_env.

2006-08-28 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-187?page=comments#action_12431107 ] Jim Gallacher commented on MODPYTHON-187: - The problem seems to be in the tableobject.c function table_subscript(). subprocess_env.get['SCRIPT_FILENAME

[jira] Updated: (MODPYTHON-187) Hang on subscripted access to request.subprocess_env.

2006-08-28 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-187?page=all ] Jim Gallacher updated MODPYTHON-187: Attachment: MP187-2006-08-28-jgallacher-1.diff I hope I have the reference count right! > Hang on subscripted access to request.subprocess_env. > --