bonjour,

j'ai un superbe crash mysql-nt et je n'ai aucune idée de ou cela ce situe dans le program (qui est assez gros)

j'ai reussi a avoir les logs en faisant mysqladmin.exe -p -u root flush-logs

qui me renvoi ceci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
090109 15:53:55 - mysqld got exception 0xc0000005 ;
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=26214400
read_buffer_size=65536
max_used_connections=1
max_connections=100
threads_connected=1
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 57600 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
 
thd=012FE620
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...
0051BCEB    mysqld-nt.exe!???
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
thd->query at 06922CA0=DROP TABLE TAB_3
thd->thread_id=4
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.

je pige pas trop ce que cela veux dire, le DROP TABLE TAB_3 est le premier test que je fais (en fait je supprime la table TAB_3 qu'elle existe ou non si elle existe pas. tanpis.).

mais je vois pas en quoi, cela peut tout faire planté?? (le service s'arrete, je dois refaire un net start mysql, etc...)


qqn aurait il une piste ou une idée.



voila

a++