Open
Bug 1016078
Opened 11 years ago
Updated 3 years ago
/tmp/debug_info_trigger is not re-created by toggling the pref if manually removed
Categories
(Core :: XPCOM, defect)
Tracking
()
NEW
People
(Reporter: jbeich, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686; rv:32.0) Gecko/20100101 Firefox/32.0 (Beta/Release)
Build ID: 20140526030202
Steps to reproduce:
1/ toggle memory_info_dumper.watch_fifo.enabled -> true
2/ ls /tmp/debug_info_trigger
3/ rm /tmp/debug_info_trigger
4/ toggle memory_info_dumper.watch_fifo.enabled -> false
5/ toggle memory_info_dumper.watch_fifo.enabled -> true
6/ ls /tmp/debug_info_trigger
Actual results:
The fifo is created only once. If it's later manually removed a browser restart is required for the fifo to be created again.
2/ /tmp/debug_info_trigger
6/ ls: /tmp/debug_info_trigger: No such file or directory
Expected results:
/tmp/debug_info_trigger re-created and listen to commands again
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•