mr-ma / sip-eval

1 stars 0 forks source link

Running Memcached_testapp.bc stops at testcase 12 #18

Closed mr-ma closed 6 years ago

mr-ma commented 6 years ago

1..52 ok 1 - cache_create ok 2 - cache_constructor ok 3 - cache_constructor_fail ok 4 - cache_destructor ok 5 - cache_reuse ok 6 - cache_redzone ok 7 - issue_161 ok 8 - strtol ok 9 - strtoll ok 10 - strtoul ok 11 - strtoull out: testapp.c:360: pid_t start_server(in_port_t *, _Bool, int): Assertion `execv(argv[0], argv) != -1' failed.

anahitH commented 6 years ago

@mr-ma Last fixes in input dependency project seem to solve this issue. Could you please verify it?

mr-ma commented 6 years ago

@anahitH Now we have asserts injected in possibly input dependent program regions. Consequently, the GDB patcher fails to find them at runtime.

Reproduce: Run oh on memcached_testapp

mr-ma commented 6 years ago

@anahitH Now we are back to the first issue...

1..52 ok 1 - cache_create ok 2 - cache_constructor ok 3 - cache_constructor_fail ok 4 - cache_destructor ok 5 - cache_reuse ok 6 - cache_redzone ok 7 - issue_161 ok 8 - strtol ok 9 - strtoll ok 10 - strtoul ok 11 - strtoull memcached_testapp.bc: testapp.c:360: pid_t start_server(in_port_t *, _Bool, int): Assertion `execv(argv[0], argv) != -1' failed.

anahitH commented 6 years ago

Need to copy timedrun and memcached-debug as testapp uses those