Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sequencer-2-2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
epics-modules
sequencer-2-2
Commits
1f8f0a6e
Commit
1f8f0a6e
authored
13 years ago
by
ben.franksen
Browse files
Options
Downloads
Patches
Plain Diff
docs: updated the known problems page
parent
e2a8b4d6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/KnownProblems.txt
+20
-0
20 additions, 0 deletions
documentation/KnownProblems.txt
with
20 additions
and
0 deletions
documentation/KnownProblems.txt
+
20
−
0
View file @
1f8f0a6e
...
...
@@ -12,6 +12,26 @@ Known Problems in Release 2.1.5
Note: this Problem is present at least since 2.0.12.
Note also: standard CA thread priorities hide this problem, so the
symptoms do not appear on VxWorks and RTEMS; they appear only if
epics thread priorities are reversed (or ignored, as is typically
the case for soft IOCs running in user mode on Linux or Windows).
The latest snapshot has this bug fixed.
* In safe mode, if a variable is monitored and sync'ed, it can
happen that an event is detected with efTestAndClear
but the underlying variable still has the old value.
You should avoid using efTestAndClear together with conditions
that test the value of the underlying variable; this may lead
to an apparently "lost event", i.e. the event flag gets cleared
but no state transition happens. Instead use efTest, and
clear the flag in the action block only after you have actually
got the new value.
A fix for this problem will appear in 2.1.6.
.. _Known_Problems_2.1.4:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment