Open
Description
Please include into uReport information about what packages participated in the crashed and other threads.
E.g.:
"packages": [{ "name": "pcre"
, "epoch": 0
, "version": "8.33"
, "release": "2.fc20.1"
, "architecture": "x86_64"
, "install_time": 1398474249
, "package_role": "crash_thread" //binary from this package was present in crash thread
}
, { "name": "systemd"
, "epoch": 0
, "version": "208"
, "release": "16.fc20"
, "architecture": "x86_64"
, "install_time": 1398699808
, "package_role": "affected" //stays as is, i.e. the binary that crashed
}
, { "name": "systemd-libs"
, "epoch": 0
, "version": "208"
, "release": "16.fc20"
, "architecture": "x86_64"
, "install_time": 1398699806
, "package_role": "related_thread" //binary from this package was present other than crash thread
} ]
Blocks abrt/faf#370
Activity