Michael Davidsaver 214b5d935b posix: correct race and mis-count in epicsThreadCreateOpt()
Corrects two issues.  012139638d
added a dec-ref in the status==EPERM path, but neglected to
add a matching inc-ref.  So if a joinable pthread_create()
actually errored with EPERM, then no reference is left for the
joiner.

Secondly, and far more suble, is a data race if pthread_create()
succeeds in starting a new thread, which ends and free()'s
pthreadInfo before pthread_create() writes pthreadInfo->tid .
2025-12-03 09:46:39 -06:00
2025-11-20 14:50:16 -08:00
2024-06-27 22:20:19 -05:00
2025-12-01 19:00:04 -08:00
2025-12-01 19:00:04 -08:00
2025-12-01 19:00:04 -08:00
2024-06-27 22:20:19 -05:00
2025-10-08 09:40:21 -05:00
2017-09-20 14:39:32 +02:00
2025-10-08 09:37:41 -05:00
2025-10-08 16:06:03 -05:00

EPICS Base

EPICS (Experimental Physics and Industrial Control System) is a set of software tools and applications which provide a software infrastructure for use in building distributed control systems to operate devices such as Particle Accelerators, Large Experiments and major Telescopes. EPICS Base is the central core of the control system toolkit. More details can be found at the About page of the official website

Documentation

Community Communication

Quick Install

Download a release from the Downloads page and unpack it. Inside the unpacked folder run:

make

For more information on how to install on your system see the Installation page of the documentation.

Quick run a softIOC

After building, you can run an example soft-IOC (Input/Output Controller) which runs a Channel Access server.

./bin/*/softIoc -x first

Run the dbl command to list the records it provides:

epics> dbl
first:BaseVersion
first:exit
epics> 

License

EPICS Base is distributed subject to a Software License Agreement found in the file LICENSE that is included with this distribution.

Description
See the PSI-* branches for releases including our PSI setup and modifications. The branches without PSI prefix are original upstream. https://github.com/epics-base/epics-base.git
Readme 107 MiB
Languages
C 65.7%
C++ 21.3%
Perl 5.8%
HTML 3.4%
Makefile 1.6%
Other 2%