Bug #44376 Memory Fault
Submitted: 21 Apr 2009 8:37 Modified: 21 Apr 2009 9:44
Reporter: Soporte BBDD Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Errors Severity:S3 (Non-critical)
Version:5.1.11 OS:Linux (Red Hat Enterprise 4)
Assigned to: CPU Architecture:Any
Tags: Memory fault

[21 Apr 2009 8:37] Soporte BBDD
Description:
Good Morning, 

I have a problem when I execute the following instruction: 

mysqld --verbose --help 

........................... 
........................... 
Variables (--variable-name=value) 
and boolean options {FALSE|TRUE} Value (after reading options) 
--------------------------------- ----------------------------- 
help TRUE 
abort-slave-event-count 0 
allow-suspicious-udfs FALSE 
auto-increment-increment 1 
auto-increment-offset 1 
automatic-sp-privileges TRUE 
basedir /opt/mysql/ 
bdb FALSE 
bind-address (No default value) 
binlog-row-event-max-size 1024 
character-set-client-handshake TRUE 
character-set-filesystem binary 
character-set-server latin1 
character-sets-dir /opt/mysql/share/mysql/charsets/ 
chroot (No default value) 
collation-server latin1_spanish_ci 
completion-type 0 
concurrent-insert 1 
console FALSE 
datadir /opt/mysqldata/ 
default-character-set latin1 
default-collation latin1_spanish_ci 
default-time-zone (No default value) 
disconnect-slave-event-count 0 
enable-locking FALSE 
enable-pstack FALSE 
engine-condition-pushdown FALSE 
Memory fault 

At the end of the request, it gives me the mistake: "Memory Fault" or "Violation Segment", but the memory is 8GB and one CPU dual core. The SO is Linux Red Hat Enterprise 4. 

The mistakes give me when I execute the previous instruction, and another case does not appear. 

The version Mysql is 5.1.11. 

Can someone help me?, please 

Thank you very much. 
Mariola

How to repeat:
I have realized the installation in three different machines with the same Operating system and it happens in all.I have changed the directories of installation and data and indicated in the file of configuration my.cnf.
[21 Apr 2009 9:27] MySQL Verification Team
Hi! 5.1.11 is too old. please try 5.1.34 and see if it works:
http://dev.mysql.com/downloads/mysql/5.1.html
[21 Apr 2009 9:32] Soporte BBDD
Good Morning,

We cannot change Mysql's version, it has to be 5.1.11.

Thanks
[21 Apr 2009 9:44] MySQL Verification Team
if you want to use 5.1.11 this is your choice, but then we cannot help you.
Try running with with --event-scheduler=0 option.

Most likely a duplicate of bug #20401