Skip to content

Conversation

@gemesa
Copy link
Contributor

@gemesa gemesa commented Dec 10, 2025

Fixes #8754

Before:

$ ./support/bsim generatesigs ghidra://localhost/repo-test ~/git-repos/bsim-xml --bsim postgresql://localhost/repo
openjdk version "21.0.4" 2024-07-16 LTS
OpenJDK Runtime Environment Temurin-21.0.4+7 (build 21.0.4+7-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.4+7 (build 21.0.4+7-LTS, mixed mode)
Max-Memory: 3.8 GBytes
Using configuration for:
 Database: repo
 Owner:    Example Owner

Repository Server: localhost
Password for gemesa:
Generating signatures for: obj1
WARN  Signature file already exists for: obj0 (SignatureRepository)

After:

$ ./support/bsim generatesigs ghidra://localhost/repo-test ~/git-repos/bsim-xml --bsim postgresql://localhost/repo
openjdk version "21.0.4" 2024-07-16 LTS
OpenJDK Runtime Environment Temurin-21.0.4+7 (build 21.0.4+7-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.4+7 (build 21.0.4+7-LTS, mixed mode)
Max-Memory: 3.8 GBytes
Using configuration for:
 Database: repo
 Owner:    Example Owner

Repository Server: localhost
Password for gemesa:
Generating signatures for: obj1
WARN  Signature file sigs_0de541a97a4cb9648d45f81f293de764 already exists for: obj0 (SignatureRepository)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature: BSim Status: Triage Information is being gathered

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BSim: Include signature filename in 'already exists' warning

3 participants