You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
retrace server currently cannot handle packages names (NVR) from crashes in modules. The following error is returned by retrace.fp.org when trying to retrace a crash in Node.js:
--- Running analyze_CCpp ---
Ok to upload core dump? (It may contain sensitive data). If your answer is 'No', a stack trace will be generated locally. (It may download a huge amount of data). 'YES'
Querying server settings
A server-side error occurred on 'https://retrace.fedoraproject.org'
Unexpected HTTP response from server: 403
Package NVR contains illegal characters
Do you want to generate a stack trace locally? (It may download a huge amount of data but reporting can't continue without stack trace). 'NO'
('analyze_CCpp' exited with 1)
The package version is 1:14.14.0-2.module_f33+10426+c7be8abe.x86_64, which seems to upset our NVR parser. Later down the road, some adjustments might be necessary in is_package_known(), as well.
retrace server currently cannot handle packages names (NVR) from crashes in modules. The following error is returned by retrace.fp.org when trying to retrace a crash in Node.js:
The package version is
1:14.14.0-2.module_f33+10426+c7be8abe.x86_64
, which seems to upset our NVR parser. Later down the road, some adjustments might be necessary inis_package_known()
, as well.Steps to reproduce:
Related: rhbz#1900982
The text was updated successfully, but these errors were encountered: