[Senna-dev 513] Re: "stack smashing detected"が発生します

Back to archive index

Kentaro KAWAMOTO kenta****@gmail*****
2007年 3月 20日 (火) 11:03:04 JST


川本です。

On 3/20/07, Tetsuro IKEDA <ikdtt****@gmail*****> wrote:
> -O3をやめて-O2にして見るとどうでしょうか?
> MySQLの公式バイナリもO2ですし。なんとなくその方が安全かもと。

ご指摘ありがとうございます。

-O2と、-Oオプション無しとを試してみましたが、どちらもだめでした。
mysqlクライアントから接続したときのログは、以下のとおりです。

----------------------------------------------------
$ /usr/local/mysql/bin/mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.0.37 Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use senna_db
Database changed
mysql> show senna status;
ERROR 2013 (HY000): Lost connection to MySQL server during query
mysql> show tables;
ERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect...
Connection id:    1
Current database: senna_db

+----------------------------+
| Tables_in_senna_db |
+----------------------------+
| foo                     |
| bar                     |
+----------------------------+
2 rows in set (0.00 sec)
----------------------------------------------------

以上、ご報告まで。
もう少しgdbをがんばってみます・・・。

-- 
Kentaro KAWAMOTO
kenta****@gmail*****



Senna-dev メーリングリストの案内
Back to archive index