Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow 4 arguments to bpsk_costas_loop_cc #45

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ddrown
Copy link

@ddrown ddrown commented Sep 6, 2019

without this patch, bpsk_costas_loop_cc crashes when given 4 arguments:

(gdb) run bpsk_costas_loop_cc 0.003 0.6 --output_nco
Starting program: /home/abob/csdr/csdr bpsk_costas_loop_cc 0.003 0.6 --output_nco

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7b7e75a in __strcmp_ssse3 () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ffff7b7e75a in __strcmp_ssse3 () from /lib64/libc.so.6
#1  0x000000000040b416 in main (argc=5, argv=0x7fffffffe388) at csdr.c:2844

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant