DUNE-DAQ / readout

This package contains Upstream DAQ Readout specific software and utilities, appfwk DAQModules, CCM interface implementations, and software emulators.
2 stars 1 forks source link

Readout application crashes after start after scrap #140

Open eflumerf opened 3 years ago

eflumerf commented 3 years ago

python -m minidaqapp.nanorc.mdapp_multiru_gen --host-ru localhost -s 10 -n 2 -b 1000 -a 1000 -t 10.0 --enable-software-tpg mdapp_4proc

nanorc mdapp_4proc boot init conf start 101 wait 60 stop wait 2 start 102 wait 60 stop wait 2 scrap wait 2 conf start 103 wait 60 stop wait 2 scrap wait 2 terminate

These commands result in the following in the log_ruemu0 file after the start for run 103:

WARNING: Logging before InitGoogleLogging() is written to STDERR
F1103 12:37:15.570852 3396224 UnboundedQueue.h:388] Check failed: t < s->minTicket() + SegmentSize (3279360 vs. 3279360) 
*** Check failure stack trace: ***
bash: line 1: 3396075 Aborted                 daq_application --name ${APP_NAME} -c ${CMD_FAC} -i ${INFO_SVC}
eflumerf commented 3 years ago

I have reproduced this issue with both the patch/2.8.2 and feature/NetworkManager2 branches.