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

André Pönitz apoenitz at trolltech.com
Mon Jan 12 11:40:35 CET 2009


Turnaev Eugeny wrote:
> Hello,

Hello Eugeny.

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

There haven't been changes in this area for a few weeks.
 
> 	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.

That would be nice indeed, but it hard to tell in advance for
what commands gdb will crash. Moreover, that changes from version
to version, so it's really hard to interface it "robustly".

> 	I can provide any other information needed.

The content of the "Gdb View" would be nice to have.

Thanks for your help ;-)

Regards,
Andre'



More information about the Qt-creator-old mailing list