Description:
Version: '4.1.7-Max' socket: '/var/lib/mysql/mysql.sock' port: 3306 Official MySQL RPM
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=8388600
read_buffer_size=131072
max_used_connections=7
max_connections=100
threads_connected=5
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 225791 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
thd=0x8964100
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=0x41bcb034, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
0x8113037
0x4005f8f8
0x4b5751a1
0x82f739e
0x82f82a1
0x82eeb35
0x82fe3cc
0x82feae6
0x82feb86
0x82ebf54
0x82af654
0x82851db
0x818c965
0x814f7af
0x814ed38
0x814edb9
0x814edb9
0x814ea84
0x8144758
0x81458e2
0x8142a76
0x8122a9d
0x8127009
0x81216bf
0x8121044
0x8120757
0x4005a484
0x420df147
New value of fp=(nil) failed sanity check, terminating stack trace!
Please read http://dev.mysql.com/doc/mysql/en/Using_stack_trace.html and follow instructions on how to resolve the stack tr
ace. Resolved
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 0x89ee0d8 = SELECT DISTINCT main.* FROM Tickets main , Groups Groups_1, CachedGroupMembers CachedGroupMembers
_2, Users Users_3 WHERE ((CachedGroupMembers_2.MemberId = Users_3.id)) AND ((Groups_1.id = CachedGroupMembers_2.GroupId))
AND ((main.EffectiveId = main.id)) AND ((main.Status != 'deleted')) AND ((main.Type = 'ticket')) AND ((main.id = Groups_1.I
nstance)) AND ( ( ( (Users_3.EmailAddress = 'office@stone-rich.at')AND(Groups_1.Domain = 'RT::Ticket-Role')AND(Groups_1.Ty
pe = 'Requestor') ) ) AND ( (main.Status = 'new')OR(main.Status = 'open') ) ) ORDER BY main.Priority DESC LIMIT 10
thd->thread_id=39
The manual page at http://www.mysql.com/doc/en/Crashing.html contains
information that should help you find out what is causing the crash.
Number of processes running now: 0
How to repeat:
we're running requesttracker by bestpractical exclusively with this mysql-server mentioned - this virtually "sometimes" happens...
Suggested fix:
no real idea here, sorry