Dear,
I've been trying to debug my program using the Red Zones functionality in MemoryScape. Unfortunatelly, I haven't seen it work yet. At first I thought that debugging with Red Zones takes a long time, but after halting the application, it seems that it is waiting for a mutex.
This is the stack trace:
__kernel_vsyscall, FP=ffffc910
__lll_mutex_lock_wait, FP=ffffc938
_L_mutex_lock_35, FP=ffffc938
TV_pthread_mutex_lock, FP=ffffc948
lock_rz_table, FP=ffffc958
do_allocation, FP=ffffc9e8
TV_HEAP_rz_allocator_malloc, FP=ffffca38
malloc_body, FP=ffffcaf8
TV_HEAP_malloc_interposer, FP=ffffcb88
malloc, FP=ffffcba8
.....
It seems that the debugger is not going any further. How can I solve this problem?
Regards,
Eric.