On Mon, 2 Apr 2007, Chip G. wrote: > Will turning on profiling help? I would be happy to setup a crashdump > or use a debugger if I had any clue how to do such. Any words of > advice would help.
Debugger: That stuff is a bit of a pain, and I'm no expert. I fight through it each time I need to debug something, but usually I can find problems without resorting to debuggers. Probably is slower to do it the way I do, but whatever works... Profiling is for figuring out where the code is faster/slower. I use this sort of data to go into the slower bits of code and rewrite them to make them more efficient. It has little to do with figuring out where something crashes. -- Curt, WE7U. APRS Client Comparisons: http://www.eskimo.com/~archer "Lotto: A tax on people who are bad at math." -- unknown "Windows: Microsoft's tax on computer illiterates." -- WE7U "The world DOES revolve around me: I picked the coordinate system!" _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
