Bug #37946 mysqld signal 11 during user creation
Submitted: 7 Jul 2008 19:39 Modified: 8 Aug 2008 10:40
Reporter: Davide Giunchi Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: User-defined functions ( UDF ) Severity:S3 (Non-critical)
Version:5.0.32-7etch5 OS:Linux
Assigned to: CPU Architecture:Any

[7 Jul 2008 19:39] Davide Giunchi
Description:
Mysqld died during a  "GRANT ALL PRIVILEGES" operation, here it's some debug:

-----------
# resolve_stack_dump -s /tmp/mysqld.sym -n /tmp/mysql.stack
0x848a9f0 list_free + 128
0x82536a0 _Z17mysql_table_grantP3THDP13st_table_listR4ListI11st_lex_userERS3_I10LEX_COLUMNEmb + 1648
0x81dbbd7 _Z11mysql_parseP3THDPcj + 471
0x81dd358 _Z10do_commandP3THD + 136
0xb7f090bd _end + -1350432051
0xb7d4401e _end + -1352287698
--------------------

----- mysql.stack ---
0x848a9f0
0x82536a0
0x81dbbd7
0x81dd358
0xb7f090bd
0xb7d4401e
------------

How to repeat:
GRANT ALL PRIVILEGES ON pfndb.* TO 'pfndbuser'@'localhost' IDENTIFIED BY 'password';
 FLUSH PRIVILEGES;
[7 Jul 2008 19:41] Davide Giunchi
nm -D -n /usr/sbin/mysqld > /tmp/mysqld.sym

Attachment: mysqld.sym.gz (application/x-gzip, text), 153.06 KiB.

[8 Jul 2008 10:40] MySQL Verification Team
Thank you for the bug report. Your server version is quite older, could you please upgrade to the newer released version and try again. Thanks in advance.
[8 Aug 2008 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".