Hi Arthur,
Arthur LAMBERT wrote,
Hi,
I am using syslog from uclibc-ng (1.0.5) on an ARM board. I am working in a multi thread
environment.
I can see that some message are never saved in my syslog file..
Can you retry with 1.0.12? It should be simple to update just the
version and add any patches from current git just for the uClibc-ng
package in buildroot.
I remember some updates regarding lost messages...
What syslog server are you using?
Any problem to use syslog with thread ? or emmc ?
In some piece of my current code, I can loose almost 70% of the messages. By adding a
dirty call : system ("/bin/sync");
No more lost message in syslog.
Is it a normal behavior ? Do I have a problem in my flash driver ? Is it a bug wyth
syslog ?
Could you provide a complete sample application which reproduces the
failure with 1.0.12?
best regards
Waldemar