Bug 304996 - Multiple SWT exceptions when stepping after modifying a register value
Summary: Multiple SWT exceptions when stepping after modifying a register value
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 4.0   Edit
Hardware: PC All
: 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: 2010-03-08 10:20 EST by Valentin Ciocoi CLA
Modified: 2020-09-04 15:17 EDT (History)
2 users (show)

See Also:


Attachments
exceptions log (19.95 KB, text/plain)
2010-03-08 10:23 EST, Valentin Ciocoi CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Valentin Ciocoi CLA 2010-03-08 10:20:00 EST
Build Identifier: 3.4.0

Performing step-into or step-out after clicking a register value and placing the mouse cursor over another register value is generating a series of SWT exceptions and a multiple errors dialog appears.
From this point any debug operation is generating exceptions and the same multiple errors window appears. Registers view has to be closed and debug session must be terminated and restarted to get rid of errors.

Reproducible: Always

Steps to Reproduce:
1.Create a C project
2.Step into a function
3.Click on a value of a register, edit value but do not press Enter
4.Place mouse cursor over another register value
5.Press F7 (step-out)
6.Multiple errors dialog appears: "Asynchronous viewer input update. restore state"
The following SWTExceptions are logged: "Widget is disposed" and "Failed to execute runnable" (see attached log)
7.From this point any debug operation is generating exceptions and the same multiple errors window appears.
Comment 1 Valentin Ciocoi CLA 2010-03-08 10:23:36 EST
Created attachment 161303 [details]
exceptions log
Comment 2 Eric Moffatt CLA 2010-04-05 14:34:12 EDT
Passing to CDT for comment..