-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I am trying to load a logfile with pocolog_cpp. I get the following exception:
terminate called after throwing an instance of 'std::runtime_error'
what(): cannot find string element /int8_t in registry
This is the backtrace:
#8 0x00007ffff7bc495e in pocolog_cpp::InputDataStream::loadTypeLib (this=this@entry=0x706b50)
at /home/dfki.uni-bremen.de/afabisch/tmp/envire/tools/pocolog_cpp/src/InputDataStream.cpp:37
37 Typelib::PluginManager::load("tlb", stream, empty, *m_registry);
(gdb)
#9 0x00007ffff7bc4b74 in pocolog_cpp::InputDataStream::InputDataStream (this=0x706b50, desc=...,
index=...)
at /home/dfki.uni-bremen.de/afabisch/tmp/envire/tools/pocolog_cpp/src/InputDataStream.cpp:20
20 loadTypeLib();
(gdb) down
#8 0x00007ffff7bc495e in pocolog_cpp::InputDataStream::loadTypeLib (this=this@entry=0x706b50)
at /home/dfki.uni-bremen.de/afabisch/tmp/envire/tools/pocolog_cpp/src/InputDataStream.cpp:37
37 Typelib::PluginManager::load("tlb", stream, empty, *m_registry);
(gdb) up
#9 0x00007ffff7bc4b74 in pocolog_cpp::InputDataStream::InputDataStream (this=0x706b50, desc=...,
index=...)
at /home/dfki.uni-bremen.de/afabisch/tmp/envire/tools/pocolog_cpp/src/InputDataStream.cpp:20
20 loadTypeLib();
(gdb) up
#10 0x00007ffff7bc82bb in pocolog_cpp::LogFile::LogFile (this=0x638080, fileName=...)
at /home/dfki.uni-bremen.de/afabisch/tmp/envire/tools/pocolog_cpp/src/LogFile.cpp:50
50 streams.push_back(new InputDataStream(*it, indexFile->getIndexForStream(*it)));
(gdb) up
#11 0x00007ffff7bce74d in pocolog_cpp::MultiFileIndex::createIndex (this=this@entry=0x637b40,
fileNames=std::vector of length 1, capacity 1 = {...})
at /home/dfki.uni-bremen.de/afabisch/tmp/envire/tools/pocolog_cpp/src/MultiFileIndex.cpp:139
139 LogFile *curLogfile = new LogFile(*it);
(gdb) up
#12 0x000000000041ae4b in convert (logfiles=std::vector of length 1, capacity 1 = {...},
output="output.msg", size=size@entry=8, containerLimit=containerLimit@entry=10000, only="",
start=start@entry=0, end=-1, verbose=0)
at /home/dfki.uni-bremen.de/afabisch/tmp/envire/tools/pocolog2msgpack/src/Converter.cpp:36
36 multiIndex->createIndex(logfiles);
Does anybody have an idea? The logfile can be loaded in rock-replay and I could not find any port that uses int8_t.
Metadata
Metadata
Assignees
Labels
No labels