致命信号 11 (SIGSEGV) 位于 0x0000001c(代码=1),线程 18178

Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 18178

我正在尝试在 Skobbler 地图中使用导航。使用 'creatRoute' 创建路由时它运行良好,但是当我使用 'createRouteWithPoints':

时我得到如下所示的错误列表
05-16 09:33:16.948 27932-27932/com.wolfmatrix.navz E/SKRouteManager: GPX track navigation is available for commercial use with a enterprise license
05-16 09:33:16.948 27932-27932/com.wolfmatrix.navz A/libc: Fatal signal 11 (SIGSEGV) at 0x0000001c (code=1), thread 27932 (wolfmatrix.navz)
05-16 09:33:18.088 30617-30617/com.wolfmatrix.navz E/dalvikvm: Could not find class 'android.media.session.MediaController', referenced from method com.wolfmatrix.navz.ui.activities.DrawClusterActivity.access$super
05-16 09:33:18.088 30617-30617/com.wolfmatrix.navz E/dalvikvm: Could not find class 'android.widget.Toolbar', referenced from method com.wolfmatrix.navz.ui.activities.DrawClusterActivity.access$super
05-16 09:33:18.098 30617-30617/com.wolfmatrix.navz E/dalvikvm: Could not find class 'android.app.ActivityManager$TaskDescription', referenced from method com.wolfmatrix.navz.ui.activities.DrawClusterActivity.access$super
05-16 09:33:18.098 30617-30617/com.wolfmatrix.navz E/dalvikvm: Could not find class 'android.app.SharedElementCallback', referenced from method com.wolfmatrix.navz.ui.activities.DrawClusterActivity.access$super
05-16 09:33:18.108 30617-30617/com.wolfmatrix.navz E/dalvikvm: Could not find class 'android.app.SharedElementCallback', referenced from method com.wolfmatrix.navz.ui.activities.DrawClusterActivity.access$super
05-16 09:33:18.118 30617-30617/com.wolfmatrix.navz E/dalvikvm: Could not find class 'android.app.assist.AssistContent', referenced from method com.wolfmatrix.navz.ui.activities.DrawClusterActivity.access$super
05-16 09:33:18.118 30617-30617/com.wolfmatrix.navz E/dalvikvm: Could not find class 'android.view.SearchEvent', referenced from method com.wolfmatrix.navz.ui.activities.DrawClusterActivity.access$super

对于 2.5.1,几个月前提供了针对此问题的快速修复:http://forum.skobbler.com/showthread.php/7257-Android-SIGSEGV-error-in-calculateRouteWithPoints%28%29