hi all,

i get the following error log....did anyone try to compile mysql with ssl before?

030116 14:34:13  InnoDB: Started
/usr/local/mysql-4.0.9-gamma/libexec/mysqld: ready for connections
mysqld got signal 11;
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=3997696
read_buffer_size=131072
sort_buffer_size=1000000
max_used_connections=1
max_connections=1
threads_connected=2
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 5008 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

thd=0x866a130
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=0x41dc8d48, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
0x80de25c
0x40034f05
0x82c9513
0x80e70ad
0x80e7312
0x40031faf
0x420e790a
New value of fp=(nil) failed sanity check, terminating stack trace!
Please read http://www.mysql.com/doc/U/s/Using_stack_trace.html and follow
instructions on how to resolve the stack trace. Res
olved
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=3

Successfully dumped variables, if you ran with --log, take a look at the
details of what thread 3 did to cause the crash.  In some cases of really
bad corruption, the values shown above may be invalid.

The manual page at http://www.mysql.com/doc/C/r/Crashing.html contains
information that should help you find out what is causing the crash.

Number of processes running now: 0
030116 14:37:03  mysqld restarted
030116 14:37:04  InnoDB: Started
/usr/local/mysql-4.0.9-gamma/libexec/mysqld: ready for connections
030116 14:45:39  /usr/local/mysql-4.0.9-gamma/libexec/mysqld: Normal shutdown

030116 14:45:39  InnoDB: Starting shutdown...
030116 14:45:40  InnoDB: Shutdown completed
030116 14:45:40  /usr/local/mysql-4.0.9-gamma/libexec/mysqld: Shutdown Complete

Although i set the variables according the above error log, the daemon seems crash
too.

Brian Leung


Brian Leung wrote:

> hi all,
>
> i know some GUI mysql client software can support SSL. Then, i try to
> install mysql 4.0 with |--with-vio --with-openssl| options. i haven't
> install the openssl 0.9.6 again as i found my redhat 7.3 box already has
> the /usr/include/openssl and /usr/lib/libssl.a. After i followed the
> docs in www.mysql.com to grant some people use ssl restriction, i try to
> use the GUI software to connect database. Then,
> the screen print out the following every time when i try to use the GUI
> to connect database. And, finally, the connection is failed.
>
> Number of processes running now: 0
> 030115 20:15:50 mysqld restarted
> Number of processes running now: 0
> 030115 20:15:59 mysqld restarted
> If i don't use SSL, the connection is no problem and no error too. It is
> very strange.
> And, i am so comfuse that the docs in www.mysql.com does not tell you
> about creation of private key and public key. As i know, if you want to
> use SSL, you need to use the key to do encryption and decryption. But,
> the site never mention about this. Why?
>
> Thanks
> Brian
>
> ---------------------------------------------------------------------
> 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


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