dbb - database breakpoints

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

Bug Description

The database breakpoint facility is not working. This has probably been true for several releases.

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

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

To fix it make the following change to /src/db/dbBkpt.c:

diff -r1.9 dbBkpt.c
321c321,322
< bkpt_stack_sem = semBCreate(SEM_Q_FIFO, SEM_FULL);
---
> bkpt_stack_sem = semMCreate(
> SEM_DELETE_SAFE|SEM_INVERSION_SAFE|SEM_Q_PRIORITY);

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

Fixed in R3.13.7

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.