-
Notifications
You must be signed in to change notification settings - Fork 74
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
[Bug Report] Invalid Memory Access Error (C0000005) at address 0x0 in coverallsapp/github-action on Python 3.10 and Windows with SQLite Limit Issue #187
Comments
Hey! Thank you for reporting this issue. I will be working on it soon, but just to not block you, I can suggest the following workaround:
I'll be glad to help if you have any questions. |
Hi @mrexox , I am doing a PoC in my python project to learn how to use coverall but it seems it keeps on giving me 0% coverage even if is convert .coverage file to coverage.xml, can you point me in the right direction on what i might be doing wrong here?
ref: indiVar0508/Dummy#23 even after push i merge and push event triggers on master branch coverage is still coming 0% :/ Thanks! |
Hey! I've tried to run the tests locally but I see the same results - no hits for any line. Not sure why it is that. Maybe it is related to some configuration? There is also a warning in the CI that
Sorry, I am not familiar with Pytest, so I can't say why the results are so 😕 |
Thanks @mrexox for pointing that out , in my local this was not happening turns out i needed to add a init.py in my test folder if i use pytest-cov plugin now it works thanks |
Any updates on this? We are having the same issue |
@ZoranPandovski, we are still struggling with a fix for this bug. There is a workaround: https://github.com/coverallsapp/coverage-reporter#pytest-cov-test_tube-beta. Please, do the following:
The problem is - we can't make Crystal link SQLite3 library statically for Windows binary. We are still looking for a solution. It may probably take a long time. |
Hi,
I encountered an issue while trying to run the
coverallsapp/github-action
in my GitHub workflow on Python 3.10 and the latest version of Windows. The action is failing with an "Invalid memory access (C0000005)" error at address 0x0, and it seems to be related to SQLite. Here are the additional details about the error:Error Details:
Run coverallsapp/github-action@v2
Run mkdir -p ~/bin/
coveralls-windows.zip: OK
Run coveralls report
⠀⠀⠀⠀⠀⠀⣿
⠀⠀⠀⠀⠀⣼⣿⣧⠀⠀⠀⠀⠀⠀⠀ ⣠⣶⣾⣿⡇⢀⣴⣾⣿⣷⣆ ⣿⣿⠀⣰⣿⡟⢸⣿⣿⣿⡇ ⣿⣿⣿⣷⣦⠀⠀⢠⣿⣿⣿⠀⠀⣿⣿⠁⠀⣼⣿⡇⠀⢀⣴⣾⣿⡷
⠶⣶⣶⣶⣾⣿⣿⣿⣷⣶⣶⣶⠶ ⣸⣿⡟ ⠀⢠⣿⣿⠃⠈⣿⣿⠀⣿⣿⢠⣿⡿⠀⣿⣿⣧⣤⠀⢸⣿⡇⣠⣿⡿⠀⢠⣿⡟⣿⣿⠀⢸⣿⡿⠀⠀⣿⣿⠃⠀⢸⣿⣧⣄
⠀⠀⠙⢻⣿⣿⣿⣿⣿⡟⠋⠁⠀⠀ ⣿⣿⡇⠀ ⢸⣿⣿⠀⣸⣿⡟⠀⣿⣿⣾⡿⠁ ⣿⣿⠛⠛⠀⣿⣿⢿⣿⣏⠀⢀⣿⣿⣁⣿⣿⠀⣾⣿⡇⠀⢸⣿⡿⠀⠀⡀⠙⣿⣿⡆
⠀⠀⢠⣿⣿⣿⠿⣿⣿⣿⡄⠀⠀⠀ ⠙⢿⣿⣿⠇⠈⠿⣿⣿⡿⠋⠀⠀⢿⣿⡿⠁⠀⢸⣿⣿⣿⡇⢸⣿⣿⠀⣿⣿⣄⣾⣿⠛⠛⣿⣿⢠⣿⣿⣿ ⣼⣿⣿⣿ ⣿⣿⡿⠋⠀
⠀⢀⣾⠟⠋⠀⠀⠀⠙⠻⣷⡀⠀⠀
v0.6.4
🔍 Detected coverage file: coverage.xml
🔍 Detected coverage file: .coverage
Invalid memory access (C0000005) at address 0x0
[0x0] ???
[0x7ffd862c56e5] sqlite3_memory_highwater +245 in C:\Program Files\Amazon\AWSCLIV2\sqlite3.dll
[0x7ffd8637ff8c] sqlite3_limit +1980 in C:\Program Files\Amazon\AWSCLIV2\sqlite3.dll
[0x7ff7e84cf8bb] ???
[0x7ff7e84cff18] ???
[0x7ff7e84cff7b] ???
[0x7ff7e84cb918] ???
[0x7ff7e84a3bff] ???
[0x7ff7e84684b1] ???
[0x7ff7e83f20d0] ???
[0x7ff7e8408819] ???
[0x7ff7e8408d35] ???
[0x7ff7e88a429c] ???
[0x7ffda7e34de0] BaseThreadInitThunk +16 in C:\Windows\System32\KERNEL32.DLL
[0x7ffda905ec4b] RtlUserThreadStart +43 in C:\Windows\SYSTEM32\ntdll.dll
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered: