4 messages in com.mysql.lists.mysqlUnaligned address crash on Tru64
FromSent OnAttachments
Sasha Pachev07 Apr 2001 09:53 
Nemholt, Jesper Frank07 Apr 2001 12:18 
Sasha Pachev07 Apr 2001 15:55 
Nemholt, Jesper Frank09 Apr 2001 13:50 
Subject:Unaligned address crash on Tru64
From:Sasha Pachev (sas@mysql.com)
Date:04/07/2001 09:53:59 AM
List:com.mysql.lists.mysql

Jesper:

The problem is apparently a bug that under some circumstances tries to store an integer at an unaligned address with movl instruction. Slave code does a lot of address magic, so there is a lot of room for alignment bugs. Any chance you could run the slave in a debugger and find the line where this happens?