Re: Segmentation fault on form posting

2013-05-23 Thread Jim Schueler
Here's the code I mentioned in my last post. It's included in my distro NoSQL::PL2SQL #include "EXTERN.h" #include "perl.h" #include "XSUB.h" #include "ppport.h" SV* typeis ( SV* what ) ; SV* typeis ( SV* what ) { if ( SvIOK( what ) ) return newSVpvs( "integer" ) ;

Re: Segmentation fault on form posting

2013-05-23 Thread Jim Schueler
I also encounter this problem occasionally. So your post is quite familiar. If the first thing you do is print the parameters, what's the second thing? Form posts almost always trigger external processes, databases, mail servers, etc. The external process is more likely to be causing the f