Not sure if it's included in any of the r-pi distributions, but 'strace' can be quite useful insituations like thiswhere you suspect something is awry but aren't getting any clues from the console output or logs.
You can either attach to an existing process with "strace -p <PID>" or use it when starting a process with "strace <executable>", ie "strace xastir". That may shed some light on things. Rob Kilian K6RBK On 12/22/2013 03:30 PM, Steve Rogers wrote: > I recently installed xastir on raspberry pi via binary and remove it and > installed > cvs 2.0.5 version. When I startup xastir it lags during map window and then > freezes completely on weather alert maps and cpu is 100%. I look at Top and > xastir cpu is 73-84%, my memory split is 256. > Im not seeing any errors in the terminal. steve kd5mkv > > > _______________________________________________ > Xastir mailing list > [email protected] > http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
