)]}'
{"id":"openocd~master~If852126755317789602b7372c5c5732183fff6c5","project":"openocd","branch":"master","hashtags":[],"change_id":"If852126755317789602b7372c5c5732183fff6c5","subject":"target: OpenOCD fails with assert during running \"reset\" command","status":"ABANDONED","created":"2023-07-25 11:55:45.000000000","updated":"2023-07-25 12:40:22.000000000","total_comment_count":0,"unresolved_comment_count":0,"has_review_started":true,"meta_rev_id":"1c63e0b205b6e597d9d69b6f9d2c0ebce6468396","_number":7827,"owner":{"_account_id":1002152,"name":"Kirill Radkin","email":"kirill.radkin@syntacore.com","username":"kr-sc"},"actions":{},"labels":{"Verified":{"approved":{"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]},"all":[{"tag":"autogenerated:jenkins-gerrit-trigger","value":1,"date":"2023-07-25 12:08:42.000000000","permitted_voting_range":{"min":-1,"max":1},"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]}],"values":{"-1":"Fails"," 0":"No score","+1":"Verified"},"description":"","default_value":0},"Code-Review":{"all":[{"value":0,"permitted_voting_range":{"min":-1,"max":1},"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]}],"values":{"-2":"This shall not be merged","-1":"I would prefer this is not merged as is"," 0":"No score","+1":"Looks good to me, but someone else must approve","+2":"Looks good to me, approved"},"description":"","default_value":0}},"removable_reviewers":[],"reviewers":{"REVIEWER":[{"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]}]},"pending_reviewers":{},"reviewer_updates":[{"updated":"2023-07-25 12:08:42.000000000","updated_by":{"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]},"reviewer":{"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]},"state":"REVIEWER"}],"messages":[{"id":"303e58c00aeb5e89586d14ef3875a4db5418e87b","tag":"autogenerated:gerrit:newPatchSet","author":{"_account_id":1002152,"name":"Kirill Radkin","email":"kirill.radkin@syntacore.com","username":"kr-sc"},"real_author":{"_account_id":1002152,"name":"Kirill Radkin","email":"kirill.radkin@syntacore.com","username":"kr-sc"},"date":"2023-07-25 11:55:45.000000000","message":"Uploaded patch set 1.","accounts_in_message":[],"_revision_number":1},{"id":"e04e62899eaf5c9e685d3418d6cafeec66ee9295","tag":"autogenerated:jenkins-gerrit-trigger","author":{"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]},"real_author":{"_account_id":1000014,"name":"jenkins","username":"jenkins","tags":["SERVICE_USER"]},"date":"2023-07-25 12:08:42.000000000","message":"Patch Set 1: Verified+1\n\nBuild Successful \n\nhttps://build.openocd.org/job/openocd-gerrit/18022/ : SUCCESS\n\nhttps://build.openocd.org/job/openocd-gerrit-build/17221/ : SUCCESS","accounts_in_message":[],"_revision_number":1},{"id":"1c63e0b205b6e597d9d69b6f9d2c0ebce6468396","tag":"autogenerated:gerrit:abandon","author":{"_account_id":1002152,"name":"Kirill Radkin","email":"kirill.radkin@syntacore.com","username":"kr-sc"},"real_author":{"_account_id":1002152,"name":"Kirill Radkin","email":"kirill.radkin@syntacore.com","username":"kr-sc"},"date":"2023-07-25 12:40:22.000000000","message":"Abandoned","accounts_in_message":[],"_revision_number":1}],"current_revision":"b807b4d09cd2cb857476eb6cfa9ca6d6d2efd107","revisions":{"b807b4d09cd2cb857476eb6cfa9ca6d6d2efd107":{"kind":"REWORK","_number":1,"created":"2023-07-25 11:55:45.000000000","uploader":{"_account_id":1002152,"name":"Kirill Radkin","email":"kirill.radkin@syntacore.com","username":"kr-sc"},"ref":"refs/changes/27/7827/1","fetch":{"anonymous http":{"url":"https://review.openocd.org/openocd","ref":"refs/changes/27/7827/1","commands":{"Branch":"git fetch https://review.openocd.org/openocd refs/changes/27/7827/1 \u0026\u0026 git checkout -b change-7827 FETCH_HEAD","Checkout":"git fetch https://review.openocd.org/openocd refs/changes/27/7827/1 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://review.openocd.org/openocd refs/changes/27/7827/1 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://review.openocd.org/openocd refs/changes/27/7827/1 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://review.openocd.org/openocd refs/changes/27/7827/1","Reset To":"git fetch https://review.openocd.org/openocd refs/changes/27/7827/1 \u0026\u0026 git reset --hard FETCH_HEAD"}}},"commit":{"parents":[{"commit":"7023deb06a8cac77fe50d341c9e34b80d4fc68fd","subject":"jtag/drivers/xds110: Fix compiler warning."}],"author":{"name":"Kirill Radkin","email":"kirill.radkin@syntacore.com","date":"2023-07-25 11:09:20.000000000","tz":180},"committer":{"name":"Kirill Radkin","email":"kirill.radkin@syntacore.com","date":"2023-07-25 11:54:46.000000000","tz":180},"subject":"target: OpenOCD fails with assert during running \"reset\" command","message":"target: OpenOCD fails with assert during running \"reset\" command\n\nOpenOCD fails in the presence of inactive/unresponsive cores\n\nI faced with case when inactive core returns 0 while reading dtmcontrol.\nThis leads to failure on assert: \"addrbits !\u003d 0\" in \"dbus_scan\".\n\nAlso change \"read_bits\",\"poll_target\" funcs to avoid a lot lines in logs\n\nChange-Id: If852126755317789602b7372c5c5732183fff6c5\nSigned-off-by: Kirill Radkin \u003ckirill.radkin@syntacore.com\u003e\n"}}},"requirements":[],"submit_records":[],"submit_requirements":[]}
