ich habe von einem Debian 5 ein komplettes lampp Verzeichnis auf Debian 6 (AMD64) umziehen lassen,
und dort gestartet.
Das System läuft und auch die Software die dort installiert ist auch.
Nun kommen aber immer wieder im Betrieb SQL Fehler, die dann in der Software (läuft im Browser) sicht bar sind.
Die Fehlermeldung die im Browser sichtbar ist:
Code: Alles auswählen
Warning: mysql_fetch_array(): supplied argument ist not a valid MySQL result resource in */pfadzurdatei/inf_function.php" on line xxx .
Ich habe in der mysql Log Datei viele Einträge nach diesem Muster: (siehe unten)
Die Lampp Version ist 1.6.6 , eine andere läuft mit der Software nicht. Eine neue Version kann nicht eingesetzt werden,
und ich kann das Progi auch nicht umschreiben.
111011 14:32:04 - mysqld got signal 6;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.
key_buffer_size=16777216
read_buffer_size=258048
max_used_connections=1
max_connections=100
threads_connected=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 92783 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
thd=0x93edb90
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Cannot determine thread, fp=0xf633c468, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
0x8152d24
0xf76e4400
0x2
0xf73f1e35
0xf73f1f64
0xf755613a
0xf75561dd
0xf7553ca8
0xf754d970
0x8152b1e
0x8163595
0xf754c955
0xf745df1e
New value of fp=(nil) failed sanity check, terminating stack trace!
Please read http://dev.mysql.com/doc/mysql/en/using ... trace.html and follow instructions on how to resolve the stack trace. Resolved
stack trace is much more helpful in diagnosing the problem, so please do
resolve it
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
thd->query at (nil) is invalid pointer
thd->thread_id=1
The manual page at http://www.mysql.com/doc/en/Crashing.html contains
information that should help you find out what is causing the crash.
-e
Number of processes running now: 0
111011 14:32:04 mysqld restarted
111011 14:32:04 [Note] /opt/lampp/sbin/mysqld: ready for connections.
Version: '5.0.51a-log' socket: '/opt/lampp/var/mysql/mysql.sock' port: 3306 Source distribution