Re: [Freetel-codec2] Skeds, times and frequencies please

2018-03-23 Thread Alan Beard
Hi all, I just downloaded codec2-dev and FreeDV Ver 3424 compiled it and running. Fedora 23 x86_64 A simple silly noticed. After pressing [Start] and seeing the BER value changing, pressing the [Reset] the BER number drops, and rises as frames are received - all is well. Now press [Stop] and

Re: [Freetel-codec2] Segmentation Fault

2018-03-23 Thread Alan Beard
Hi Steve, I'm not a "C" guru but here is the only meaningful "gdb" output: Program received signal SIGSEGV, Segmentation fault. freedv_set_total_bits (f=0x0, val=0)     at /downloads/hamradio/digital/FreeDV/3424codec2dev/codec2-dev/src/freedv_api.c:1611 1611 void freedv_set_total_bits        

Re: [Freetel-codec2] Segmentation Fault

2018-03-23 Thread David Rowe
Thanks Alan - I'll take a look at it today. - aAvid On 24/03/18 07:11, Alan Beard wrote: *Hi Steve,* * * *I'm not a "C" guru but here is the only meaningful "gdb" output:* * * * Program received signal SIGSEGV, Segmentation fault. freedv_set_total_bits (f=0x0, val=0)     at

Re: [Freetel-codec2] Segmentation Fault

2018-03-23 Thread glen english
sounds like something overwrote some memory On 24/03/2018 7:41 AM, Alan Beard wrote: *Hi Steve,* * * *I'm not a "C" guru but here is the only meaningful "gdb" output:* * * * Program received signal SIGSEGV, Segmentation fault. freedv_set_total_bits (f=0x0, val=0)     at

Re: [Freetel-codec2] Segmentation Fault

2018-03-23 Thread David Rowe
Hi Alan, OK try "svn up" then make again, have fixed it and checked into SVN. Thanks, David On 24/03/18 07:11, Alan Beard wrote: *Hi Steve,* * * *I'm not a "C" guru but here is the only meaningful "gdb" output:* * * * Program received signal SIGSEGV, Segmentation fault. freedv_set_total_bits

Re: [Freetel-codec2] Segmentation Fault

2018-03-23 Thread Steve
You might try running freedv under gdb. $ gdb freedv (gdb) run To figure out what section is causing the memory error. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

Re: [Freetel-codec2] Segmentation Fault

2018-03-23 Thread Alan Beard
Hi David, Both codec2-dev and FreeDV updated to Ver 3431. Compiled and running, no Segmentation Faults. Thanks All I need is some on-air signals. My FT-450 is ready. Alan VK2ZIW On Sat, 24 Mar 2018 08:28:21 +1030, David Rowe wrote > Hi Alan, > > OK try "svn up" then make again, have fixed it