Dear MySQL fellows,

I'm having a problem with a program running 24/7 dumping core almost every
morning. The program has a few memory leaks, and the odd behavior could be
related to this. The program is connected to the database at all times. It
never reconnects.

Database server is running on Redhat 7.2, MySQL 3.23.51
Program is running on FreeBSD 4.5, MySQL 3.23.49

Here's the trace:

(gdb) bt
#0  0x8051e5b in force_to_data ()
#1  0x8055014 in ?? ()
#2  0x28076cee in vio_delete () from /usr/local/lib/libmysqlclient.so.10
#3  0x28073434 in end_server () from /usr/local/lib/libmysqlclient.so.10
#4  0x28073169 in simple_command () from /usr/local/lib/libmysqlclient.so.10
#5  0x2807510a in mysql_real_query () from
/usr/local/lib/libmysqlclient.so.10
#6  0x804a506 in Database::query (this=0x8055000,
    sql=0xbfbff80c "SELECT UNIX_TIMESTAMP() >
UNIX_TIMESTAMP(DATE_ADD('2002-07-23 11:00:00', INTERVAL 90 minute))") at
Database.cpp:49
#7  0x8049d79 in main (argc=3, argv=0x2) at publishd.cpp:68

Please include my adress if you answer to this, since I am currently not on
the list.

Regards,
Marcus

--
Have you ever dreamt about managing your own team?
Now your dreams will come true!

managerzone - get in the zone

Marcus Majewski   |   ManagerZone AB   |
[EMAIL PROTECTED]   |   www.managerzone.com


---------------------------------------------------------------------
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