Please:
1) Provide your version of QDevelop as aptitude or synaptic shows it (note that 
the upstream doesn't support versions older than 0.26.1+svn090210).
2) Try using the latest code from the upstream (qdevelop.org)
3) Provide your project file (*.pro) on which QDevelop crashes.
4) Run QDevelop under gdb:
 a) First compile qdevelop from source using commands:
  $ qmake QDevelop.pro -after CONFIG+=debug
  $ make
 b) Install gdb, run:
  $ gdb bin/qdevelop
  (replace "bin/qdevelop" with path to qdevelop executable you've just compiled)
 c) Work with qdevelop until it hangs or crushes. If it hangs go to console 
from where you've started qdevelop and press ctrl+c to abort executing.
 d) You've see gdb's message about errors. Type:
  $ back
  You'll get backtrace. Please provide it here.

-- 
QDevelop won't work
https://bugs.launchpad.net/bugs/336692
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to