Created
October 12, 2016 20:51
-
-
Save connormanning/5d1b2444c2eb6e05790d2f1f901970c6 to your computer and use it in GitHub Desktop.
PDAL demangled stack trace output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ pdal info file.laz -v 6 | |
(pdal info readers.las Error: 0): Got error 11 | |
(pdal info readers.las Debug: 3): 0 pdal main::$_0::__invoke(int) + 175 | |
(pdal info readers.las Debug: 3): 1 libsystem_platform.dylib _sigtramp + 26 | |
(pdal info readers.las Debug: 3): 2 ??? 0x00007fff684d2552 0x0 + 140734943274322 | |
(pdal info readers.las Debug: 3): 3 libpdalcpp.3.dylib pdal::LasReader::processOne(pdal::PointRef&) + 146 | |
(pdal info readers.las Debug: 3): 4 libpdalcpp.3.dylib pdal::LasReader::read(std::__1::shared_ptr<pdal::PointView>, unsigned long long) + 585 | |
(pdal info readers.las Debug: 3): 5 libpdalcpp.3.dylib pdal::Reader::run(std::__1::shared_ptr<pdal::PointView>) + 192 | |
(pdal info readers.las Debug: 3): 6 libpdalcpp.3.dylib pdal::StageRunner::run() + 69 | |
(pdal info readers.las Debug: 3): 7 libpdalcpp.3.dylib pdal::Stage::execute(pdal::BasePointTable&) + 1595 | |
(pdal info readers.las Debug: 3): 8 libpdalcpp.3.dylib pdal::Stage::execute(pdal::BasePointTable&) + 298 | |
(pdal info readers.las Debug: 3): 9 libpdalcpp.3.dylib pdal::PipelineManager::execute() + 131 | |
(pdal info readers.las Debug: 3): 10 libpdalcpp.3.dylib pdal::InfoKernel::run(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 636 | |
(pdal info readers.las Debug: 3): 11 libpdalcpp.3.dylib pdal::InfoKernel::execute() + 103 | |
(pdal info readers.las Debug: 3): 12 libpdalcpp.3.dylib pdal::Kernel::doExecution(pdal::ProgramArgs&) + 34 | |
(pdal info readers.las Debug: 3): 13 libpdalcpp.3.dylib pdal::Kernel::run(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, std::__1::shared_ptr<pdal::Log>&) + 232 | |
(pdal info readers.las Debug: 3): 14 pdal App::execute(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&, std::__1::shared_ptr<pdal::Log>&) + 1284 | |
(pdal info readers.las Debug: 3): 15 pdal main + 330 | |
(pdal info readers.las Debug: 3): 16 libdyld.dylib start + 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment