ahupp / python-magic

A python wrapper for libmagic
Other
2.6k stars 281 forks source link

Process finished with exit code -1073741819 (0xC0000005) #195

Closed Adhders closed 4 years ago

Adhders commented 5 years ago

when I import magic on Windows, it shows "Process finished with exit code -1073741819 (0xC0000005)", what is trouble with magic

ahupp commented 5 years ago

Sorry, I don't have a windows machine so would have to lean on you to debug this. It's almost certainly a problem with the libmagic dll rather than python-magic itself. Googling shows this might be an access violation of some kind. Do you have a debugger setup?

ahupp commented 4 years ago

Closing because it doesn't seem to be a python-magic issue.