We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting some intermittent seg faults since #239. It has not been consistent so I'm struggling to pin it down.
Mac OS Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00007fe7bbb00000 Exception Note: EXC_CORPSE_NOTIFY
Top of Thread #0: 0 libsystem_kernel.dylib 0x00007fff20669a5e __ulock_wait + 10
Top of Thread #1: 0 libsystem_malloc.dylib 0x00007fff204c618d small_malloc_from_free_list + 344 .... WriteGeometryVisitor::operator()(boost::geometry::model::multi_polygon<boost::geometry::model::polygon<boost::geometry::model::d2::point_xy<double, boo st::geometry::cs::cartesian>, true, true, std::__1::vector
Top of Thread #2: 0 bool boost::geometry::detail::get_turns::get_turns_in_sections
Just putting this out there to see if anyone else is experiencing this.
The text was updated successfully, but these errors were encountered:
Try this: #245
Sorry, something went wrong.
haven't received a segfault since pulling latest.
No branches or pull requests
I'm getting some intermittent seg faults since #239. It has not been consistent so I'm struggling to pin it down.
Mac OS
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00007fe7bbb00000
Exception Note: EXC_CORPSE_NOTIFY
Top of Thread #0: 0 libsystem_kernel.dylib 0x00007fff20669a5e __ulock_wait + 10
Top of Thread #1: 0 libsystem_malloc.dylib 0x00007fff204c618d small_malloc_from_free_list + 344
.... WriteGeometryVisitor::operator()(boost::geometry::model::multi_polygon<boost::geometry::model::polygon<boost::geometry::model::d2::point_xy<double, boo
st::geometry::cs::cartesian>, true, true, std::__1::vector
Top of Thread #2: 0 bool boost::geometry::detail::get_turns::get_turns_in_sections
Just putting this out there to see if anyone else is experiencing this.
The text was updated successfully, but these errors were encountered: