coverallsapp / github-action

Coveralls Github Action
https://coveralls.io
MIT License
455 stars 76 forks source link

Invalid memory access (C0000005) at address 0x0 #172

Closed arkid15r closed 1 year ago

arkid15r commented 1 year ago

While trying to address an original issue

coveralls.exception.CoverallsException: Could not submit coverage: 422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs
resubmitting with id None

I migrated to coveralls/github-action. It seems to be okay in terms of the mentioned 422 error but produces another issue which might be Windows OS specific:

Run mkdir -p ~/bin/
coveralls-windows.zip: OK
Run coveralls     
Invalid memory access (C0000005) at address 0x0

⠀⠀⠀⠀⠀⠀⣿
⠀⠀⠀⠀⠀⣼⣿⣧⠀⠀⠀⠀⠀⠀⠀ ⣠⣶⣾⣿⡇⢀⣴⣾⣿⣷⣆ ⣿⣿⠀⣰⣿⡟⢸⣿⣿⣿⡇ ⣿⣿⣿⣷⣦⠀⠀⢠⣿⣿⣿⠀⠀⣿⣿⠁⠀⣼⣿⡇⠀⢀⣴⣾⣿⡷
⠶⣶⣶⣶⣾⣿⣿⣿⣷⣶⣶⣶⠶  ⣸⣿⡟ ⠀⢠⣿⣿⠃⠈⣿⣿⠀⣿⣿⢠⣿⡿⠀⣿⣿⣧⣤⠀⢸⣿⡇⣠⣿⡿⠀⢠⣿⡟⣿⣿⠀⢸⣿⡿⠀⠀⣿⣿⠃⠀⢸⣿⣧⣄
⠀⠀⠙⢻⣿⣿⣿⣿⣿⡟⠋⠁⠀⠀ ⣿⣿⡇⠀ ⢸⣿⣿⠀⣸⣿⡟⠀⣿⣿⣾⡿⠁ ⣿⣿⠛⠛⠀⣿⣿⢿⣿⣏⠀⢀⣿⣿⣁⣿⣿⠀⣾⣿⡇⠀⢸⣿⡿⠀⠀⡀⠙⣿⣿⡆
⠀⠀⢠⣿⣿⣿⠿⣿⣿⣿⡄⠀⠀⠀ ⠙⢿⣿⣿⠇⠈⠿⣿⣿⡿⠋⠀⠀⢿⣿⡿⠁⠀⢸⣿⣿⣿⡇⢸⣿⣿⠀⣿⣿⣄⣾⣿⠛⠛⣿⣿⢠⣿⣿⣿ ⣼⣿⣿⣿ ⣿⣿⡿⠋⠀
⠀⢀⣾⠟⠋⠀⠀⠀⠙⠻⣷⡀⠀⠀

  v0.3.9

🔍 Detected coverage file: coverage.lcov
🔍 Detected coverage file: .coverage
[0x0] ???
[0x7ffc[34](https://github.com/arkid15r/python-holidays/actions/runs/4833744686/jobs/8614121214#step:6:36)6352a5] sqlite3_memory_highwater +245 in C:\Program Files\Amazon\AWSCLIV2\sqlite3.dll
[0x7ffc346ed31c] sqlite3_limit +1980 in C:\Program Files\Amazon\AWSCLIV2\sqlite3.dll
[0x7ff6a20d5079] ???
[0x7ff6a20d53af] ???
[0x7ff6a20d1548] ???
[0x7ff6a20a8ff6] ???
[0x7ff6a1ff4410] ???
[0x7ff6a200b449] ???
[0x7ff6a200b965] ???
[0x7ff6a23e05ac] ???
[0x7ffc5fd44dd0] BaseThreadInitThunk +16 in C:\Windows\System32\KERNEL32.DLL
[0x7ffc[60](https://github.com/arkid15r/python-holidays/actions/runs/4833744686/jobs/8614121214#step:6:63)f1e3db] RtlUserThreadStart +43 in C:\Windows\SYSTEM32\ntdll.dll
Error: Process completed with exit code 1.

A link to the job, a link to the configuration

Please let me know if I can provide more information in order to get this resolved.

Thank you!

arkid15r commented 1 year ago

It seems we've managed to fix this by adding path-to-lcov: coverage.lcov.

Closing this.