[Xastir] Xastir / Solaris 10 Sparc

Chris Bell cbell at junknet.com
Fri Apr 29 19:07:13 EDT 2005


> No...sorry..it continues...crash after 10 minutes sending position.
> 

Bummer.   Can you help debug? 

- Change src/Makefile to add debug code: around line 55, add "-g" to
CFLAGS (you can leave the -O2 if you want)

- rebuild the modules: make clean; make

- run xastir in gdb:   gdb src/xastir
                       run 

If you use any command line args, put them after the "run" command.

When it crashes, type "where".  This will produce a stack dump, and
tell me what line of what file crashed.  This will greatly help me
track it down!  

Chris.




More information about the Xastir mailing list