Closed
Bug 828067
Opened 12 years ago
Closed 7 years ago
SIGPIPE seen when trying to mount sdcard under emulator
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: dhylands, Unassigned)
Details
Attachments
(1 file)
4.77 KB,
text/x-log
|
Details |
If you boot up the emulator as mentioned in bug 828063, and then adb shell into it and do:
# vdc volume mount sdcard
605 Volume sdcard /mnt/sdcard state changed from 1 (Idle-Unmounted) to 3 (Checking)
605 Volume sdcard /mnt/sdcard state changed from 3 (Checking) to 1 (Idle-Unmounted)
400 volume operation failed (Invalid argument)
then the attached additional logcat output is produced.
Somewhere along the way, the pipe setup between vold and b2g fails/gets closed and causes a SIGPIPE.
The AutoMounter is supposed to detect this and try reattaching to vold, but that doesn't seem to be happening in this situation.
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•