On 15/03/2016 10:11, Clemens Heese wrote:
> (gdb)  b get_wspr_channel_symbols if symbols==0
> Breakpoint 1 at 0x1ad48: file /root/src/wsjtx/src/lib/wsprd/wsprsim_utils.c, 
> line 167.
> (gdb) r
> Starting program: /root/src/wsjtx/build/Debug/wsprd -f 7.0386 
> wspr_7038600160310_1944.wav
> Cannot access memory at address 0x0
> Cannot access memory at address 0x0
Hi Clemens,

Hmmm, these errors may be interesting. I would guess that they occurred 
when the breakpoint was hit but the condition not met, that should be 
expected behaviour if the program was working correctly. What I need to 
know is if the error coincides with the function being called, please 
try the following:

Run under gdb as before *with the same WAV file*, set the break point 
without the condition:

   b get_wspr_channel_symbols

start the application with 'r'. The breakpoint will be hit, use the 'c' 
command to continue, I expect the breakpoint to be hit again, press 
RETURN to continue again, I expect the SEGV to happen. As before report 
the session output please.

73
Bill
G4WJS.

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to