启动Genymotion会返回“分段错误”错误

时间:2017-09-18 06:17:57

标签: segmentation-fault ubuntu-16.04 genymotion

使用Ubuntu 16.04.2,内核4.4.0-89,lxde作为DE。
下载genymotion v.2.10.0,尝试启动,收到错误:

root@ns337147:/opt/genymobile/genymotion# ./genymotion
Segmentation fault

Backtrace对我来说没有意义:

(gdb) bt
#0  0x00007fffea130059 in ?? () from /opt/genymobile/genymotion/platforms/libqxcb.so
#1  0x00007fffea13029b in ?? () from /opt/genymobile/genymotion/platforms/libqxcb.so
#2  0x00007fffea117d17 in ?? () from /opt/genymobile/genymotion/platforms/libqxcb.so
#3  0x00007fffea11b654 in ?? () from /opt/genymobile/genymotion/platforms/libqxcb.so
#4  0x00007fffea13034b in ?? () from /opt/genymobile/genymotion/platforms/libqxcb.so
#5  0x00007ffff7365362 in QPlatformIntegrationFactory::create(QString const&, QStringList const&, int&, char**, QString const&) () from /opt/genymobile/genymotion/libQt5Gui.so.5
#6  0x00007ffff73712e1 in QGuiApplicationPrivate::createPlatformIntegration() ()
   from /opt/genymobile/genymotion/libQt5Gui.so.5
#7  0x00007ffff737214d in QGuiApplicationPrivate::createEventDispatcher() () from /opt/genymobile/genymotion/libQt5Gui.so.5
#8  0x00007ffff702ec0f in QCoreApplication::init() () from /opt/genymobile/genymotion/libQt5Core.so.5
#9  0x00007ffff702ec76 in QCoreApplication::QCoreApplication(QCoreApplicationPrivate&) ()
   from /opt/genymobile/genymotion/libQt5Core.so.5
#10 0x00007ffff7374579 in QGuiApplication::QGuiApplication(QGuiApplicationPrivate&) ()
   from /opt/genymobile/genymotion/libQt5Gui.so.5
#11 0x00007ffff68002fd in QApplication::QApplication(int&, char**, int) ()
   from /opt/genymobile/genymotion/libQt5Widgets.so.5
#12 0x0000000000438013 in ?? ()
#13 0x0000000000422def in ?? ()
#14 0x00007ffff5d18830 in __libc_start_main (main=0x422b10, argc=1, argv=0x7fffffffe348, init=<optimized out>, 
    fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe338) at ../csu/libc-start.c:291
#15 0x0000000000428ad9 in ?? ()

似乎已安装所有需要的库。 如果需要任何其他信息,我会提供。

请帮忙!

0 个答案:

没有答案