[Bug 1289] New: Dependency loop detector issue
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1289 Summary: Dependency loop detector issue Product: Swift Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Runtime AssignedTo: [email protected] ReportedBy: [email protected] The dependency loop detector doesn't catch the following loop: (numFaultSitesFile, numFaultSitesDbg) = runNOF (execFIFile, numFaultSitesFile); numFaultSites = readData(numFaultSitesFile); It detects a deadlock but does not explicitly mention the loop. It should. -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1289 Mihael Hategan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected] |[email protected] -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@mcs.anl.gov