Mahib - 03 June 2010 10:13 AM
Some suggestions from infrastructure side: enable general query log and slow query log. And try to find if any particular query (based on time of crash and timestamp in query log) that’s making a crash. Set controlmessages to 2 in brighthouse.ini file. Can you copy and paste complete messages from from segfaults log.
Hi,
We already have all that activated, but we didn’t found anything useful, except that it happens with with ‘LOAD DATA LOCAL INFILE’, but we don’t know what part of the file being loaded is the one causing the break. Is there any log we could activate to see it? or maybe we are not looking at the right place….
Looking at brighthouse.log, we can see:
2010-05-31 19:18:54 Brighthouse engine started.
2010-05-31 19:18:54 2010-05-31 19:18:54 Error - previous session (id=235007344) was not properly committed!
...
2010-05-31 19:18:54 2010-05-31 19:18:54 Error - previous session (id=235007344) was not properly committed!
2010-05-31 19:18:54 2010-05-31 19:18:54 Error - previous session (id=1800254983) was not properly committed!
...
2010-05-31 19:18:54 2010-05-31 19:18:54 Error - previous session (id=1800254983) was not properly committed!
2010-05-31 19:18:54 2010-05-31 19:18:54 Error - previous session (id=780513198) was not properly committed!
...
2010-05-31 19:18:54 2010-05-31 19:18:54 Error - previous session (id=780513198) was not properly committed!
2010-06-01 12:19:06 Brighthouse engine started.
2010-06-01 12:19:06 2010-06-01 12:19:06 Error - previous session (id=1459266079) was not properly committed!
... (around 24 lines like the previous one)
2010-06-01 12:19:06 2010-06-01 12:19:06 Error - previous session (id=1459266079) was not properly committed!
2010-06-01 16:35:13 Brighthouse engine started.
Every “Brighthouse engine started” is at the same time the system log says we got a segfault.