Re: Re[2]: Warning: Got signal 14 from thread X

2001-03-21 Thread Sinisa Milivojevic
BAUMEISTER Alexandre writes: Bonjour Sinisa, SM The above could indicate some timeout problem. SM Can you build mysql --with-debug and start it with --debug and see in SM the trace file when are the above timeouts reported ?? SM Also, do you have clients that do not call

Re[2]: Warning: Got signal 14 from thread X

2001-03-21 Thread BAUMEISTER Alexandre
Sinisa, SM Alex, you ran out of filedescriptors or out of anodes, depending on OS SM that you are using. I though filedescriptors could be the problem. I only had 256. I modified the system in order to have 1024 :

Re: Re[2]: Warning: Got signal 14 from thread X

2001-03-21 Thread Sinisa Milivojevic
BAUMEISTER Alexandre writes: Sinisa, SM Alex, you ran out of filedescriptors or out of anodes, depending on OS SM that you are using. I though filedescriptors could be the problem. I only had 256. I modified the system in order to have 1024 :

Re[2]: Warning: Got signal 14 from thread X

2001-03-21 Thread BAUMEISTER Alexandre
Sinisa, SM SM Do you use thread cacheing ?? SM SM SM Please turn it off temporarily and see if problem reccurs. SM SM Currently I have : SM SM SM my.cnf SM

Re: Re[2]: Warning: Got signal 14 from thread X

2001-03-21 Thread Sinisa Milivojevic
BAUMEISTER Alexandre writes: Sinisa, SM SM Do you use thread cacheing ?? SM SM SM Please turn it off temporarily and see if problem reccurs. SM SM Currently I have : SM SM SM

Re[2]: Warning: Got signal 14 from thread X

2001-03-20 Thread BAUMEISTER Alexandre
Bonjour Heikki, HT let us see. A known bug with Innobase is that sys/stat was not included HT in univ.i in directory mysql/innobase/include. Then Innobase files are HT created with arbitrary access permissions on some Unixes. HT Could you look with ls -l what permissions Innobase data file

Re[2]: Warning: Got signal 14 from thread X

2001-03-20 Thread BAUMEISTER Alexandre
Bonjour Sinisa, SM The above could indicate some timeout problem. SM Can you build mysql --with-debug and start it with --debug and see in SM the trace file when are the above timeouts reported ?? SM Also, do you have clients that do not call mysql_close at the end , SM like PHP programs ?