Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Handle crashes in modules #400

Open
mgrabovsky opened this issue Nov 20, 2020 · 0 comments
Open

Handle crashes in modules #400

mgrabovsky opened this issue Nov 20, 2020 · 0 comments
Labels

Comments

@mgrabovsky
Copy link
Contributor

mgrabovsky commented Nov 20, 2020

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.

Steps to reproduce:

$ sudo dnf module install nodejs:14/default
$ node & sleep 1 && kill -ABRT $! && fg
$ abrt report

Related: rhbz#1900982

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant