CSR: Small: Automated Software Failure Causal Path Computation
CSR:小:自动化软件故障因果路径计算
基本信息
- 批准号:0917007
- 负责人:
- 金额:$ 49.33万
- 依托单位:
- 依托单位国家:美国
- 项目类别:Standard Grant
- 财政年份:2009
- 资助国家:美国
- 起止时间:2009-09-01 至 2014-08-31
- 项目状态:已结题
- 来源:
- 关键词:
项目摘要
Automating debugging has been a long standing grand challenge.Central to automated debugging is the capability of identifying failure causal paths, which are paths leading from the root cause to the failure with each step causally connected. It is key to understanding and fixing a software fault. The project develops a novel scalable debugging technique. Given a failure and the desired output, the technique produces the failure causal path.The following enabling techniques are devised. Given a failure and the desired output, the first technique is to search for a dynamic patch to the failure such that the patched execution generates the desired output. Sample patches include negating the branch outcome of a predicate execution. The second technique is to align the failing and the patched executions to facilitate later comparison. It consists of control flow alignment and memory alignment. Two runs may differ in control flow so that correspondence between execution points need to be established. A data structure may be allocated to different memory locations so that memories also need to be aligned. The third technique is to efficiently compare the program states of the two runs at the aligned places to generate the causal path. The ramifications include reducing resource consumption of debugging and improving software productivity and dependability.
自动化调试一直是一个长期存在的巨大挑战。自动化调试的核心是识别故障因果路径的能力,这些路径是从根本原因到故障的路径,每个步骤都有因果联系。它是理解和修复软件故障的关键。该项目开发了一种新颖的可扩展调试技术。给定一个故障和期望的输出,该技术产生故障因果路径。给定一个故障和期望的输出,第一种技术是搜索故障的动态补丁,以便打补丁的执行生成期望的输出。示例补丁包括否定谓词执行的分支结果。第二种技术是对齐失败的执行和修补的执行,以便于以后进行比较。它包括控制流对齐和内存对齐。两次运行的控制流程可能不同,因此需要建立执行点之间的对应关系。数据结构可以被分配给不同的存储器位置,使得存储器也需要被对齐。第三种技术是有效地比较两次运行在对齐位置的程序状态,以生成因果路径,其结果包括减少调试的资源消耗,提高软件的生产率和可靠性。
项目成果
期刊论文数量(0)
专著数量(0)
科研奖励数量(0)
会议论文数量(0)
专利数量(0)
数据更新时间:{{ journalArticles.updateTime }}
{{
item.title }}
{{ item.translation_title }}
- DOI:
{{ item.doi }} - 发表时间:
{{ item.publish_year }} - 期刊:
- 影响因子:{{ item.factor }}
- 作者:
{{ item.authors }} - 通讯作者:
{{ item.author }}
数据更新时间:{{ journalArticles.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ monograph.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ sciAawards.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ conferencePapers.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ patent.updateTime }}
Xiangyu Zhang其他文献
Fast Human Motion reconstruction from sparse inertial measurement units considering the human shape
考虑人体形状的稀疏惯性测量单元的快速人体运动重建
- DOI:
10.1038/s41467-024-46662-5 - 发表时间:
2024 - 期刊:
- 影响因子:16.6
- 作者:
Xuan Xiao;Jianjian Wang;P. Feng;Ao Gong;Xiangyu Zhang;Jianfu Zhang - 通讯作者:
Jianfu Zhang
Self-supervised Adversarial Training of Monocular Depth Estimation against Physical-World Attacks.
针对物理世界攻击的单目深度估计的自监督对抗训练。
- DOI:
- 发表时间:
2024 - 期刊:
- 影响因子:23.6
- 作者:
Zhiyuan Cheng;Cheng Han;James Liang;Qifan Wang;Xiangyu Zhang;Dongfang Liu - 通讯作者:
Dongfang Liu
Kinematics and Mechanics analysis of trap-jaw ant Odontomachus monticola
陷阱颌蚁 Odontomachus monticola 运动学与力学分析
- DOI:
10.1088/1742-6596/986/1/012029 - 发表时间:
2018-03 - 期刊:
- 影响因子:0
- 作者:
Wenteng Hao;Guang Yao;Xiangyu Zhang;Deyuan Zhang - 通讯作者:
Deyuan Zhang
Environment-Resistant Organohydrogel-Based Sensor Enables Highly Sensitive Strain, Temperature, and Humidity Responses
基于有机水凝胶的耐环境传感器可实现高度灵敏的应变、温度和湿度响应
- DOI:
10.1021/acsami.2c02997 - 发表时间:
2022 - 期刊:
- 影响因子:9.5
- 作者:
Chengcheng Cai;Chiyu Wen;Weiqiang Zhao;Shu Tian;You Long;Xiangyu Zhang;Xiaojie Sui;Lei Zhang;Jing Yang - 通讯作者:
Jing Yang
Effects of lemon essential oil and limonene on the progress of early caries:
柠檬精油和柠檬烯对早期龋齿进展的影响:
- DOI:
- 发表时间:
2019 - 期刊:
- 影响因子:3
- 作者:
Li Ma;Jing Chen;Hui Han;Peiwen Liu;Huijuan Wang;Xiangyu Zhang - 通讯作者:
Xiangyu Zhang
Xiangyu Zhang的其他文献
{{
item.title }}
{{ item.translation_title }}
- DOI:
{{ item.doi }} - 发表时间:
{{ item.publish_year }} - 期刊:
- 影响因子:{{ item.factor }}
- 作者:
{{ item.authors }} - 通讯作者:
{{ item.author }}
{{ truncateString('Xiangyu Zhang', 18)}}的其他基金
SHF: Small: AI Model Debugging by Analyzing Model Internals with Python Program Analysis
SHF:小:通过 Python 程序分析分析模型内部结构进行 AI 模型调试
- 批准号:
1910300 - 财政年份:2019
- 资助金额:
$ 49.33万 - 项目类别:
Standard Grant
EAGER: A Python Program Analysis Infrastructure to Facilitate Better Data Processing
EAGER:Python 程序分析基础设施,促进更好的数据处理
- 批准号:
1748764 - 财政年份:2017
- 资助金额:
$ 49.33万 - 项目类别:
Standard Grant
CSR: Small: Elastic and Robust Cloud Programming
CSR:小型:弹性且稳健的云编程
- 批准号:
1618923 - 财政年份:2016
- 资助金额:
$ 49.33万 - 项目类别:
Standard Grant
Travel Support For ACM SIGSOFT Symposium on the Foundations of Software Engineering (FSE 2014)
ACM SIGSOFT 软件工程基础研讨会 (FSE 2014) 的差旅支持
- 批准号:
1434610 - 财政年份:2014
- 资助金额:
$ 49.33万 - 项目类别:
Standard Grant
SHF: Small: Collaborative Research: Towards Automated Model Synthesis of Library and System Functions for Program-Environment Co-Analysis
SHF:小型:协作研究:面向程序-环境协同分析的库和系统功能的自动模型综合
- 批准号:
1320326 - 财政年份:2013
- 资助金额:
$ 49.33万 - 项目类别:
Standard Grant
SHF: Small: Reliable Data Processing by Dynamic Program Analysis
SHF:小型:通过动态程序分析进行可靠的数据处理
- 批准号:
1320444 - 财政年份:2013
- 资助金额:
$ 49.33万 - 项目类别:
Standard Grant
SHF: CSR: Small: Collaborative Research: Automated Model Synthesis of Library and System Functions for Program-Environment Co-Analysis
SHF:CSR:小型:协作研究:用于程序-环境协同分析的库和系统功能的自动模型合成
- 批准号:
1218993 - 财政年份:2012
- 资助金额:
$ 49.33万 - 项目类别:
Standard Grant
CAREER: Scalable Dynamic Program Reasoning
职业:可扩展的动态程序推理
- 批准号:
0845870 - 财政年份:2009
- 资助金额:
$ 49.33万 - 项目类别:
Continuing Grant
CSR-AES-RCS: Scalable and Efficient Dynamic Information Flow Tracking in Multithreaded Programs
CSR-AES-RCS:多线程程序中可扩展且高效的动态信息流跟踪
- 批准号:
0720516 - 财政年份:2007
- 资助金额:
$ 49.33万 - 项目类别:
Standard Grant
CRI: IAD An Advanced Infrastructure for Generation, Storage, and Analysis of Program Execution Traces
CRI:IAD 用于生成、存储和分析程序执行跟踪的高级基础设施
- 批准号:
0708464 - 财政年份:2007
- 资助金额:
$ 49.33万 - 项目类别:
Standard Grant
相似国自然基金
昼夜节律性small RNA在血斑形成时间推断中的法医学应用研究
- 批准号:
- 批准年份:2024
- 资助金额:0.0 万元
- 项目类别:省市级项目
tRNA-derived small RNA上调YBX1/CCL5通路参与硼替佐米诱导慢性疼痛的机制研究
- 批准号:n/a
- 批准年份:2022
- 资助金额:10.0 万元
- 项目类别:省市级项目
Small RNA调控I-F型CRISPR-Cas适应性免疫性的应答及分子机制
- 批准号:32000033
- 批准年份:2020
- 资助金额:24.0 万元
- 项目类别:青年科学基金项目
Small RNAs调控解淀粉芽胞杆菌FZB42生防功能的机制研究
- 批准号:31972324
- 批准年份:2019
- 资助金额:58.0 万元
- 项目类别:面上项目
变异链球菌small RNAs连接LuxS密度感应与生物膜形成的机制研究
- 批准号:81900988
- 批准年份:2019
- 资助金额:21.0 万元
- 项目类别:青年科学基金项目
基于small RNA 测序技术解析鸽分泌鸽乳的分子机制
- 批准号:31802058
- 批准年份:2018
- 资助金额:26.0 万元
- 项目类别:青年科学基金项目
肠道细菌关键small RNAs在克罗恩病发生发展中的功能和作用机制
- 批准号:31870821
- 批准年份:2018
- 资助金额:56.0 万元
- 项目类别:面上项目
Small RNA介导的DNA甲基化调控的水稻草矮病毒致病机制
- 批准号:31772128
- 批准年份:2017
- 资助金额:60.0 万元
- 项目类别:面上项目
基于small RNA-seq的针灸治疗桥本甲状腺炎的免疫调控机制研究
- 批准号:81704176
- 批准年份:2017
- 资助金额:20.0 万元
- 项目类别:青年科学基金项目
水稻OsSGS3与OsHEN1调控small RNAs合成及其对抗病性的调节
- 批准号:91640114
- 批准年份:2016
- 资助金额:85.0 万元
- 项目类别:重大研究计划
相似海外基金
Automated per-plot leaf-level imaging and analysis for small plot arable field trials
针对小地块耕地试验的自动每地块叶级成像和分析
- 批准号:
10060164 - 财政年份:2023
- 资助金额:
$ 49.33万 - 项目类别:
Collaborative R&D
SHF: Small: Modular Automated Verification of Concurrent Data Structures
SHF:小型:并发数据结构的模块化自动验证
- 批准号:
2304758 - 财政年份:2023
- 资助金额:
$ 49.33万 - 项目类别:
Standard Grant
SaTC: CORE: Small: An Automated Framework for Mitigating Single-Trace Side-Channel Leakage
SaTC:核心:小型:用于减轻单迹侧通道泄漏的自动化框架
- 批准号:
2241879 - 财政年份:2023
- 资助金额:
$ 49.33万 - 项目类别:
Standard Grant
Small Scale Robotics for Automated Dental Biofilm Theranostics
用于自动化牙科生物膜治疗的小型机器人
- 批准号:
10658028 - 财政年份:2023
- 资助金额:
$ 49.33万 - 项目类别:
SHF: Small: Automated Verification and Synthesis of Input Generators in Property-Based Testing Frameworks
SHF:小型:基于属性的测试框架中输入生成器的自动验证和合成
- 批准号:
2321680 - 财政年份:2023
- 资助金额:
$ 49.33万 - 项目类别:
Standard Grant
SBIR Phase II: Automated Perception for Robotic Chopsticks Manipulating Small and Large Objects in Constrained Spaces
SBIR 第二阶段:机器人筷子在受限空间中操纵小型和大型物体的自动感知
- 批准号:
2321919 - 财政年份:2023
- 资助金额:
$ 49.33万 - 项目类别:
Cooperative Agreement
SHF: Small: Automated Unit Test Generation using Large Language Models
SHF:小型:使用大型语言模型自动生成单元测试
- 批准号:
2307742 - 财政年份:2023
- 资助金额:
$ 49.33万 - 项目类别:
Standard Grant
CNS Core: Small: Automated testing for data- and compute-intensive distributed systems through feedback-based fuzzing
CNS 核心:小型:通过基于反馈的模糊测试对数据和计算密集型分布式系统进行自动测试
- 批准号:
2140305 - 财政年份:2022
- 资助金额:
$ 49.33万 - 项目类别:
Standard Grant
SHF: Small: Toward Fully Automated Formal Software Verification
SHF:小型:迈向全自动形式软件验证
- 批准号:
2210243 - 财政年份:2022
- 资助金额:
$ 49.33万 - 项目类别:
Standard Grant
Fully Automated End to End Analysis of Non-small-cell Lung Carcinoma using Deep Learning Techniques
使用深度学习技术对非小细胞肺癌进行全自动端到端分析
- 批准号:
570281-2022 - 财政年份:2022
- 资助金额:
$ 49.33万 - 项目类别:
Postgraduate Scholarships - Doctoral