From 6ca3c9cd3a8d7b4c2b3671e7fc1bc3e6a5c9d2d2 Mon Sep 17 00:00:00 2001 From: Ed Gonzalez Date: Wed, 3 Jun 2015 10:29:02 -0500 Subject: [PATCH] Change executable for stack trace to thumbdv instead of freedv --- DSP_API/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSP_API/main.c b/DSP_API/main.c index 70a6f5f..831f2ca 100644 --- a/DSP_API/main.c +++ b/DSP_API/main.c @@ -100,7 +100,7 @@ void segfault_sigaction(int signal, siginfo_t *si, void *arg) // Get's line number of fault char syscom[256]; - sprintf(syscom,"eu-addr2line -e %s %p","./freedv" , array[i]); + sprintf(syscom,"eu-addr2line -e %s %p","./thumbdv" , array[i]); system(syscom); }