From: Robotics P. u. h. l. <rob...@li...> - 2007-10-23 22:45:41
|
Hi Nate, Thanks for getting back to me. I didn't realise you did not have a set up at your disposal. Here is the run of gdb intro you requested. Please let me know if there is any thing else I can do to check this out. I'm sorry if the tone of my last missive sounded grumpy, its because I feel a bit grumpy! After this run of intro under gdb finished the partially constructed GUI stayed up. This is different from my other runs in gdb so perhaps all my down loading and compiling have changed something. If you can think of any test I can do to help in this please let me know. john@john-desktop:~/roboticsprimer-0.1/exercises/01_introduction/gumstix$ gdb intro GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"... Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) run client.xml Starting program: /home/john/roboticsprimer-0.1/exercises/01_introduction/gumstix/intro client.xml [Thread debugging using libthread_db enabled] [New Thread -1231771920 (LWP 16210)] Loading config file[client.xml] Trying to connect to [192.168.1.102:6665] calling connect done ID Count[3] Load Proxy[POSITION][0] Name[roomba] Load Proxy[POWER][0] Name[roomba] Load Proxy[BUMPER][0] Name[roomba] Finished loading devices playerc error : got NACK from request playerc error : got NACK from request Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1231771920 (LWP 16210)] 0xb7ef08aa in FTSize::CharSize () from /usr/local/lib/libroombaClient.so (gdb) bt #0 0xb7ef08aa in FTSize::CharSize () from /usr/local/lib/libroombaClient.so #1 0xb7eee8d5 in FTFace::Size () from /usr/local/lib/libroombaClient.so #2 0xb7eef129 in FTFont::FaceSize () from /usr/local/lib/libroombaClient.so #3 0xb7eed4c7 in Global::RenderText (text=0xbff1b45f "-50.00", size=12, x=0.0500000007, y=-49.9799995, z=0) at client/Global.cc:98 #4 0xb7de9647 in GLWindow::DrawGrid (this=0x805bb88, centerX=0, centerY=0, sizeX=100, sizeY=100, spacing=1) at gui/GLWindow.cc:201 #5 0xb7de99c1 in GLWindow::draw (this=0x805bb88) at gui/GLWindow.cc:82 #6 0xb7974012 in Fl_Gl_Window::flush (this=0x805bb88) at Fl_Gl_Window.cxx:335 #7 0xb78f3a85 in Fl::flush () at ../FL/x.H:125 #8 0xb78f3cbb in Fl::wait (time_to_wait=0.0094280000000000006) at Fl.cxx:348 #9 0xb78f3e05 in Fl::run () at Fl.cxx:357 #10 0x080497ca in main () (gdb) __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |