Closed
Bug 286530
Opened 20 years ago
Closed 20 years ago
summarize_time will lock on dependency cycle
Categories
(Bugzilla :: Bugzilla-General, defect)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
INVALID
People
(Reporter: Tomas.Kopal, Unassigned)
Details
As discussed at bug 286501, the sumarize_time is doing traversal of bug dependencies using recursion (function get_blocker_ids_deep). If there is a cycle in bug dependecies, this will end up as infinite loop.
Comment 1•20 years ago
|
||
That is, if dependency loops are actually possible, which I haven't investigated. :-)
Comment 2•20 years ago
|
||
Dependency loops are forbidden --- just look at the code in process_bug.cgi that throws the dependency_loop user errors.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•