Hi Jeff, Your email helped but... I ran GDB with the options listed in the wiki and here is my result:
gdb <program> 2>&1 | tee ~/gdb-<program>.txt (gdb) handle SIG33 pass nostop noprint (gdb) set pagination 0 (gdb) run <arguments, if any> After typing "run" Kpilot fails within 3 seconds. Then I ran these commands: (gdb) backtrace full (my result) "No stack." (gdb) info registers (my result) "The program has no registers now." (gdb) thread apply all backtrace (my result) "no registers." (gdb) quit There is no file that I can find named gdb-kpilot.txt I have looked in the /home/michael directory using ls -la. I did install Jpilot and that program works fine for the same PDA, same dock, same port (USB). I just feel kind of "clueless" how to proceed since I am a noob when it comes to the Linux command line, and I know nothing about GDB. Can you help me figure out what I'm doing wrong? Michael Jeff Trull wrote: > Hi Michael, > > The <program> syntax shown on the Backtrace wiki indicates "replace this > with your program". The less-than and greater-than characters are part > of the text to be replaced. So you should run: > > sudo gdb /usr/bin/kpilot 2>&1 | tee ~/gdb-kpilot.txt > > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.5.392 / Virus Database: 270.13.49/2293 - Release Date: 08/09/09 > 18:10:00 > > -- K-Pilot crashed upon launching the application https://bugs.launchpad.net/bugs/409630 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
