I have a Perl program that gathers data and inserts it into a Mysql
database via DBI (DBD::mysql). The program performs multiple inserts, one
right after the other.

On my OBSD 2.7 box, everything works just fine -- but when I try to run
the same script on my OBSD 2.8 box, it will run through a couple of
thousand inserts and the mysql daemon will either stop responding (goes to
99% cpu and hangs) or it will drop and restart. 

The error that I'm getting in the logs is:

   mysqld started on  Tue Feb 6 12:17:00 EST 2001
   /usr/local/libexec/mysqld: ready for connections
   Memory fault
   mysqld restarted on  Tue Feb 6 12:33:29 EST 2001
   /usr/local/libexec/mysqld: ready for connections
   Memory fault
   mysqld restarted on  Tue Feb 6 12:33:49 EST 2001
   /usr/local/libexec/mysqld: ready for connections
   Memory fault
   mysqld restarted on  Tue Feb 6 12:34:09 EST 2001
   /usr/local/libexec/mysqld: ready for connections
   Memory fault

Is this a known problem with OBSD 2.8 or am I missing something?

Thanks,
Sean



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to