[Qt-creator] Gdb crash while hovering classname of function definition.

Turnaev Eugeny turnaev at t72.ru
Mon Jan 12 11:14:12 CET 2009


Hello,
	I did not found bugtracker for Qt Creator to find if this 
	was already submitted or solved.

	I set "Use tooltips while debugging" in Debug menu.

	Then i set breakpoint in say method A.

	And i am getting " messagebox " with text:
	"
	The Gdb process crashed some time after starting successfully.
	"

	when hovering class part of method signature of the same class.
	(
	for example:
		edic_call_dialog.cpp
		---------------------
		breakpoint in void Edit_call_dialog::setCurrentIndex(...){

		}
		and getting Gdb crash while hovering with mouse over:
		//  [ this classname token below ]
		bool Edit_call_dialog::values_changed(){
			...
		}
	)

	It would be nice if this gdb crash behavior can be avoided.

	
	I can provide any other information needed.
----------------------------------------------	
	Fedora 8,
 /opt/qtcreator-0.9.1/bin/qtcreator -version

Qt Creator 0.9.1 based on Qt 4.5.0

  BinEditor 0.9.1 Binary editor component.
  Bookmarks 0.9.1 Bookmarks in text editors.
  CodePaster 0.9.1 Codepaster plugin for pushing/fetching diff from server
  Core 0.9.1 The core plugin for the Qt IDE.
  CppEditor 0.9.1 C/C++ editor component.
  CppTools 0.9.1 Tools for analyzing C/C++ code.
  Debugger 0.9.1 Debugger integration.
  Designer 0.9.1 Qt Designer integration.
  Find 0.9.1 Provides the find widget and the hooks for find implementations.
  Help 0.9.1 Help system.
  Perforce 0.9.1 Perforce integration.
  ProjectExplorer 0.9.1 ProjectExplorer framework that can be extended with different kind of project types.
  Qt4ProjectManager 0.9.1 Provides project type for Qt 4 pro files and tools.
  QtScriptEditor 0.9.1 Editor for QtScript.
  QuickOpen 0.9.1 Provides the QuickOpen widget and the hooks for QuickOpen filter implementations.
  ResourceEditor 0.9.1 Editor for qrc files.
  ScmGit 0.9.1 Git integration.
  Subversion 0.9.1 Subversion integration.
  TextEditor 0.9.1 Text editor framework and the implementation of the basic text editor.
  VCSBase 0.9.1 Version Control System Base Plugin










More information about the Qt-creator-old mailing list