Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm.exe crash #122

Open
numeralnathan opened this issue Mar 4, 2014 · 3 comments
Open

rm.exe crash #122

numeralnathan opened this issue Mar 4, 2014 · 3 comments

Comments

@numeralnathan
Copy link

The following command crashes occasionally when executed from a bash prompt.

rm -rf C:/some/folder &

Here is the information from the crash window. Apparently, there is an access violation.

Problem signature:
Problem Event Name: APPCRASH
Application Name: rm.exe
Application Version: 5.3.0.1936
Application Timestamp: 4266a24d
Fault Module Name: ntdll.dll
Fault Module Version: 6.1.7601.18247
Fault Module Timestamp: 521ea8e7
Exception Code: c0000005
Exception Offset: 0003332f
OS Version: 6.1.7601.2.1.0.256.4
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

@numeralnathan
Copy link
Author

This happens on version 0.7.0. I am upgrading to version 0.8.0 right now.

@numeralnathan
Copy link
Author

This also happens on version 0.8.0.

@numeralnathan
Copy link
Author

Here's the call stack. It doesn't seem to tell me anything about the problem, though. The process is in the middle of a recursive remove. It has already processed several files and it still has many more files to process.

wow64cpu!TurboDispatchJumpAddressEnd
wow64cpu!TurboDispatchJumpAddressEnd
wow64!Wow64SystemServiceEx
wow64!Wow64LdrpInitialize
ntdll!RtlUniform
ntdll!RtlCreateTagHeap
ntdll!LdrInitializeThunk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant