mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-1874: fix for IllegalArgumentException (invalid range)
This commit is contained in:
parent
5f2d874bdd
commit
aea44dd3d4
1 changed files with 3 additions and 0 deletions
|
@ -261,6 +261,9 @@ public class TraceObjectManager {
|
|||
catch (DuplicateNameException e) {
|
||||
throw new AssertionError(e); // Should be shrinking
|
||||
}
|
||||
catch (IllegalArgumentException e) {
|
||||
Msg.warn(this, "Unable to set creation snap for " + traceThread);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue