Bug 359423 - Eclipse crashes on mouseovering an array while debugging
Summary: Eclipse crashes on mouseovering an array while debugging
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-29 09:45 EDT by kr.stokke CLA
Modified: 2020-09-04 15:18 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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