Hello

I have downloaded 4.1 source and successfully compiled it.
When i use the mysql client as a root it works without problems.
If i use the client as a different user when i try to use the 'use DATABASE' command i get a segmentation fault.

Here is a backtrace of the stack when the program crashes.


Program received signal SIGSEGV, Segmentation fault.
0x080708b8 in strdup_root ()
(gdb) bt
#0 0x080708b8 in strdup_root ()
#1 0x08067b88 in unpack_fields ()
#2 0x0806a90a in mysql_list_fields ()
#3 0x080531fb in build_completion_hash ()
#4 0x080552c9 in com_use ()
#5 0x08052bcb in add_line ()
#6 0x08052613 in read_lines ()
#7 0x08051cbd in main ()
#8 0x42017499 in __libc_start_main () from /lib/i686/libc.so.6




Gaganis


---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to