Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Missing stacktrace in one path
Browse files Browse the repository at this point in the history
  • Loading branch information
inian committed Jun 19, 2017
1 parent aa10930 commit bcac7ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symExec.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@ def sym_exec_block(block, pre_block, visited, depth, stack, mem, global_state, p
sym_exec_block(right_branch, block, visited1, depth, stack1, mem1, global_state1, path_conditions_and_vars1, analysis1)
except Exception as e:
log_file.write(str(e))
traceback.print_exc()
if str(e) == "timeout":
raise e
solver.pop() # POP SOLVER CONTEXT
Expand Down

0 comments on commit bcac7ac

Please sign in to comment.