On 05/06/2016 18:58, Jim Bennett wrote:
(gdb) bt
#0  0x75b23578 in __divsi3 () from /lib/arm-linux-gnueabihf/libgcc_s.so.1
#1 0x75b23778 in __aeabi_idivmod () from /lib/arm-linux-gnueabihf/libgcc_s.so.1
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

HI Jim,

that looks like something bad has happened. We need to try and find how far the startup is getting before things go wrong. If you do the same test but before typing 'r' into gdb to run the program, type the following to set some breakpoints:

    b main
    b MainWindow::MainWindow
    b Configuration::Configuration
    b TransceiverBase::TransceiverBase
    b WideGraph::WideGraph

when you type 'r' the application should stop at the breakpoint in 'main', you can continue by typing 'c'. Carry on from any breakpoint that gets hit by pressing return into the gdb session. Report back with the output so I can see which breakpoints actually got hit.

73
Bill
G4WJS.

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to