Open Bug 1697627 Opened 3 years ago Updated 2 years ago

./mach doc --http "*:5500" creates an infinite loop

Categories

(Developer Infrastructure :: Source Documentation, defect)

defect

Tracking

(Not tracked)

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.

Component: General → Documentation Infrastructure

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.

Severity: -- → S3
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.