Re: Help! About DBI in mod_perl!

2000-09-13 Thread Tom Mornini
This * should * work and should not cause a core dump. That said, you should take a look at the O'Rielly DBI book. There are a ton of error conditions that you're not checking here. Best to turn on RaiseError and then wrap all subsequent code in an eval block. Your code will be cleaner and

Help! About DBI in mod_perl!

2000-09-12 Thread xzh
Hi all, I got the following weird problem about DBI in mod_perl. Just a simple script which can run in the "cgi-bin",but failed in the mod_perl. When I check the error_log, I find the message: [Tue Sep 12 12:01:59 2000] [notice] child pid 1273 exit signal Segmentation fault (11) My linux box: