>>>>> "takeshi" == takeshi <takeshi@stripped> writes:
takeshi> At Thu, 8 Jul 1999 06:48:49 +0300 (EEST),
takeshi> Michael Widenius <monty@stripped> wrote:
>> <cut>
>>
>> If you have problems debugging mysqld because its threaded, the
>> --one-thread switch to mysqld may help!
takeshi> I compiled mysqld with `--with-debug' option and
takeshi> start mysqld with `--one-thread --debug' option,
takeshi> mysqld work fine!!
takeshi> all queries return correct values!
takeshi> what's up?
takeshi> --
takeshi> takeshi@stripped
Hi!
Does the new mysqld work without --debug ?
If yes, then this is probably a compiler bug.
Does it work with --one-thread but not without?
In this case it's a bug in the thread library (maybe in the save of
floating point registers between tasks)
If it only works with --debug and --one-thread then it's probably a
stack related bug (or a combination of the above).
Regards,
Monty