new install from dev source on linux - waiting for master
Hi, anybody else getting this problem for the dev branch? I just ran hg update today and installed fresh from source, and after typing "gazebo" at the prompt it is waiting indefinitely at this point.
ps. This has been happening since before the weekend.
Asked by logicalguy on 2013-03-18 08:12:53 UTC
Answers
Can you try running gzserver
and gzstats
in separate terminals?
Another thing to try:
Run gzserver
, then in another terminal run sudo gdb /usr/bin/gzserver PID
, where PID is the process id of gzserver (ps aux | grep gzserver
). At the GDB prompt, run thread apply all bt
. Please post of the output the last command.
Asked by nkoenig on 2013-03-18 13:55:19 UTC
Comments
exactly the same result.
Asked by logicalguy on 2013-03-18 15:04:29 UTC
pastebin http://pastebin.com/XgaRSdY0
Asked by logicalguy on 2013-03-19 10:40:15 UTC
The output from GBD looks okay. Your problem may be associated with environment variables and multiple versions of Gazebo. We recently upped the version number to 1.5.0. Can you make sure your sourcing the correct gazebo setup.sh
file?
Asked by nkoenig on 2013-03-19 17:39:40 UTC
Comments