Closed
Bug 1697627
Opened 5 years ago
Closed 1 year ago
./mach doc --http "*:5500" creates an infinite loop
Categories
(Developer Infrastructure :: Source Documentation, defect)
Developer Infrastructure
Source Documentation
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: tjr, Unassigned)
References
(Blocks 1 open bug)
Details
I wanted the doc server to bind to all ports so I ran the above command. This made a file named *:5500 which make _find_glob freak out and infinitely recurse.
Updated•5 years ago
|
Component: General → Documentation Infrastructure
Comment 1•5 years ago
|
||
Even running ./mach doc --http "localhost:5500" makes _find_glob in python/mozbuild/mozpack/files.py freakout and infinitely recurse with the same three parameters repeating in cycle as in *:5500.
Updated•4 years ago
|
Severity: -- → S3
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
Comment 2•1 year ago
|
||
I've just tried this on my Mac and it seems to be working fine. Is it still an issue?
Flags: needinfo?(tom)
| Reporter | ||
Comment 3•1 year ago
|
||
/shrug
Status: NEW → RESOLVED
Closed: 1 year ago
Flags: needinfo?(tom)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•