tsffs icon indicating copy to clipboard operation
tsffs copied to clipboard

Solution deduplication

Open novafacing opened this issue 1 year ago • 2 comments

Provide options to enable deduplication of solutions:

  • Via stack hash
  • Via IP hash

novafacing avatar Jan 18 '24 19:01 novafacing

While your adding the deduplication, could you possible add support for printing the stack trace when a solution is found. It shouldn't too difficult because it can be done manually by adding a debug context to the config file:

debug-context object = "qsp.mb.cpu0.core[0][0]"

and then if you run a repro you just need to type in stack-trace to get the file and line information of the stack at crash (as long as its a debug build).

cglosner avatar Apr 02 '24 17:04 cglosner

Definitely, this is my plan -- Simics was recently updated to allow stack walking without a debug context, so it is actually even easier than this :)

novafacing avatar Apr 02 '24 18:04 novafacing