Getting a segfault when running MIC on a complex ordinal model. Could NA SEs cause something like this? Just want to see if there are any ideas of what could cause something like this before I start digging...
Thread 1 "R" received signal SIGSEGV, Segmentation fault.
0x00007fffd20a8bd8 in std::vector<char const*, std::allocator<char const*> >::size() const ()
from /home/khusmann/.miniconda3/envs/debugmx/lib/R/library/OpenMx/libs/OpenMx.so
(gdb) bt
#0 0x00007fffd20a8bd8 in std::vector<char const*, std::allocator<char const*> >::size() const ()
from /home/khusmann/.miniconda3/envs/debugmx/lib/R/library/OpenMx/libs/OpenMx.so
#1 0x00007fffd2332e02 in omxData::newDataStatic(omxState*, SEXPREC*) () from /home/khusmann/.miniconda3/envs/debugmx/lib/R/library/OpenMx/libs/OpenMx.so
#2 0x00007fffd23344dc in omxState::omxNewDataFromMxData(SEXPREC*, char const*) () from /home/khusmann/.miniconda3/envs/debugmx/lib/R/library/OpenMx/libs/OpenMx.so
#3 0x00007fffd240ee6a in omxState::omxProcessMxDataEntities(SEXPREC*, SEXPREC*) () from /home/khusmann/.miniconda3/envs/debugmx/lib/R/library/OpenMx/libs/OpenMx.so
#4 0x00007fffd2294835 in omxBackend2(SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, bool) ()
from /home/khusmann/.miniconda3/envs/debugmx/lib/R/library/OpenMx/libs/OpenMx.so
#5 0x00007fffd2295af3 in omxBackend(SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*, SEXPREC*) ()
from /home/khusmann/.miniconda3/envs/debugmx/lib/R/library/OpenMx/libs/OpenMx.so
#6 0x00007ffff7a25d46 in R_doDotCall () from /home/khusmann/.miniconda3/
Getting a segfault when running MIC on a complex ordinal model. Could NA SEs cause something like this? Just want to see if there are any ideas of what could cause something like this before I start digging...
I'm running with the latest git version of openmx (ffdaf42)