mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-01-30 03:44:17 +01:00
Change executable for stack trace to thumbdv instead of freedv
This commit is contained in:
parent
ef467c41aa
commit
6ca3c9cd3a
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue