angr / tracer

Utilities for generating dynamic traces
BSD 2-Clause "Simplified" License
88 stars 28 forks source link

cle.errors.CLEOperationError: Ran out of room in address space #70

Closed yangshouguo closed 5 years ago

yangshouguo commented 5 years ago

When i ran QEMURunner with record_core = True , i got the error cle.errors.CLEOperationError: Ran out of room in address space

'self.r = QEMURunner(binary=vul_path, input=crash_input, record_core=True)'

what is wrong there?

rhelmot commented 5 years ago

Can you provide a testcase to reproduce this?