DependableSystemsLab / LLFI

LLFI is an LLVM based fault injection tool, that injects faults into the LLVM IR of the application source code. The faults can be injected into specific program points, and the effect can be easily tracked back to the source code. Please refer to the paper below. NOTE: If you publish a paper using LLFI, please add it to PaperLLFI.bib
http://blogs.ubc.ca/karthik/2014/02/23/quantifying-the-accuracy-of-high-level-fault-injection-techniques/
Other
66 stars 36 forks source link

When we execute batchInstrument, there is an error. #99

Closed lidanfeng closed 8 years ago

lidanfeng commented 8 years ago

When we execute batchInstrument, there is an error. The directory “/mnt/tools/llfi/bin/factorial” is havenothing to do with we are choosen to inject failure

root@SZX1000079191:/mnt/tools/llfi/bin# ./batchInstrument --readable /mnt/tools/llfi/Src/br_FusionStorage_V1R3C30_Update/Src/dsware/build/dsware_osd.bc ERROR: Unable to copy: /mnt/tools/llfi/bin/factorial to: /mnt/tools/llfi/bin/llfi-DataCorruption(Data) root@SZX1000079191:/mnt/tools/llfi/bin#

karthikp-ubc commented 8 years ago

Please provide more details, including the steps you took to reproduce this bug. Also, do you have permissions to write to mnt/tools ? Thanks,