Hi!
>>>>> "Alexander" == Alexander Belkin <bell@stripped> writes:
Alexander> Hi!
Alexander> After thread recive SIGSEGV, in mysqld.trace no any records, that writed
Alexander> before Segmentation Fault. This problem not caused by buffered output (i
Alexander> already try to make _db_fp_ unbuffered, may be in wrong way?).
To get unbuffered output in the trace file, use the 'O' for the
filename:
mysqld --debug=d:t:i:O,/tmp/ysqld.trace"
Alexander> Cicle comment/uncomment->make->install->try that i use to localize
> problems
Alexander> take up many time.
Alexander> How i can flush mysqld.trace stream?
The above statement will flush the trace after each write to the trace
file.
Regards,
Monty