EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  2025  <2026 Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  2025  <2026
<== Date ==> <== Thread ==>

Subject: Re: Problems with Dante (XGLab) Driver
From: Dariush Hampai via Tech-talk <tech-talk at aps.anl.gov>
To: "Johnson, Andrew N." <anj at anl.gov>, "Rivers, Mark L." <rivers at cars.uchicago.edu>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>
Date: Mon, 22 Jun 2026 11:25:58 +0200

Dear Mark
Dear Andrew,

I replied the crash and it seems the same.

#0  0x00007ffff5904b92 in pselect () from /lib64/libc.so.6
#1  0x00007ffff6b143bb in rl_getc () from /lib64/libreadline.so.8
#2  0x00007ffff6b13cd1 in rl_read_key () from /lib64/libreadline.so.8
#3  0x00007ffff6af8497 in readline_internal_char () from /lib64/libreadline.so.8
#4  0x00007ffff6b01535 in readline () from /lib64/libreadline.so.8
#5  0x00007ffff6c85cd2 in osdReadline (context=0x444dc0, prompt=0x7ffff6c9c183 "epics> ") at ../osi/os/default/gnuReadline.c:70
#6  epicsReadline (prompt=0x7ffff6c9c183 "epics> ", context=0x444dc0) at ../osi/epicsReadline.c:68
#7  0x00007ffff6c77aea in iocshBody (pathname=<optimized out>, commandLine=0x0, macros=0x0) at ../iocsh/iocsh.cpp:1143
#8  0x000000000040a616 in main (argc=<optimized out>, argv=<optimized out>) at ../mcaDanteAppMain.cpp:20

In attach I'll put the output of "thread apply all backtrace​"

awaiting your replies...

Dariush


Il 19/06/2026 17:13, Johnson, Andrew N. ha scritto:
Hi Dariush,

Please also include any messages output just before and announcing the crash, and instead of just the gdb command  backtrace​  first run  set height 0​  to disable the pager and then  thread apply all backtrace​  which will produce lots of output that may help Mark diagnose the problem.

- Andrew

-- 
Complexity comes for free, Simplicity you have to work for.

On 6/19/26, 9:50 AM, "Tech-talk" <tech-talk-bounces at aps.anl.gov> wrote:

What did you do that triggered the crash this time?

Please continue to run the IOC using gdb.  Each time it crashes save the output of backtrace.  We need to see if it is always crashing in the readline library.

Mark



From: Dariush Hampai <dariush.hampai at lnf.infn.it>
Sent: Friday, June 19, 2026 9:45 AM
To: Mark Rivers <rivers at cars.uchicago.edu>; tech-talk at aps.anl.gov <tech-talk at aps.anl.gov>
Subject: Re: Problems with Dante (XGLab) Driver
 

Dear Mark,

I don't know if it is the same for all the previous crashes... however the effects are the same...

Dariush


Il 19/06/2026 16:42, Mark Rivers ha scritto:
Hi Dariush,

The gdb backtrace says that the crash is actually in the Linux readline library.  Was this crash caused by the same sequence of events as previous crashes you observed?

Mark



From: Dariush Hampai <dariush.hampai at lnf.infn.it>
Sent: Friday, June 19, 2026 9:17 AM
To: Mark Rivers <rivers at cars.uchicago.edu>; tech-talk at aps.anl.gov <tech-talk at aps.anl.gov>
Subject: Re: Problems with Dante (XGLab) Driver
 

 Hi Mark,

Are you using a Dante1 or a Dante8?
I'm using Dante8


Does this happen every time you start, or just occasionally.  If it is occasionally, then how frequently does it happen?
Occasionally, more often when I two records are executed very closely

Are there any error messages on the IOC?
no, however some records are in "acquire" exit (as $(P)$(M).ACQG in mca window)

Are you running on Linux or Windows? 
Linux (Centos 9)

If you are running on Linux then please run the IOC in the GNU debugger. You can do that with the following commands from the iocDante1 directory:

gdb ../../bin/linux-x86_64/mcaDanteApp
run st.cmd

When it crashes type this command at the debugger prompt:

backtrace


(gdb) backtrace
#0  0x00007ffff5904b92 in pselect () from /lib64/libc.so.6
#1  0x00007ffff6b143bb in rl_getc () from /lib64/libreadline.so.8
#2  0x00007ffff6b13cd1 in rl_read_key () from /lib64/libreadline.so.8
#3  0x00007ffff6af8497 in readline_internal_char () from /lib64/libreadline.so.8
#4  0x00007ffff6b01535 in readline () from /lib64/libreadline.so.8
#5  0x00007ffff6c85cd2 in osdReadline (context=0x444dc0, prompt=0x7ffff6c9c183 "epics> ") at ../osi/os/default/gnuReadline.c:70
#6  epicsReadline (prompt=0x7ffff6c9c183 "epics> ", context=0x444dc0) at ../osi/epicsReadline.c:68
#7  0x00007ffff6c77aea in iocshBody (pathname=<optimized out>, commandLine=0x0, macros=0x0) at ../iocsh/iocsh.cpp:1143
#8  0x000000000040a616 in main (argc=<optimized out>, argv=<optimized out>) at ../mcaDanteAppMain.cpp:20

Thank you in advance
Dariush e Maurizio


Il 16/06/2026 18:18, Mark Rivers ha scritto:

Hi Dariush,

Are you using a Dante1 or a Dante8?

Does this happen every time you start, or just occasionally.  If it is occasionally, then how frequently does it happen?

Are there any error messages on the IOC?

Are you running on Linux or Windows? 

If you are running on Linux then please run the IOC in the GNU debugger. You can do that with the following commands from the iocDante1 directory:

gdb ../../bin/linux-x86_64/mcaDanteApp
run st.cmd

When it crashes type this command at the debugger prompt:

backtrace

Send me the output.

Mark





From: Dariush Hampai <dariush.hampai at lnf.infn.it>
Sent: Tuesday, June 16, 2026 10:23 AM
To: Mark Rivers <rivers at cars.uchicago.edu>; tech-talk at aps.anl.gov <tech-talk at aps.anl.gov>
Subject: Problems with Dante (XGLab) Driver

Hi Community,
Hi Mark,

I'm almost finish the implementation of Dante EPICS Drivers in our
system, however I have a big problem (maybe a bug?).
When I start few acquisitions (from caput command or from Phebus), the
system seems that crash.
The Dante:dante2:ElapsedRealTime stops (not on target). Moreover on
Phebus the text is in "Collecting" mode, The Acquire Busy is in
"Acquiring" mode and the IOC do not respond to any command that I send.
Up to now, the only solution is to stop the IOC and restart it.
What's the problem?
Is there a possibility to force a reset/reinitialize the driver without
stop and restart it?

awaiting your (precious) help

Dariush


-- ************************************ Dr. Dariush Hampai, PhD INFN - LNF X-Lab Frascati Via E. Fermi, 54 (ex 40) I-00044 Frascati (RM) Italy Mail Address: XLab-Frascati LNF-INFN Casella Postale 13 Frascati (RM) Italy Room: +39.06.9403.5248 Lab.: +39.06.9403.2286 Mob.: +39.06.9403.8025 Fax.: +39.06.9403.2597 ************************************
-- ************************************ Dr. Dariush Hampai, PhD INFN - LNF X-Lab Frascati Via E. Fermi, 54 (ex 40) I-00044 Frascati (RM) Italy Mail Address: XLab-Frascati LNF-INFN Casella Postale 13 Frascati (RM) Italy Room: +39.06.9403.5248 Lab.: +39.06.9403.2286 Mob.: +39.06.9403.8025 Fax.: +39.06.9403.2597 ************************************
-- 
************************************

Dr. Dariush Hampai, PhD

INFN - LNF
X-Lab Frascati
Via E. Fermi, 54 (ex 40)
I-00044 Frascati (RM)
Italy

Mail Address:
XLab-Frascati
LNF-INFN
Casella Postale 13
Frascati (RM)
Italy

Room:	+39.06.9403.5248
Lab.:	+39.06.9403.2286
Mob.:	+39.06.9403.8025
Fax.:	+39.06.9403.2597

************************************
TO MARK

#0  0x00007ffff5904b92 in pselect () from /lib64/libc.so.6
#1  0x00007ffff6b143bb in rl_getc () from /lib64/libreadline.so.8
#2  0x00007ffff6b13cd1 in rl_read_key () from /lib64/libreadline.so.8
#3  0x00007ffff6af8497 in readline_internal_char () from /lib64/libreadline.so.8
#4  0x00007ffff6b01535 in readline () from /lib64/libreadline.so.8
#5  0x00007ffff6c85cd2 in osdReadline (context=0x444dc0, prompt=0x7ffff6c9c183 "epics> ") at ../osi/os/default/gnuReadline.c:70
#6  epicsReadline (prompt=0x7ffff6c9c183 "epics> ", context=0x444dc0) at ../osi/epicsReadline.c:68
#7  0x00007ffff6c77aea in iocshBody (pathname=<optimized out>, commandLine=0x0, macros=0x0) at ../iocsh/iocsh.cpp:1143
#8  0x000000000040a616 in main (argc=<optimized out>, argv=<optimized out>) at ../mcaDanteAppMain.cpp:20




TO ANDREW

(gdb) thread apply all backtrace

Thread 276 (Thread 0x7fff65a41640 (LWP 149363) "CAS-client"):
#0  0x00007ffff590fe5e in recv () from /lib64/libc.so.6
#1  0x00007ffff6d8a017 in camsgtask (pParm=0x7fff6c0018f8) at ../rsrv/camsgtask.c:71
#2  0x00007ffff6c86795 in start_routine (arg=0x8eb1c0) at ../osi/os/posix/osdThread.c:442
#3  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#4  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 275 (Thread 0x7fff75d6f640 (LWP 149362) "CAS-event"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x5986e0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
#4  0x00007ffff6d5ff41 in event_task (pParm=0x1375b70) at ../db/dbEvent.c:1023
#5  0x00007ffff6c86795 in start_routine (arg=0x65fda0) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 274 (Thread 0x7fff66c44640 (LWP 149355) "CAS-client"):
#0  0x00007ffff590fe5e in recv () from /lib64/libc.so.6
#1  0x00007ffff6d8a017 in camsgtask (pParm=0x7fff6c001a18) at ../rsrv/camsgtask.c:71
#2  0x00007ffff6c86795 in start_routine (arg=0xa72760) at ../osi/os/posix/osdThread.c:442
#3  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#4  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 273 (Thread 0x7ffff2d5b640 (LWP 149354) "CAS-event"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x931e20) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
#4  0x00007ffff6d5ff41 in event_task (pParm=0x1376508) at ../db/dbEvent.c:1023
#5  0x00007ffff6c86795 in start_routine (arg=0x128e690) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 257 (Thread 0x7fff66443640 (LWP 149331) "save_restore"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x7fffa0020d40, timeout=<optimized out>) at ../osi/os/posix/osdEvent.c:131
#3  0x00007ffff6c8ac27 in myReceive (timeout=<optimized out>, size=512, message=0x200, pmsg=0x3384600) at ../osi/os/default/osdMessageQueue.cpp:369
#4  epicsMessageQueueReceiveWithTimeout (pmsg=0x3384600, message=message@entry=0x7fff66442a40, size=size@entry=512, timeout=1) at ../osi/os/default/osdMessageQueue.cpp:404
#5  0x00007ffff73d8796 in save_restore () at ../save_restore.c:1226
#6  0x00007ffff6c86795 in start_routine (arg=0x3385b60) at ../osi/os/posix/osdThread.c:442
#7  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#8  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 256 (Thread 0x7fff75769640 (LWP 149330) "CAC-event"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff9801e110) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
#4  0x00007ffff6d5ff41 in event_task (pParm=0x1376ea0) at ../db/dbEvent.c:1023
#5  0x00007ffff6c86795 in start_routine (arg=0x7fff9801e240) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 255 (Thread 0x7fffcbfff640 (LWP 149329) "danteMED"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x6d6b20, timeout=<optimized out>) at ../osi/os/posix/osdEvent.c:131
#3  0x00007ffff7e1b605 in ss_entry (arg=0x13074e0) at ../seq_task.c:329
#4  0x00007ffff7e1b974 in sequencer (arg=0x3233250) at ../seq_task.c:101
#5  0x00007ffff6c86795 in start_routine (arg=0x3384320) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 253 (Thread 0x7fffc911c640 (LWP 149327) "CAC-event"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffd8067de0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
#4  0x00007ffff6d5ff41 in event_task (pParm=0x1377838) at ../db/dbEvent.c:1023
#5  0x00007ffff6c86795 in start_routine (arg=0x7fffd8067f10) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 252 (Thread 0x7fff6bcfc640 (LWP 149326) "CAC-UDP"):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff6cf7f3d in udpRecvThread::run (this=0x7fffd802ea48) at ../udpiiu.cpp:409
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x7fffd802ea68) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x7fffd801c8e0) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 251 (Thread 0x7fffcabf4640 (LWP 149325) "timerQueue"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x7fffd801bc80, timeout=<optimized out>) at ../osi/os/posix/osdEvent.c:131
#3  0x00007ffff6c82f4c in epicsEvent::wait (this=this@entry=0x7fffd801baa8, timeout=<optimized out>) at ../osi/epicsEvent.cpp:75
#4  0x00007ffff6c92733 in timerQueueActive::run (this=0x7fffd801b9f0) at ../timer/timerQueueActive.cpp:96
#5  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x7fffd801bab8) at ../osi/epicsThread.cpp:94
#6  0x00007ffff6c86795 in start_routine (arg=0x7fffd801be90) at ../osi/os/posix/osdThread.c:442
#7  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#8  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 250 (Thread 0x7fff67856640 (LWP 149324) "ipToAsciiProxy"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffd801b690) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c82f2c in epicsEvent::wait (this=this@entry=0x7fffd801b580) at ../osi/epicsEvent.cpp:66
#4  0x00007ffff6c805af in (anonymous namespace)::ipAddrToAsciiGlobal::run (this=0x7fffd801b540) at ../misc/ipAddrToAsciiAsynchronous.cpp:306
#5  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x7fffd801b590) at ../osi/epicsThread.cpp:94
#6  0x00007ffff6c86795 in start_routine (arg=0x7fffd801b8a0) at ../osi/os/posix/osdThread.c:442
#7  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#8  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 249 (Thread 0x7fffc91dd640 (LWP 149323) "CAS-beacon"):
#0  0x00007ffff58d4895 in clock_nanosleep@GLIBC_2.2.5 () from /lib64/libc.so.6
#1  0x00007ffff58d9487 in nanosleep () from /lib64/libc.so.6
#2  0x00007ffff6c87ab7 in epicsThreadSleep (seconds=seconds@entry=15) at ../osi/os/posix/osdThread.c:886
#3  0x00007ffff6d8eebb in rsrv_online_notify_task (pParm=<optimized out>) at ../rsrv/online_notify.c:116
#4  0x00007ffff6c86795 in start_routine (arg=0x3232fb0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 248 (Thread 0x7fff66e53640 (LWP 149322) "CAS-UDP2"):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff6d8ea16 in cast_server (pParm=<optimized out>) at ../rsrv/cast_server.c:164
#2  0x00007ffff6c86795 in start_routine (arg=0x3232d70) at ../osi/os/posix/osdThread.c:442
#3  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#4  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 247 (Thread 0x7fff66f54640 (LWP 149321) "CAS-UDP"):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff6d8ea16 in cast_server (pParm=<optimized out>) at ../rsrv/cast_server.c:164
#2  0x00007ffff6c86795 in start_routine (arg=0x3232b30) at ../osi/os/posix/osdThread.c:442
#3  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#4  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 246 (Thread 0x7fff67055640 (LWP 149320) "CAS-TCP"):
#0  0x00007ffff59104d0 in accept4 () from /lib64/libc.so.6
#1  0x00007ffff6c84e71 in epicsSocketAccept (sock=sock@entry=39, pAddr=pAddr@entry=0x7fff67054bf0, addrlen=addrlen@entry=0x7fff67054bec) at ../osi/os/posix/osdSock.c:133
#2  0x00007ffff6d89df2 in req_server (pParm=<optimized out>) at ../rsrv/caservertask.c:82
#3  0x00007ffff6c86795 in start_routine (arg=0x3232660) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 245 (Thread 0x7fff6bafa640 (LWP 149319) "PVA1_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffec001420) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x1302f40) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x1302f40, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x1335eb0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x13006f0) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x13034a0) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 243 (Thread 0x7fff6bdfd640 (LWP 149317) "BADPIX1_Plugin_"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffe8001d20) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x12c8190) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x12c8190, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x12cbd50) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x11b5390) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x12c86f0) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 241 (Thread 0x7fff74162640 (LWP 149315) "CODEC2_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffe000a460) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x128cbf0) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x128cbf0, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x1290810) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x128a5c0) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x128d150) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 239 (Thread 0x7fff74465640 (LWP 149313) "CODEC1_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffd8002550) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x1251b10) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x1251b10, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x1255e50) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x11b52d0) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x1252070) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 237 (Thread 0x7fff74768640 (LWP 149311) "FFT1_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffd0001520) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x1216750) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x1216750, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x121a2c0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x11b5450) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x1216cb0) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 235 (Thread 0x7fff74a8c640 (LWP 149309) "ATTR1_TS_Plugin"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffc4002380) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x12090d0) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x12090d0, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x11f4880) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x11b4fd0) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x1209550) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 233 (Thread 0x7fff74d8f640 (LWP 149307) "ATTR1_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffb8001c30) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x11af610) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x11af610, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x11684b0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x1165050) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x11afa90) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 231 (Thread 0x7fff7517aac0 (LWP 149305) "CB1_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffb0001c60) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x112e2e0) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x112e2e0, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x1131e80) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x10f8d50) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x112e840) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 229 (Thread 0x7fff75567640 (LWP 149303) "CC2_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff9c000c60) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x10f79a0) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x10f79a0, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x10fb9c0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x1035db0) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x10f7f00) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 227 (Thread 0x7fff7586a640 (LWP 149301) "CC1_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffa8001c60) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x1033120) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x1033120, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x10d2970) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x10e4c00) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x1033680) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 225 (Thread 0x7fff75b6d640 (LWP 149299) "OVER1_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffa0001d80) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x1029a70) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x1029a70, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0xfe84a0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0xfe5b50) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x1029ef0) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 223 (Thread 0x7fff75e70640 (LWP 149297) "TRANS1_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff98001230) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0xfab1c0) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0xfab1c0, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0xfaf5c0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0xfa8b90) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0xfab720) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6
--Type <RET> for more, q to quit, c to continue without paging--

Thread 221 (Thread 0x7fff7628a640 (LWP 149295) "STATS5_TS_Plugi"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff90001230) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0xf98ed0) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0xf98ed0, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0xf03250) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0xf5dc50) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0xf99350) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 219 (Thread 0x7fff7658d640 (LWP 149293) "STATS5_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff88001230) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0xef5f80) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0xef5f80, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0xec1e20) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0xebb9b0) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0xef64e0) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 216 (Thread 0x7fff769a7640 (LWP 149290) "STATS4_TS_Plugi"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff80001f10) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0xeab1e0) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0xeab1e0, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0xe14a60) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0xe6fa90) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0xeab660) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 214 (Thread 0x7fff76caa640 (LWP 149288) "STATS4_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff780009b0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0xe07790) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0xe07790, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0xdd3630) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0xdcd1c0) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0xe07cf0) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
--Type <RET> for more, q to quit, c to continue without paging--
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 212 (Thread 0x7fff770c4640 (LWP 149286) "STATS3_TS_Plugi"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff84001250) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0xdbc6d0) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0xdbc6d0, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0xd26a40) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0xd81440) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0xdbcb50) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 210 (Thread 0x7fff773c7640 (LWP 149284) "STATS3_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff7c0013d0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0xd19010) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0xd19010, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0xce4eb0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0xcdea40) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0xd19570) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 208 (Thread 0x7fff777e1640 (LWP 149282) "STATS2_TS_Plugi"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff6c000bf0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0xccdef0) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0xccdef0, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0xc381e0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0xc92be0) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0xcce370) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 206 (Thread 0x7fff77ae4640 (LWP 149280) "STATS2_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffec001100) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0xc2a2b0) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0xc2a2b0, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0xbf6150) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0xbefce0) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0xc2a810) at ../osi/os/posix/osdThread.c:442
--Type <RET> for more, q to quit, c to continue without paging--
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 204 (Thread 0x7fff77efe640 (LWP 149278) "STATS1_TS_Plugi"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffe8001a00) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0xbdb620) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0xbdb620, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0xb4a7f0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0xba4a00) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0xbdfb10) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 202 (Thread 0x7fffc820d640 (LWP 149276) "STATS1_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffe000a140) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0xb3c840) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0xb3c840, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0xb3ae70) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0xab4450) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0xb3cda0) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 200 (Thread 0x7fffc8510640 (LWP 149274) "GATHER1_Plugin_"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffd8002230) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0xaf7430) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0xaf7430, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0xab80c0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0xab4090) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0xaf78b0) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 198 (Thread 0x7fffc8b16640 (LWP 149271) "PROC1TIFF_Plugi"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffc4002060) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x7fff80001720) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x7fff80001720, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0xa1dec0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x996870) at ../osi/epicsThread.cpp:94
--Type <RET> for more, q to quit, c to continue without paging--
#7  0x00007ffff6c86795 in start_routine (arg=0x7fff80001b80) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 197 (Thread 0x7fffc8813640 (LWP 149272) "SCATTER1_Plugin"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffd0001200) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0xa71a10) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0xa71a10, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0xa75a60) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0xa83840) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0xa71f70) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 194 (Thread 0x7fffc8f1a640 (LWP 149268) "PROC1_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffbc000f30) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x998f60) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x998f60, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0xa0d2a0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x996930) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x9994c0) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 192 (Thread 0x7fffc92de640 (LWP 149266) "ROISTAT1_Plugin"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffb4000f30) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x98b1e0) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x98b1e0, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x9396e0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x9358d0) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x98b660) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 190 (Thread 0x7fffc95e1640 (LWP 149264) "ROI4_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffac000f30) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x8ee1b0) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x8ee1b0, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x8f20a0) at ../NDPluginDriver.cpp:484
--Type <RET> for more, q to quit, c to continue without paging--
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x8f2cf0) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x8ee710) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 188 (Thread 0x7fffc98e4640 (LWP 149262) "ROI3_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fffa4000f30) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x8a6760) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x8a6760, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x8a9db0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x8a4130) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x2d91950) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 186 (Thread 0x7fffc9be7640 (LWP 149260) "ROI2_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff98000f10) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x85e4e0) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x85e4e0, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x8623d0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x85bdb0) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x2d91890) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 184 (Thread 0x7fffcb5fd640 (LWP 149255) "FileNetCDF1_Plu"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff80001170) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x7fffc4001870) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x7fffc4001870, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x6920c0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x618c30) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x7fffc4001cd0) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 183 (Thread 0x7fffc9eea640 (LWP 149254) "FileTIFF1_Plugi"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff840011c0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x7fffb80013b0) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x7fffb80013b0, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
--Type <RET> for more, q to quit, c to continue without paging--
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x6953b0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x6943a0) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x7fffb8001810) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 182 (Thread 0x7fffcadf6640 (LWP 149257) "FileJPEG1_Plugi"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff8c0011c0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x7fffb0001400) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x7fffb0001400, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x6d32c0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x5de3d0) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x7fffb0001860) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 181 (Thread 0x7fffcb1fa640 (LWP 149256) "FileNexus1_Plug"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff900011c0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x7fffa8001400) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x7fffa8001400, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x71c1d0) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x71b220) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x7fffa8001860) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 180 (Thread 0x7fffca3ee640 (LWP 149258) "FileHDF1_Plugin"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff940011c0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x7fffa0001520) at ../osi/os/default/osdMessageQueue.cpp:367
#4  epicsMessageQueueReceive (pmsg=0x7fffa0001520, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x75f460) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x75a590) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x7fffa0001980) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 179 (Thread 0x7fffca9f2640 (LWP 149253) "ROI1_Plugin_1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7fff880011c0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c8a938 in myReceive (timeout=-1, size=16, message=<optimized out>, pmsg=0x2d90f40) at ../osi/os/default/osdMessageQueue.cpp:367
--Type <RET> for more, q to quit, c to continue without paging--
#4  epicsMessageQueueReceive (pmsg=0x2d90f40, message=<optimized out>, size=<optimized out>) at ../osi/os/default/osdMessageQueue.cpp:397
#5  0x00007ffff7d2d8d3 in NDPluginDriver::processTask (this=0x7e8200) at ../NDPluginDriver.cpp:484
#6  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x7e2720) at ../osi/epicsThread.cpp:94
#7  0x00007ffff6c86795 in start_routine (arg=0x2d91520) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 171 (Thread 0x7fff67a57640 (LWP 149245) "scan-0.1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x2a5a720, timeout=<optimized out>) at ../osi/os/posix/osdEvent.c:131
#3  0x00007ffff6d5ca3f in periodicTask (arg=0x2a5a670) at ../db/dbScan.c:846
#4  0x00007ffff6c86795 in start_routine (arg=0x2d8fa10) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 170 (Thread 0x7fff67c58640 (LWP 149244) "scan-0.2"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x2a5a600, timeout=<optimized out>) at ../osi/os/posix/osdEvent.c:131
#3  0x00007ffff6d5ca3f in periodicTask (arg=0x2a5a550) at ../db/dbScan.c:846
#4  0x00007ffff6c86795 in start_routine (arg=0x2d8f490) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 169 (Thread 0x7fff67e59640 (LWP 149243) "scan-0.5"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x2a5a4e0, timeout=<optimized out>) at ../osi/os/posix/osdEvent.c:131
#3  0x00007ffff6d5ca3f in periodicTask (arg=0x2a5a430) at ../db/dbScan.c:846
#4  0x00007ffff6c86795 in start_routine (arg=0x2d8f1e0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 168 (Thread 0x7fff6805a640 (LWP 149242) "scan-1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x2a5a3c0, timeout=<optimized out>) at ../osi/os/posix/osdEvent.c:131
#3  0x00007ffff6d5ca3f in periodicTask (arg=0x2a5a310) at ../db/dbScan.c:846
#4  0x00007ffff6c86795 in start_routine (arg=0x2d8ef30) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 167 (Thread 0x7fff6825b640 (LWP 149241) "scan-2"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x2a5a2a0, timeout=<optimized out>) at ../osi/os/posix/osdEvent.c:131
--Type <RET> for more, q to quit, c to continue without paging--
#3  0x00007ffff6d5ca3f in periodicTask (arg=0x2a5a1f0) at ../db/dbScan.c:846
#4  0x00007ffff6c86795 in start_routine (arg=0x2d8ec80) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 166 (Thread 0x7fff6845c640 (LWP 149240) "scan-5"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x2a5a180, timeout=<optimized out>) at ../osi/os/posix/osdEvent.c:131
#3  0x00007ffff6d5ca3f in periodicTask (arg=0x2a5a0d0) at ../db/dbScan.c:846
#4  0x00007ffff6c86795 in start_routine (arg=0x2d8e9d0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 165 (Thread 0x7fff6865d640 (LWP 149239) "scan-10"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x2a5a060, timeout=<optimized out>) at ../osi/os/posix/osdEvent.c:131
#3  0x00007ffff6d5ca3f in periodicTask (arg=0x2a59fb0) at ../db/dbScan.c:846
#4  0x00007ffff6c86795 in start_routine (arg=0x2d8e720) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 164 (Thread 0x7fff6885e640 (LWP 149238) "scanOnce"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x2a605c0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
#4  0x00007ffff6d5c6dc in onceTask (arg=<optimized out>) at ../db/dbScan.c:701
#5  0x00007ffff6c86795 in start_routine (arg=0x2a60630) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 163 (Thread 0x7fff68a5f640 (LWP 149237) "UDP-rx 224.0.0."):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff79821b6 in epics::pvAccess::BlockingUDPTransport::run (this=0x2a39720) at ../../src/remote/blockingUDPTransport.cpp:238
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x2a59a90) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x2a59c00) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 162 (Thread 0x7fff68c60640 (LWP 149236) "UDP-rx 172.17.2"):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff79821b6 in epics::pvAccess::BlockingUDPTransport::run (this=0x2a18b80) at ../../src/remote/blockingUDPTransport.cpp:238
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x2a392e0) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x2a39450) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
--Type <RET> for more, q to quit, c to continue without paging--
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 161 (Thread 0x7fff68e61640 (LWP 149235) "UDP-rx 172.17.0"):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff79821b6 in epics::pvAccess::BlockingUDPTransport::run (this=0x29f88e0) at ../../src/remote/blockingUDPTransport.cpp:238
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x2a38eb0) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x2a39020) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 160 (Thread 0x7fff69062640 (LWP 149234) "UDP-rx 100.100."):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff79821b6 in epics::pvAccess::BlockingUDPTransport::run (this=0x29d7d80) at ../../src/remote/blockingUDPTransport.cpp:238
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x29f84a0) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x29f8610) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 159 (Thread 0x7fff69263640 (LWP 149233) "UDP-rx 100.100."):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff79821b6 in epics::pvAccess::BlockingUDPTransport::run (this=0x29b7ab0) at ../../src/remote/blockingUDPTransport.cpp:238
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x29f8060) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x29f81d0) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 158 (Thread 0x7fff69464640 (LWP 149232) "UDP-rx 192.168."):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff79821b6 in epics::pvAccess::BlockingUDPTransport::run (this=0x2996f20) at ../../src/remote/blockingUDPTransport.cpp:238
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x659d30) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x29b77e0) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 157 (Thread 0x7fff69665640 (LWP 149231) "UDP-rx 192.168."):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff79821b6 in epics::pvAccess::BlockingUDPTransport::run (this=0x2976c30) at ../../src/remote/blockingUDPTransport.cpp:238
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x119eb10) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x29b73b0) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 156 (Thread 0x7fff69866640 (LWP 149230) "UDP-rx 0.0.0.0:"):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff79821b6 in epics::pvAccess::BlockingUDPTransport::run (this=0x2956290) at ../../src/remote/blockingUDPTransport.cpp:238
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x11b9b10) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x2976950) at ../osi/os/posix/osdThread.c:442
--Type <RET> for more, q to quit, c to continue without paging--
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 155 (Thread 0x7fff69a67640 (LWP 149229) "pvAccess-client"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x2955030, timeout=<optimized out>) at ../osi/os/posix/osdEvent.c:131
#3  0x00007ffff77dbda8 in epics::pvData::Event::wait (this=this@entry=0x13026a8, timeOut=timeOut@entry=0.22772040600000001) at ../../src/misc/event.cpp:60
#4  0x00007ffff77dc791 in epics::pvData::Timer::run (this=0x1302680) at ../../src/misc/timer.cpp:130
#5  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x13026b8) at ../osi/epicsThread.cpp:94
#6  0x00007ffff6c86795 in start_routine (arg=0x29551f0) at ../osi/os/posix/osdThread.c:442
#7  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#8  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 154 (Thread 0x7fff69b68640 (LWP 149228) "timerQueue"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x14caec0, timeout=<optimized out>) at ../osi/os/posix/osdEvent.c:131
#3  0x00007ffff6c82f4c in epicsEvent::wait (this=this@entry=0x5e5d38, timeout=<optimized out>) at ../osi/epicsEvent.cpp:75
#4  0x00007ffff6c92733 in timerQueueActive::run (this=0x5e5c80) at ../timer/timerQueueActive.cpp:96
#5  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x5e5d48) at ../osi/epicsThread.cpp:94
#6  0x00007ffff6c86795 in start_routine (arg=0x14cb0d0) at ../osi/os/posix/osdThread.c:442
#7  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#8  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 153 (Thread 0x7fff69be9640 (LWP 149227) "PVAL"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x5e1f20) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c82f2c in epicsEvent::wait (this=this@entry=0x5a2d78) at ../osi/epicsEvent.cpp:66
#4  0x00007ffff7c7e8ab in WorkQueue::run (this=0x5a2cf0) at ../tpool.cpp:128
#5  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x5e2250) at ../osi/epicsThread.cpp:94
#6  0x00007ffff6c86795 in start_routine (arg=0x14ca8c0) at ../osi/os/posix/osdThread.c:442
#7  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#8  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 152 (Thread 0x7fff69dea640 (LWP 149226) "dbCaLink"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x5e1b40) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
#4  0x00007ffff6d683dc in dbCaTask (arg=<optimized out>) at ../db/dbCa.c:1134
#5  0x00007ffff6c86795 in start_routine (arg=0x5e1c20) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 151 (Thread 0x7fff69feb640 (LWP 149225) "cbHigh"):
--Type <RET> for more, q to quit, c to continue without paging--
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x10f8a40) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
#4  0x00007ffff6d65ef9 in callbackTask (arg=<optimized out>) at ../db/callback.c:217
#5  0x00007ffff6c86795 in start_routine (arg=0x5e1860) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 150 (Thread 0x7fff6a1ec640 (LWP 149224) "cbMedium"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0xaf9500) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
#4  0x00007ffff6d65ef9 in callbackTask (arg=<optimized out>) at ../db/callback.c:217
#5  0x00007ffff6c86795 in start_routine (arg=0x5e1620) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 149 (Thread 0x7fff6a3ed640 (LWP 149223) "cbLow"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7e1730) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
#4  0x00007ffff6d65ef9 in callbackTask (arg=<optimized out>) at ../db/callback.c:217
#5  0x00007ffff6c86795 in start_routine (arg=0x14ad1f0) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 148 (Thread 0x7fff6a4ee640 (LWP 149222) "timerQueue"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x1373730, timeout=<optimized out>) at ../osi/os/posix/osdEvent.c:131
#3  0x00007ffff6c82f4c in epicsEvent::wait (this=this@entry=0x5a3cf8, timeout=<optimized out>) at ../osi/epicsEvent.cpp:75
#4  0x00007ffff6c92733 in timerQueueActive::run (this=0x5a3c40) at ../timer/timerQueueActive.cpp:96
#5  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x5a3d08) at ../osi/epicsThread.cpp:94
#6  0x00007ffff6c86795 in start_routine (arg=0x99b520) at ../osi/os/posix/osdThread.c:442
#7  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#8  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 147 (Thread 0x7fff6a6ef640 (LWP 149221) "UDP-rx 224.0.0."):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff79821b6 in epics::pvAccess::BlockingUDPTransport::run (this=0x148c7a0) at ../../src/remote/blockingUDPTransport.cpp:238
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x14acb10) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x14acc80) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6
--Type <RET> for more, q to quit, c to continue without paging--

Thread 146 (Thread 0x7fff6a8f0640 (LWP 149220) "UDP-rx 172.17.2"):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff79821b6 in epics::pvAccess::BlockingUDPTransport::run (this=0x993a20) at ../../src/remote/blockingUDPTransport.cpp:238
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x148c360) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x148c4d0) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 145 (Thread 0x7fff6aaf1640 (LWP 149219) "UDP-rx 172.17.0"):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff79821b6 in epics::pvAccess::BlockingUDPTransport::run (this=0x993c60) at ../../src/remote/blockingUDPTransport.cpp:238
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x148bf30) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x148c0a0) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 144 (Thread 0x7fff6acf2640 (LWP 149218) "UDP-rx 100.100."):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff79821b6 in epics::pvAccess::BlockingUDPTransport::run (this=0x993e20) at ../../src/remote/blockingUDPTransport.cpp:238
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x13aaeb0) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x144b9a0) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 143 (Thread 0x7fff6aef3640 (LWP 149217) "UDP-rx 100.100."):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff79821b6 in epics::pvAccess::BlockingUDPTransport::run (this=0x993fe0) at ../../src/remote/blockingUDPTransport.cpp:238
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x13aac00) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x13aad70) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 142 (Thread 0x7fff6b0f4640 (LWP 149216) "UDP-rx 192.168."):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff79821b6 in epics::pvAccess::BlockingUDPTransport::run (this=0x5abe80) at ../../src/remote/blockingUDPTransport.cpp:238
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x13aa580) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x13aa6f0) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 141 (Thread 0x7fff6b2f5640 (LWP 149215) "UDP-rx 192.168."):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff79821b6 in epics::pvAccess::BlockingUDPTransport::run (this=0x5ab580) at ../../src/remote/blockingUDPTransport.cpp:238
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x1379bf0) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x13aa280) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
--Type <RET> for more, q to quit, c to continue without paging--
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 140 (Thread 0x7fff6b4f6640 (LWP 149214) "UDP-rx 0.0.0.0:"):
#0  0x00007ffff590ff24 in recvfrom () from /lib64/libc.so.6
#1  0x00007ffff79821b6 in epics::pvAccess::BlockingUDPTransport::run (this=0x5abc40) at ../../src/remote/blockingUDPTransport.cpp:238
#2  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x1379a70) at ../osi/epicsThread.cpp:94
#3  0x00007ffff6c86795 in start_routine (arg=0x137bc50) at ../osi/os/posix/osdThread.c:442
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 139 (Thread 0x7fff6b6f7640 (LWP 149213) "TCP-acceptor"):
#0  0x00007ffff59104d0 in accept4 () from /lib64/libc.so.6
#1  0x00007ffff6c84e71 in epicsSocketAccept (sock=<optimized out>, pAddr=<optimized out>, addrlen=<optimized out>) at ../osi/os/posix/osdSock.c:133
#2  0x00007ffff7989d5f in epics::pvAccess::BlockingTCPAcceptor::run (this=0x1378d60) at ../../src/remote/blockingTCPAcceptor.cpp:156
#3  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x1378db0) at ../osi/epicsThread.cpp:94
#4  0x00007ffff6c86795 in start_routine (arg=0x137a0f0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 138 (Thread 0x7fff6b7f8640 (LWP 149212) "PDB-event"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x1373380) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
#4  0x00007ffff6d5ff41 in event_task (pParm=0x13781d0) at ../db/dbEvent.c:1023
#5  0x00007ffff6c86795 in start_routine (arg=0x1378c30) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 137 (Thread 0x7fff6b9f9640 (LWP 149211) "PVAS timers"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x1373660, timeout=<optimized out>) at ../osi/os/posix/osdEvent.c:131
#3  0x00007ffff77dbda8 in epics::pvData::Event::wait (this=this@entry=0x11f9768, timeOut=timeOut@entry=180.00000801600001) at ../../src/misc/event.cpp:60
#4  0x00007ffff77dc791 in epics::pvData::Timer::run (this=0x11f9740) at ../../src/misc/timer.cpp:130
#5  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x11f9778) at ../osi/epicsThread.cpp:94
#6  0x00007ffff6c86795 in start_routine (arg=0x1372f70) at ../osi/os/posix/osdThread.c:442
#7  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#8  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 135 (Thread 0x7fff6bbfb640 (LWP 149209) "PVA1_updateQueu"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x1300eb0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x1335eb0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x1302120) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
--Type <RET> for more, q to quit, c to continue without paging--
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 132 (Thread 0x7fff6befe640 (LWP 149206) "BADPIX1_updateQ"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x12c6210) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x12cbd50) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x12c7480) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 129 (Thread 0x7fff74263640 (LWP 149203) "CODEC2_updateQu"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x128ac70) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x1290810) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x128bee0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 126 (Thread 0x7fff74566640 (LWP 149200) "CODEC1_updateQu"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x124fb90) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x1255e50) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x1250e00) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 123 (Thread 0x7fff74869640 (LWP 149197) "FFT1_updateQueu"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x12147d0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x121a2c0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x1215a40) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 120 (Thread 0x7fff74b8d640 (LWP 149194) "ATTR1_TS_update"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x11f81e0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x11f4880) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x1203380) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

--Type <RET> for more, q to quit, c to continue without paging--
Thread 117 (Thread 0x7fff74e90640 (LWP 149191) "ATTR1_updateQue"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x11a0500) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x11684b0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x11a9de0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 114 (Thread 0x7fff75364ac0 (LWP 149188) "CB1_updateQueue"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x112c360) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x1131e80) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x112d5d0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 111 (Thread 0x7fff75668640 (LWP 149185) "CC2_updateQueue"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x10f5a20) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x10fb9c0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x10f6c90) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 108 (Thread 0x7fff7596b640 (LWP 149182) "CC1_updateQueue"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x1031950) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x10d2970) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x1032410) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 105 (Thread 0x7fff75c6e640 (LWP 149179) "OVER1_updateQue"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x1019a70) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0xfe84a0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x1023350) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 102 (Thread 0x7fff75f71640 (LWP 149176) "TRANS1_updateQu"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
--Type <RET> for more, q to quit, c to continue without paging--
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0xfa9240) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0xfaf5c0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0xfaa4b0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 99 (Thread 0x7fff7638b640 (LWP 149173) "STATS5_TS_updat"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0xf68620) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0xf03250) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0xf86730) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 96 (Thread 0x7fff7668e640 (LWP 149170) "STATS5_updateQu"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0xebc700) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0xec1e20) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0xebec80) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 93 (Thread 0x7fff76aa8640 (LWP 149167) "STATS4_TS_updat"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0xe7a920) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0xe14a60) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0xe98a10) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 90 (Thread 0x7fff76dab640 (LWP 149164) "STATS4_updateQu"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0xdcdf10) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0xdd3630) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0xdd0490) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 87 (Thread 0x7fff771c5640 (LWP 149161) "STATS3_TS_updat"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0xd8b750) at ../osi/os/posix/osdEvent.c:104
--Type <RET> for more, q to quit, c to continue without paging--
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0xd26a40) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0xda9ef0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 84 (Thread 0x7fff774c8640 (LWP 149158) "STATS3_updateQu"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0xcdf790) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0xce4eb0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0xce1d10) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 81 (Thread 0x7fff778e2640 (LWP 149155) "STATS2_TS_updat"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0xc9d5b0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0xc381e0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0xcbc660) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 78 (Thread 0x7fff77be5640 (LWP 149152) "STATS2_updateQu"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0xbf0a30) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0xbf6150) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0xbf2fb0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 75 (Thread 0x7fff77fff640 (LWP 149149) "STATS1_TS_updat"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0xbaf5f0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0xb4a7f0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0xbcd6f0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 72 (Thread 0x7fffc830e640 (LWP 149145) "STATS1_updateQu"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0xafb690) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0xb3ae70) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0xafdc10) at ../osi/os/posix/osdThread.c:442
--Type <RET> for more, q to quit, c to continue without paging--
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 69 (Thread 0x7fffc8611640 (LWP 149138) "GATHER1_updateQ"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0xae8320) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0xab80c0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0xaf1f00) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 66 (Thread 0x7fffc8914640 (LWP 149134) "SCATTER1_update"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0xa6fa90) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0xa75a60) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0xa70d00) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 63 (Thread 0x7fffc8c17640 (LWP 149131) "PROC1TIFF_updat"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0xa18410) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0xa1dec0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0xa1bd90) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 61 (Thread 0x7fffc8e19640 (LWP 149129) "PROC1TIFF"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0xa164d0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
#4  0x00007ffff6ea8865 in portThread (pport=0xa1e450) at ../../asyn/asynDriver/asynManager.c:799
#5  0x00007ffff6c86795 in start_routine (arg=0xa1e8f0) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 59 (Thread 0x7fffc901b640 (LWP 149127) "PROC1_updateQue"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x996fe0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0xa0d2a0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x998250) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
--Type <RET> for more, q to quit, c to continue without paging--
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 56 (Thread 0x7fffc93df640 (LWP 149124) "ROISTAT1_update"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x97b1b0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x9396e0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x985190) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 53 (Thread 0x7fffc96e2640 (LWP 149121) "ROI4_updateQueu"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x8ec230) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x8f20a0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x8ed4a0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 50 (Thread 0x7fffc99e5640 (LWP 149118) "ROI3_updateQueu"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x8a47e0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x8a9db0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x8a5a50) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 47 (Thread 0x7fffc9ce8640 (LWP 149115) "ROI2_updateQueu"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x85c460) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x8623d0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x85d6d0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 44 (Thread 0x7fffc9feb640 (LWP 149112) "ROI1_updateQueu"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7e2dd0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x7e8200) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x7e4150) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6


--Type <RET> for more, q to quit, c to continue without paging--
Thread 42 (Thread 0x7fffca1ed640 (LWP 149110) "HDF5FlushTask"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x7e0570) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7db4478 in NDFileHDF5::flushTask (this=<optimized out>) at ../NDFileHDF5.cpp:351
#4  0x00007ffff6c86795 in start_routine (arg=0x7e05e0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 40 (Thread 0x7fffca5ef640 (LWP 149108) "FileHDF1_update"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x75ac40) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x75f460) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x75beb0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 38 (Thread 0x7fffca8f1640 (LWP 149106) "FileHDF1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x71a640) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
#4  0x00007ffff6ea8865 in portThread (pport=0x75fed0) at ../../asyn/asynDriver/asynManager.c:799
#5  0x00007ffff6c86795 in start_routine (arg=0x719c60) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 36 (Thread 0x7fffcaaf3640 (LWP 149104) "FileNexus1_upda"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x716f60) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x71c1d0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x7181d0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 34 (Thread 0x7fffcacf5640 (LWP 149102) "FileNexus1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x6d68a0) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
#4  0x00007ffff6ea8865 in portThread (pport=0x6d62f0) at ../../asyn/asynDriver/asynManager.c:799
#5  0x00007ffff6c86795 in start_routine (arg=0x71b0b0) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

--Type <RET> for more, q to quit, c to continue without paging--
Thread 32 (Thread 0x7fffcaef7640 (LWP 149100) "FileJPEG1_updat"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x6d7510) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x6d32c0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x6d4b60) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 30 (Thread 0x7fffcb0f9640 (LWP 149098) "FileJPEG1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x5dd510) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
#4  0x00007ffff6ea8865 in portThread (pport=0x5dc9e0) at ../../asyn/asynDriver/asynManager.c:799
#5  0x00007ffff6c86795 in start_routine (arg=0x6d8790) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 28 (Thread 0x7fffcb2fb640 (LWP 149096) "FileTIFF1_updat"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x6a2b00) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x6953b0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x5db2d0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 26 (Thread 0x7ffff0152640 (LWP 149094) "FileTIFF1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x5e5f00) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
#4  0x00007ffff6ea8865 in portThread (pport=0x5e5380) at ../../asyn/asynDriver/asynManager.c:799
#5  0x00007ffff6c86795 in start_routine (arg=0x695aa0) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 24 (Thread 0x7fffcb7fe640 (LWP 149092) "FileNetCDF1_upd"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x5e2750) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x6920c0) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x5e39c0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

--Type <RET> for more, q to quit, c to continue without paging--
Thread 22 (Thread 0x7ffff0a54640 (LWP 149090) "FileNetCDF1"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x5e0880) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
#4  0x00007ffff6ea8865 in portThread (pport=0x681a90) at ../../asyn/asynDriver/asynManager.c:799
#5  0x00007ffff6c86795 in start_routine (arg=0x681d50) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 17 (Thread 0x7ffff0b55640 (LWP 149053) "acquisitionTask"):
#0  0x00007ffff58d4895 in clock_nanosleep@GLIBC_2.2.5 () from /lib64/libc.so.6
#1  0x00007ffff58d9487 in nanosleep () from /lib64/libc.so.6
#2  0x00007ffff6c87ab7 in epicsThreadSleep (seconds=<optimized out>) at ../osi/os/posix/osdThread.c:886
#3  0x00007ffff7ec5e9b in Dante::acquisitionTask (this=0x594820) at ../dante.cpp:1289
#4  0x00007ffff6c86795 in start_routine (arg=0x5d9c00) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 16 (Thread 0x7ffff1356640 (LWP 149017) "mcaDanteApp"):
#0  0x00007ffff58d4895 in clock_nanosleep@GLIBC_2.2.5 () from /lib64/libc.so.6
#1  0x00007ffff58d9487 in nanosleep () from /lib64/libc.so.6
#2  0x00007ffff5905319 in usleep () from /lib64/libc.so.6
#3  0x00007ffff62b3b0a in std::thread::_Impl<std::_Bind_simple<TCPIP_Port::read_all()::{lambda(std::vector<TCPIP_Port::RawBuffersDataType, std::allocator<TCPIP_Port::RawBuffersDataType> >*, bool*)#1} (std::vector<TCPIP_Port::RawBuffersDataType, std::allocator<TCPIP_Port::RawBuffersDataType> >*, bool*)> >::_M_run() () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#4  0x00007ffff6561a90 in execute_native_thread_routine () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 15 (Thread 0x7ffff1b57640 (LWP 149016) "mcaDanteApp"):
#0  0x00007ffff59021ff in poll () from /lib64/libc.so.6
#1  0x00007ffff62b4830 in TCPIP_Port::read_all() () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#2  0x00007ffff62b4383 in TCPIP_Port::connect_handle(boost::system::error_code const&, boost::asio::ip::basic_resolver_iterator<boost::asio::ip::tcp>) () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#3  0x00007ffff62beadb in void std::_Mem_fn_base<void (TCPIP_Port::*)(boost::system::error_code const&, boost::asio::ip::basic_resolver_iterator<boost::asio::ip::tcp>), true>::operator()<boost::system::error_code const&, boost::asio::ip::basic_resolver_iterator<boost::asio::ip::tcp>&, void>(TCPIP_Port*, boost::system::error_code const&, boost::asio::ip::basic_resolver_iterator<boost::asio::ip::tcp>&) const () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#4  0x00007ffff62bebea in boost::asio::detail::reactive_socket_connect_op<std::_Bind<std::_Mem_fn<void (TCPIP_Port::*)(boost::system::error_code const&, boost::asio::ip::basic_resolver_iterator<boost::asio::ip::tcp>)> (TCPIP_Port*, std::_Placeholder<1>, boost::asio::ip::basic_resolver_iterator<boost::asio::ip::tcp>)> >::do_complete(void*, boost::asio::detail::scheduler_operation*, boost::system::error_code const&, unsigned long) () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#5  0x00007ffff62ae06f in boost::asio::detail::epoll_reactor::descriptor_state::do_complete(void*, boost::asio::detail::scheduler_operation*, boost::system::error_code const&, unsigned long) () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#6  0x00007ffff62bcb52 in boost::asio::detail::scheduler::run(boost::system::error_code&) () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
--Type <RET> for more, q to quit, c to continue without paging--
#7  0x00007ffff62b38e6 in TCPIP_Port::run_async_tasks() () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#8  0x00007ffff6561a90 in execute_native_thread_routine () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#9  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#10 0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 14 (Thread 0x7ffff2358640 (LWP 149009) "mcaDanteApp"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff5a19b0d in libusb_wait_for_event () from /lib64/libusb-1.0.so.0
#3  0x00007ffff5a1a178 in libusb_handle_events_timeout_completed () from /lib64/libusb-1.0.so.0
#4  0x00007ffff5a1a2a4 in libusb_handle_events_completed () from /lib64/libusb-1.0.so.0
#5  0x00007ffff623b4ee in hiddenWin::ThreadMain() () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#6  0x00007ffff6561a90 in execute_native_thread_routine () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#7  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#8  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 13 (Thread 0x7ffff2b59640 (LWP 149008) "mcaDanteApp"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6567f5c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#3  0x00007ffff62aabaa in globals::WaitPushSignal() () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#4  0x00007ffff6275a3d in DataDispatcherThr::ThreadMain() () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#5  0x00007ffff6561a90 in execute_native_thread_routine () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 12 (Thread 0x7ffff3961640 (LWP 149007) "mcaDanteApp"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6567f5c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#3  0x00007ffff6296f9f in dpp_lan_resolver::ThreadMain() () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#4  0x00007ffff6561a90 in execute_native_thread_routine () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 11 (Thread 0x7ffff2c5a640 (LWP 149006) "DANTE1_updateQu"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x59c030) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff7cce77b in asynNDArrayDriver::updateQueuedArrayCount (this=0x594820) at ../asynNDArrayDriver.cpp:777
#4  0x00007ffff6c86795 in start_routine (arg=0x5a12e0) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 9 (Thread 0x7ffff2ddc640 (LWP 149004) "taskwd"):
--Type <RET> for more, q to quit, c to continue without paging--
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x7fffe8000c50, timeout=timeout@entry=6) at ../osi/os/posix/osdEvent.c:131
#3  0x00007ffff6c8f65f in twdTask (arg=<optimized out>) at ../taskwd/taskwd.c:126
#4  0x00007ffff6c86795 in start_routine (arg=0x7fffe8000d30) at ../osi/os/posix/osdThread.c:442
#5  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#6  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 8 (Thread 0x7ffff2edd640 (LWP 149003) "DANTE1"):
#0  0x00007ffff58d4895 in clock_nanosleep@GLIBC_2.2.5 () from /lib64/libc.so.6
#1  0x00007ffff58d9487 in nanosleep () from /lib64/libc.so.6
#2  0x00007ffff6c87ab7 in epicsThreadSleep (seconds=<optimized out>) at ../osi/os/posix/osdThread.c:886
#3  0x00007ffff7ec644b in Dante::writeInt32 (this=0x594820, pasynUser=<optimized out>, value=1) at ../dante.cpp:461
#4  0x00007ffff6ec6e4d in writeInt32 (drvPvt=0x594820, pasynUser=0x2192008, value=1) at ../../asyn/asynPortDriver/asynPortDriver.cpp:1996
#5  0x00007ffff6edae45 in processCallbackOutput (pasynUser=0x2192008) at ../../asyn/devEpics/devAsynInt32.c:510
#6  0x00007ffff6ea8f0c in portThread (pport=0x595db0) at ../../asyn/asynDriver/asynManager.c:913
#7  0x00007ffff6c86795 in start_routine (arg=0x596d30) at ../osi/os/posix/osdThread.c:442
#8  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#9  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 7 (Thread 0x7ffff2fde640 (LWP 149002) "timerQueue"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x5958e0, timeout=<optimized out>) at ../osi/os/posix/osdEvent.c:131
#3  0x00007ffff6c82f4c in epicsEvent::wait (this=this@entry=0x595708, timeout=<optimized out>) at ../osi/epicsEvent.cpp:75
#4  0x00007ffff6c92733 in timerQueueActive::run (this=0x595650) at ../timer/timerQueueActive.cpp:96
#5  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x595718) at ../osi/epicsThread.cpp:94
#6  0x00007ffff6c86795 in start_routine (arg=0x595af0) at ../osi/os/posix/osdThread.c:442
#7  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#8  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 6 (Thread 0x7ffff30df640 (LWP 149001) "timerQueue"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889a54 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8978d in epicsEventWaitWithTimeout (pevent=0x42f5f0, timeout=<optimized out>) at ../osi/os/posix/osdEvent.c:131
#3  0x00007ffff6c82f4c in epicsEvent::wait (this=this@entry=0x442788, timeout=<optimized out>) at ../osi/epicsEvent.cpp:75
#4  0x00007ffff6c92733 in timerQueueActive::run (this=0x4426d0) at ../timer/timerQueueActive.cpp:96
#5  0x00007ffff6c8213b in epicsThreadCallEntryPoint (pPvt=0x442798) at ../osi/epicsThread.cpp:94
#6  0x00007ffff6c86795 in start_routine (arg=0x595300) at ../osi/os/posix/osdThread.c:442
#7  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#8  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 5 (Thread 0x7ffff3160640 (LWP 149000) "errlog"):
#0  0x00007ffff5886f4a in __futex_abstimed_wait_common () from /lib64/libc.so.6
#1  0x00007ffff5889750 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libc.so.6
#2  0x00007ffff6c8965b in epicsEventWait (pevent=0x42c880) at ../osi/os/posix/osdEvent.c:104
#3  0x00007ffff6c83019 in epicsEventMustWait (id=<optimized out>) at ../osi/epicsEvent.cpp:125
--Type <RET> for more, q to quit, c to continue without paging--
#4  0x00007ffff6c6fd9b in errlogThread () at ../error/errlog.c:638
#5  0x00007ffff6c86795 in start_routine (arg=0x42e4d0) at ../osi/os/posix/osdThread.c:442
#6  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#7  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 3 (Thread 0x7ffff4162640 (LWP 148998) "mcaDanteApp"):
#0  0x00007ffff59021ff in poll () from /lib64/libc.so.6
#1  0x00007ffff5a184c6 in handle_events () from /lib64/libusb-1.0.so.0
#2  0x00007ffff5a1a1e8 in libusb_handle_events_timeout_completed () from /lib64/libusb-1.0.so.0
#3  0x00007ffff64eac88 in poll_async_libusb () from /home/xlabsrv2/epics/IOCs/Dante/lib/linux-x86_64/libXGL_DPP.so.1
#4  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#5  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 2 (Thread 0x7ffff4963640 (LWP 148997) "libusb_event"):
#0  0x00007ffff59021ff in poll () from /lib64/libc.so.6
#1  0x00007ffff5a153b2 in linux_udev_event_thread_main () from /lib64/libusb-1.0.so.0
#2  0x00007ffff588a3b2 in start_thread () from /lib64/libc.so.6
#3  0x00007ffff590f430 in clone3 () from /lib64/libc.so.6

Thread 1 (Thread 0x7ffff4f22880 (LWP 148962) "mcaDanteApp"):
#0  0x00007ffff5904b92 in pselect () from /lib64/libc.so.6
#1  0x00007ffff6b143bb in rl_getc () from /lib64/libreadline.so.8
#2  0x00007ffff6b13cd1 in rl_read_key () from /lib64/libreadline.so.8
#3  0x00007ffff6af8497 in readline_internal_char () from /lib64/libreadline.so.8
#4  0x00007ffff6b01535 in readline () from /lib64/libreadline.so.8
#5  0x00007ffff6c85cd2 in osdReadline (context=0x444dc0, prompt=0x7ffff6c9c183 "epics> ") at ../osi/os/default/gnuReadline.c:70
#6  epicsReadline (prompt=0x7ffff6c9c183 "epics> ", context=0x444dc0) at ../osi/epicsReadline.c:68
#7  0x00007ffff6c77aea in iocshBody (pathname=<optimized out>, commandLine=0x0, macros=0x0) at ../iocsh/iocsh.cpp:1143
#8  0x000000000040a616 in main (argc=<optimized out>, argv=<optimized out>) at ../mcaDanteAppMain.cpp:20


Replies:
Re: Problems with Dante (XGLab) Driver Dariush Hampai via Tech-talk
References:
Problems with Dante (XGLab) Driver Dariush Hampai via Tech-talk
Re: Problems with Dante (XGLab) Driver Mark Rivers via Tech-talk
Re: Problems with Dante (XGLab) Driver Dariush Hampai via Tech-talk
Re: Problems with Dante (XGLab) Driver Mark Rivers via Tech-talk
Re: Problems with Dante (XGLab) Driver Dariush Hampai via Tech-talk
Re: Problems with Dante (XGLab) Driver Mark Rivers via Tech-talk
Re: Problems with Dante (XGLab) Driver Johnson, Andrew N. via Tech-talk

Navigate by Date:
Prev: Re: Search issue for pva:// PVs in Archiver Appliance Sky Brewer via Tech-talk
Next: ASYN parameter value vs VAL field relationship André Favoto via Tech-talk
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  2025  <2026
Navigate by Thread:
Prev: Re: Problems with Dante (XGLab) Driver Johnson, Andrew N. via Tech-talk
Next: Re: Problems with Dante (XGLab) Driver Dariush Hampai via Tech-talk
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  2025  <2026
ANJ, 23 Jun 2026 · Home · News · About · Talk · Base · Modules · Extensions ·
· Distributions · Download · Documents · Links · Licensing ·