Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger connection hangs when connecting to existing session with breakpoints using commands #6257

Closed
qrkyckling opened this issue Feb 27, 2024 · 1 comment
Assignees
Labels
Feature: Debugger Status: Internal This is being tracked internally by the Ghidra team
Milestone

Comments

@qrkyckling
Copy link

Describe the bug
A clear and concise description of the bug.

To Reproduce
Steps to reproduce the behavior:

  1. Start gdb
  2. Enter a breakpoint anywhere
  3. Setup command to be run at breakpoint
    commands
    echo asdf
    end
  4. Connect to existing session in Ghidra
  5. In GDB enter the given command "new-ui mi2 /dev/pts/xxx"
  6. Connection hangs
  7. Avoid hang by skipping step 3.

Expected behavior
Do not hang

Environment (please complete the following information):

  • OS: Linux
  • Java Version: 17.0.9
  • Ghidra Version: 11.0
  • Ghidra Origin: github.com
@d-millar
Copy link
Collaborator

@qrkyckling We're able to reproduce this - looking into a solution. Thanks!

@ryanmkurtz ryanmkurtz added Feature: Debugger Status: Internal This is being tracked internally by the Ghidra team labels Feb 27, 2024
@ryanmkurtz ryanmkurtz added this to the 11.0.2 milestone Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Debugger Status: Internal This is being tracked internally by the Ghidra team
Projects
None yet
Development

No branches or pull requests

4 participants