Summary: | Segfault in Marble::RouteSegment::distanceTo | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | zl29ah |
Component: | general | Assignee: | marble-bugs |
Status: | REPORTED --- | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
zl29ah
2019-08-21 13:57:28 UTC
in fact the assertion is being triggered: qreal RouteSegment::distanceTo( const GeoDataCoordinates &point, GeoDataCoordinates &closest, GeoDataCoordinates &interpolated ) const { Q_ASSERT( !m_path.isEmpty() ); |