Re: Segmentation fault

2003-11-24 Thread Gerald Richter
Hi >> >> I'm getting segmentation faults on a Redhat 7.2 machine with Apache... Perl itself has some trouble with your $$searchdata. This maybe a result of using [* *], because [* *] is experimental in 1.3.x . Either replace the [* if ... *] whith [$ if $] or try to change the way $$searchdata i

Segmentation fault

2003-11-24 Thread Marc Beyer
Hi, I'm getting segmentation faults on a Redhat 7.2 machine with Apache 1.3.27 (Redhat rpm apache-1.3.27-2.7.2), mod_perl 1.26 (Redhat rpm mod_perl-1.26-2) and HTML::Embperl 1.3.6 (from CPAN). I compiled Embperl with debug enabled which produced the attached backtrace (hope it's not too much)

Re: request for DBIx::Recordset patches

2003-11-24 Thread Kaare Rasmussen
> I have never done such extensive patching. I wonder if I could just > patch the original on a different branch and then pray that I can merge > them all? Seems that several of the patches are for the same problem - full qualified names contra simple column names. I think you have to pick one.