INNER CODE UNIT · Python

exit_callback

spacejam/sled · scripts/execution_explorer.py:197

    def exit_callback(self, event):
        try:
            if event.exit_code != 0:
                print("!" * 80)
                print("interesting exit with seed", self.seed)
                print("!" * 80)
            else:
                print("happy exit")
                self.restart()

            gdb.execute("q")
        except Exception as e:
            pass

de = DeterministicExecutor(seed)
de.run()

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…