Affiliation:
1. National University of Singapore, Singapore, Singapore
Abstract
While current bug detection techniques for concurrent software focus on unearthing low-level issues such as data races or deadlocks, they often fall short of discovering more intricate temporal behaviours that can arise even in the absence of such low-level issues. In this paper, we focus on the problem of dynamically analysing concurrent software against high-level temporal specifications such as LTL. Existing techniques for runtime monitoring against such specifications are primarily designed for sequential software and remain inadequate in the presence of concurrency — violations may be observed only in intricate thread interleavings, requiring many re-runs of the underlying software in conjunction with the analysis. Towards this, we study the problem of
predictive runtime monitoring
, inspired by the analogous problem of
predictive data race detection
studied extensively recently. The predictive runtime monitoring question asks, given an execution σ, if it can be soundly
reordered
to expose violations of a specification. In general, this problem may become easily intractable when either the specifications or the notion of reorderings used is complex.
In this paper, we focus on specifications that are given in regular languages. Our notion of reorderings is
trace equivalence
, where an execution is considered a reordering of another if it can be obtained from the latter by successively commuting adjacent independent actions. We first show that, even in this simplistic setting, the problem of predictive monitoring admits a super-linear lower bound of
O
(
n
α
), where
n
is the number of events in the execution, and α is a parameter describing the degree of commutativity, and typically corresponds to the number of threads in the execution. As a result, predictive runtime monitoring even in this setting is unlikely to be efficiently solvable, unlike in the non-predictive setting where the problem can be checked using a deterministic finite automaton (and thus, a constant-space streaming linear-time algorithm).
Towards this, we identify a sub-class of regular languages, called
pattern languages
(and their extension
generalized pattern languages
). Pattern languages can naturally express specific ordering of some number of (labelled) events, and have been inspired by popular empirical hypotheses underlying many concurrency bug detection approaches such as the “small bug depth” hypothesis. More importantly, we show that for pattern (and generalized pattern) languages, the predictive monitoring problem can be solved using a constant-space streaming linear-time algorithm. We implement and evaluate our algorithm PatternTrack on benchmarks from the literature and show that it is effective in monitoring large-scale applications.
Publisher
Association for Computing Machinery (ACM)
Reference104 articles.
1. 2023. AntLRWorks. https://github.com/antlr/antlrworks [Online; accessed 24-October-2023]
2. 2023. exp4j. https://github.com/fasseg/exp4j [Online; accessed 24-October-2023]
3. 2023. JFreeChart. https://github.com/jfree/jfreechart [Online; accessed 24-October-2023]
4. 2023. Logstash Logback Encoder. https://github.com/logfellow/logstash-logback-encoder [Online; accessed 24-October-2023]
5. 2023. ZeroMQ log4j appender. https://github.com/lusis/zmq-appender [Online; accessed 24-October-2023]
Cited by
4 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Greybox Fuzzing for Concurrency Testing;Proceedings of the 29th ACM International Conference on Architectural Support for Programming Languages and Operating Systems, Volume 2;2024-04-27
2. Optimistic Prediction of Synchronization-Reversal Data Races;Proceedings of the IEEE/ACM 46th International Conference on Software Engineering;2024-04-12
3. Coarser Equivalences for Causal Concurrency;Proceedings of the ACM on Programming Languages;2024-01-05
4. Predictive Monitoring with Strong Trace Prefixes;Lecture Notes in Computer Science;2024