Re: SSI crashes on Win32.

2006-05-08 Thread Graham Dumpleton
Nicolas Lehuen wrote .. > Hi Graham, > > The latest trunk version yields multiple segfaults and failures in > different places : > > * Testing req.add_handler() for empty phase > E > * Testing req.add_handler() directory > E > * Testing interpreter per directive > E > * Testing phase stat

Re: SSI crashes on Win32.

2006-05-08 Thread Graham Dumpleton
Graham Dumpleton wrote .. > Graham Dumpleton wrote .. > > > * Testing server side include > > > F > > > > Based on the logs below, this may be what I suspected. That is there > > is some issue with CR/LF differences on Win32 which causing the > > code some grief. Because of the crash by Apache w

Re: SSI crashes on Win32.

2006-05-08 Thread Graham Dumpleton
Graham Dumpleton wrote .. > > * Testing server side include > > F > > Based on the logs below, this may be what I suspected. That is there > is some issue with CR/LF differences on Win32 which causing the > code some grief. Because of the crash by Apache when exception > occurred in SSI code, re

Re: SSI crashes on Win32.

2006-05-08 Thread Graham Dumpleton
CC'd to developers list so others are aware of issue and maybe can offer insight. Nicolas Lehuen wrote .. > Hi Graham, > > The latest trunk version yields multiple segfaults and failures in > different places : > > * Testing req.add_handler() for empty phase > E > * Testing req.add_handler()

[jira] Commented: (MODPYTHON-104) Allow Python code callouts with mod_include (SSI).

2006-05-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-104?page=comments#action_12378407 ] Graham Dumpleton commented on MODPYTHON-104: Note that using PythonInterpPerDirective with SSI support would cause a crash. This though has been fixed as part

[jira] Resolved: (MODPYTHON-103) Implement req.add_output_filter().

2006-05-08 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-103?page=all ] Graham Dumpleton resolved MODPYTHON-103: Resolution: Fixed Crashing when PythonInterpPerDirective used now fixed. Note that this same change also fixed a similar crash if SSI a