You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully run my app with run_validate_11.sh but when submit, the organization run raise segmentation fault with some off angle visa images. I try to get the organization providing visa image and successfully process it. I don't know why this error happen. Can someone help me ? Here are the bug information
0x00007f7a02bd82c0` in void __gnu_cxx::new_allocator<float>::construct<float, float const&>(float*, float const&) () from techainer_001/config/../lib/libfrvt_11_techainer_001.so
(gdb) where
#0 0x00007f7a02bd82c0 in void __gnu_cxx::new_allocator<float>::construct<float, float const&>(float*, float const&) () from techainer_001/config/../lib/libfrvt_11_techainer_001.so
#1 0x00007f7a02bd530c in void std::allocator_traits<std::allocator<float> >::construct<float, float const&>(std::allocator<float>&, float*, float const&) () from techainer_001/config/../lib/libfrvt_11_techainer_001.so
#2 0x00007f7a02bd5432 in void std::vector<float, std::allocator<float> >::_M_realloc_insert<float const&>(__gnu_cxx::__normal_iterator<float*, std::vector<float, std::allocator<float> > >, float const&) () from techainer_001/config/../lib/libfrvt_11_techainer_001.so
#3 0x00007f7a02bd082a in float& std::vector<float, std::allocator<float> >::emplace_back<float const&>(float const&) () from techainer_001/config/../lib/libfrvt_11_techainer_001.so
#4 0x00007f7a02be02a1 in FRVT_11::TechainerImplFRVT11::createFaceTemplate(std::vector<FRVT::Image, std::allocator<FRVT::Image> > const&, FRVT::TemplateRole, std::vector<unsigned char, std::allocator<unsigned char> >&, std::vector<FRVT::EyePair, std::allocator<FRVT::EyePair> >&) () from techainer_001/config/../lib/libfrvt_11_techainer_001.so
#5 0x000055d95fe841d2 in FRVT_11::TemplateProcessor::processSingleTemplate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::vector<FRVT::Image, std::allocator<FRVT::Image> > const&) ()
#6 0x000055d95fe87a5b in FRVT_11::TemplateProcessor::processLine(unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) ()
#7 0x00007f7a03282038 in BiometricEvaluation::MPI::CSVProcessor::processWorkPackage(BiometricEvaluation::MPI::WorkPackage&) () from techainer_001/testdriver/libbiomeval.so.12
#8 0x00007f7a0327d30f in BiometricEvaluation::MPI::Receiver::PackageWorker::workerMain() () from techainer_001/testdriver/libbiomeval.so.12
#9 0x00007f7a03206b2f in BiometricEvaluation::Process::ForkWorkerController::start(bool) () from techainer_001/testdriver/libbiomeval.so.12
#10 0x00007f7a03206744 in BiometricEvaluation::Process::ForkManager::startWorker(std::shared_ptr<BiometricEvaluation::Process::WorkerController>, bool, bool) () from techainer_001/testdriver/libbiomeval.so.12
#11 0x00007f7a0327f2b1 in BiometricEvaluation::MPI::Receiver::startWorkers() () from techainer_001/testdriver/libbiomeval.so.12
#12 0x00007f7a0327f74a in BiometricEvaluation::MPI::Receiver::start() () from techainer_001/testdriver/libbiomeval.so.12
#13 0x00007f7a032739bb in BiometricEvaluation::MPI::Runtime::start(BiometricEvaluation::MPI::Distributor&, BiometricEvaluation::MPI::Receiver&) () from techainer_001/testdriver/libbiomeval.so.12
#14 0x000055d95fe79ecc in main ()
The text was updated successfully, but these errors were encountered:
I successfully run my app with run_validate_11.sh but when submit, the organization run raise segmentation fault with some off angle visa images. I try to get the organization providing visa image and successfully process it. I don't know why this error happen. Can someone help me ? Here are the bug information
The text was updated successfully, but these errors were encountered: