2019
DOI: 10.1016/j.jss.2018.11.004
|View full text |Cite
|
Sign up to set email alerts
|

Does the fault reside in a stack trace? Assisting crash localization by predicting crashing fault residence

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
16
0
2

Year Published

2019
2019
2023
2023

Publication Types

Select...
4
3
1

Relationship

1
7

Authors

Journals

citations
Cited by 36 publications
(18 citation statements)
references
References 13 publications
0
16
0
2
Order By: Relevance
“…In this work, we employ a publicly available benchmark dataset collected by Gu et al [2] packages and applications. IO provides many input and output related classes, such as streams, readers, writers, and files, to simplify the development of IO functionality.…”
Section: A Datasetmentioning
confidence: 99%
See 1 more Smart Citation
“…In this work, we employ a publicly available benchmark dataset collected by Gu et al [2] packages and applications. IO provides many input and output related classes, such as streams, readers, writers, and files, to simplify the development of IO functionality.…”
Section: A Datasetmentioning
confidence: 99%
“…Researchers have recently begun to focus on the topic of crashing fault residence prediction. Gu et al [2] proposed to extract the features from the stack trace and faulty code for this task. They proposed an automatic method called CraTer for this purpose.…”
Section: Introductionmentioning
confidence: 99%
“…Gu et al [28] proposed an automatic approach, namely CraTer, which predicts whether a crashing fault resides in stack traces or not (referred to as predicting crashing fault residence ). However, our work combines dynamic analysis (using stack-trace information) with static backward dataflow analysis to identify the source statement.…”
Section: Related Workmentioning
confidence: 99%
“…软件崩溃定位 (crash localization) 指的是根据已有的报错信息推测出崩溃根源的大概位置的过 程 [5,43] . 更准确地讲, 给定一段引发崩溃的代码和相对应的崩溃报错信息, 崩溃定位旨在找到触发崩 溃根源的位置.…”
Section: 崩溃定位的研究unclassified
“…由于准确的定位崩溃比较困难, Gu 等 [43] 提出了一种崩溃分离方法 CraTer, 该方法通过机器学习 的方法预测崩溃的根源是否在栈踪迹中. 方法框架如图 4 所示, 方法分为训练阶段和部署阶段.…”
Section: 崩溃定位的研究unclassified