Opened 4 years ago
Closed 4 years ago
#614 closed bug (fixed)
Build Protocol hangs if HST files present
Reported by: | srkline | Owned by: | srkline |
---|---|---|---|
Priority: | major | Milestone: | VSANS Reduction |
Component: | All Components | Keywords: | |
Cc: | Blocking: | ||
Task: |
Description
when the panel opens, it's filtering through the files. It seems that if there are event files (.hst) present, it hangs and gives the spinning black ball of death.
Somewhere in the parsing, it must be trying to look through these enormous files. Figure out how to stop this.
Change History (1)
comment:1 Changed 4 years ago by srkline
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
when looking for DIV and MASK files, grep is used.
Before the grep operation, all files with pxp, hst, and other non-useful extensions are removed from the list so that time is not wasted looking through these files