Closed mr-ma closed 6 years ago
@mr-ma Last fixes in input dependency project seem to solve this issue. Could you please verify it?
@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
@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.
Need to copy timedrun and memcached-debug as testapp uses those
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.