Open
Bug 1414274
Opened 8 years ago
Updated 3 years ago
Garbled log on Android
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: michal, Unassigned)
Details
Attachments
(2 files)
Looks like printing to file on android is not thread safe, so logging on different threads at the same time produces garbled output as in the attached sample.
Comment 1•8 years ago
|
||
So we'd need to lock around the calls the `fprintf_stderr` [1,2]. Other calls to fprintf_stderr (or really anything that outputs to androids syslog) could still be intermixed. I wonder if this really Android only or if it affects all platforms.
| Reporter | ||
Comment 2•8 years ago
|
||
It's probably not limited to android. I just got this log on linux when I ran mochitest under rr in chaos mode.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•