Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 359423

Summary: Eclipse crashes on mouseovering an array while debugging
Product: [Tools] CDT Reporter: kr.stokke
Component: cdt-debugAssignee: cdt-debug-inbox <cdt-debug-inbox>
Status: NEW --- QA Contact: Jonah Graham <jonah>
Severity: normal    
Priority: P3 CC: cdtdoug, pawel.1.piech
Version: 8.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description kr.stokke CLA 2011-09-29 09:45:08 EDT
Build Identifier: 20110916-0149

I'm debugging the qemu-0.15 source code using the latest 64 bit eclipse for C/C++ IDE. When I "mouseover" an array in the debugging process, the tooltip window appears before the whole program crashes. I've attempted to use older and other builds with the same results. Viewing tooltip over other components is definitely working. 

I'd be glad if I can assist you with fault tracking..

Reproducible: Always

Steps to Reproduce:
1. Start debug of the qemu-0.15 source code. The program should start in the main function in "vl.c"
2. Open "ioport.c", and insert a break point in the "register_ioport_write()" function
3. Run the program until it breaks in the above function, then attempt to mouseover "ioport_opaque[i]"
4. Program crashes
Comment 1 kr.stokke CLA 2011-09-29 10:47:56 EDT
Solved the issue temporarily by disabling all sorts of hovering