vxDevWriteProbe actually is doing read

Bug #541312 reported by pengs
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
EPICS Base
Fix Released
High
Andrew Johnson

Bug Description

vxDevWriteProbe is actually doing read.
This makes devWriteProbe malfunction on vxWorks.

Additional information:
static long vxDevWriteProbe (unsigned wordSize, volatile void *ptr, const void *pValue)
{
        ...
        status = vxMemProbe ((char *)ptr, VX_READ, wordSize, (char *) pValue);
        ...
}

Original Mantis Bug: mantis-280
    http://www.aps.anl.gov/epics/mantis/view_bug_page.php?f_id=280

Tags: 3.14
Revision history for this message
Andrew Johnson (anj) wrote :

Cool bug!
Fixed in CVS, this will appear in R3.14.9.

Revision history for this message
Andrew Johnson (anj) wrote :

R3.14.9 Released.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.