Bug Description: ds-backtrace was failing due to a type issue on latest python/gdb on suse.
Fix Description: If debug info is missing, a nonetype was returned in the backtrace, causing a type mismatch on " ".join().
https://pagure.io/389-ds-base/pull-request/50317
Author: William Brown william@blackhats.net.au
Review by: ???
rebased onto 0b03cb34340141da767e6c335e5a589e2660cbd5
LGTM
rebased onto 51eb5b26cd74ed3b03e71085e128869fe8c5e1c7
Pull-Request has been merged by firstyear
389-ds-base is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in 389-ds-base's github repository.
This pull request has been cloned to Github as issue and is available here: - https://github.com/389ds/389-ds-base/issues/3376
If you want to continue to work on the PR, please navigate to the github issue, download the patch from the attachments and file a new pull request.
Thank you for understanding. We apologize for all inconvenience.
Pull-Request has been closed by spichugi
Bug Description: ds-backtrace was failing due to a
type issue on latest python/gdb on suse.
Fix Description: If debug info is missing, a nonetype
was returned in the backtrace, causing a type mismatch
on " ".join().
https://pagure.io/389-ds-base/pull-request/50317
Author: William Brown william@blackhats.net.au
Review by: ???