Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

`bindiff --ui` should bring existing UI to foreground

Open
#7 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
java
Domain
desktop-dev

Research direction

Start by tracing the BinDiff UI startup path and the socket server handling used by bindiff --ui. Reproduce two invocations on a supported operating system, then verify that the first UI remains open and the second invocation brings it to the foreground instead of exiting.

Written by the indexing model from the issue text.

Description

enhancement

Steps to reproduce the problem:

  1. Run bindiff --ui
  2. Run bindiff --ui again

What is the expected behavior?

One instance of the UI should open and the second invocation should bring it into foreground.

What went wrong?

The second BinDiff UI exits, because it cannot listen on its socket server port.

What version of the product are you using? On what operating system?

BinDiff 7, any OS

Any other comments?

Likely implementation not in core, but in UI itself.

Dominant language
Java
Stars
3.2k
Forks
240
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from google/bindiff

All issues in google/bindiff

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.