marxin / cvise

Super-parallel Python port of the C-Reduce
Other
219 stars 25 forks source link

Req: cvise use with runtime errors #140

Open srinathv opened 4 months ago

srinathv commented 4 months ago

I am intersted in an example using cvise to reproduce a runtime error. This could be with inaccurate results or a segfault while running the code.

marxin commented 4 months ago

Sure, be my quest. For results accuracy, the best approach would be doing a grep command with expected results (or you can write your own Bash/Python script that will verify the accuracy). For a segfault, the easiest approach would be checking of the result code, something similar to:

echo foo | grep bar
test $? = 1

Does it help? Please share more details if you need an additional guidanance.