coverallsapp / coverallsapp/github-action
[Bug Report] Invalid Memory Access Error (C0000005) at address 0x0 in coverallsapp/github-action on Python 3.10 and Windows with SQLite Limit Issue
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 520
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start from the reported workflow step running coveralls report with coverallsapp/github-action@v2 on Python 3.10 and Windows, using the attached C0000005 stack trace as the reproduction signal. Investigate the SQLite-related failure around the detected coverage files and confirm the action completes successfully without the invalid memory access.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python, sqlite
- Domain
- ci-cd, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100