簡體   English   中英

錯誤:not.exe已停止工作-嘗試構建LLVM時

[英]Error: not.exe has stopped working - When trying to build LLVM

我試圖在Windows上構建LLVM,每次這樣做都會到達某個程度,然后收到一條錯誤消息,提示"not.exe has stopped working" ,該錯誤在桌面上彈出約15次。

我不確定發生了什么,但是當我在Visual Studio中檢查錯誤時,會收到以下消息:

Error   4   error : Couldn't execute program 'C:/Users/Cyborg/Documents/Developer'The process cannot access the file because it is being used by another process.   C:\Users\Joe\Documents\Dev\llvm\test\CUSTOMBUILD    check-llvm

我會收到5-7次此錯誤,具體取決於我單擊桌面上彈出的錯誤的速度。 因此很明顯,此問題正在發生。

故障模塊為: MSVCR100.dll

有人知道為什么會這樣嗎?

我不知道為什么會出現錯誤,因為我沒有在Windows上構建或使用LLVM。 由於沒有其他人參與,我將嘗試給出一兩個提示。

“ not.exe”(或Linux下的“ not”)是一個小LLVM幫助程序,在運行基於light的回歸測試時使用。 它用於執行程序,如果程序失敗,則返回良好的退出狀態,如果程序沒有失敗,則返回不良的退出狀態。

我猜想“ CUSTOMBUILD check-llvm”(無論如何)正在嘗試運行回歸測試,並且當使用evr“ not”時,您會得到神秘的錯誤。

希望對您有所幫助。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM