Heinz Junkes

Results 16 comments of Heinz Junkes

Hurra, it works .. in /pvxs/src/evhelper.cpp ``` #ifdef __rtems__ 178 /* with libbsd circa RTEMS 5.1 179 * TCP peer close/reset notifications appear to be lost. 180 * Maybe due...

MD: replace inline with attachment [libevent.txt](https://github.com/user-attachments/files/22431124/libevent.txt)

There is another problem here? Could this be related to the fact that NTP is not yet synchronized when the IOC starts up? ``` dbLoadDatabase("dbd/mvme2500IOC.dbd") mvme2500IOC_registerRecordDeviceDriver(pdbbase) INFO: PVXS QSRV2 is...

is from epics-base/modules/libcom/src/osi/os/posix/osdMonotonic.c ``` epicsUInt64 epicsMonotonicGet(void) { struct timespec ts; int ret = clock_gettime(osdMonotonicID, &ts); if(ret) { errlogPrintf("Warning: failed to fetch monotonic time %d %d\n", (int)osdMonotonicID, ret); return 0; }...

with ``` commit 021bcb4a06224ed8c0e8184b3a89c015830e2e3b (HEAD -> master, origin/master, origin/HEAD) Author: Michael Davidsaver Date: Sun Jul 13 20:29:43 2025 -0700 server: fix Dead op cleanup ``` I do not see anymore...

> I'm reopening because there is still work to be done. > > > Hurra, it works .. > > So it is an issue with initializing libevent with RTEMS6+bsdlib....