How to Debug an invalid handle.

22 views (last 30 days)
Paul Palazolo
Paul Palazolo on 14 Jun 2013
Answered: Tommie Heard on 24 Jul 2014
I am really new to Simulink and so I just don't know how to begin solving this. I have a model that was running successfully until Windows 7 decided to install an update to the operating system on Wednesday evening. Now I have two repeating errors.
Object parameter contains an invalid handle.
and
Error using sf Object parameter contains an invalid handle.
When I select the errors, no specific item is highlighted in the model.
I have ho idea how to even begin solving this.
In the MatLab Command window when I try and run the model I get these errors.
An unloaded non-library model with Stateflow components was found. Ignoring... Bad object handle (1911) at index 1. Error in parameter number 2. Bad object handle (1911) at index 1. Error in parameter number 2. Bad object handle (1911) at index 1. Error in parameter number 2.
Thanks for any help.
  1 Comment
Kaustubha Govind
Kaustubha Govind on 14 Jun 2013
Paul: You may want to send your model over to MathWorks Tech Support to see if they can reproduce/resolve this.

Sign in to comment.

Answers (1)

Tommie Heard
Tommie Heard on 24 Jul 2014
This is how to debug an invalid handle. Before running your code from the command line enter: dbstop if error
When the program stops began backtracking the handle object to see when it was good. Notice which code was executed when the handle became invalid.
This usually happens b/c the object has been deleted or closed unbeknowingly.
Give it a try.
THeard

Categories

Find more on Event Functions in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!