ZendStudio在kali下无法启动

简介: 错误如下 # # A fatal error has been detected by the Java Runtime Environment: # #  SIGSEGV (0xb) at pc=0x00007f861417273f, pid=31502, tid=140214257428224 # # JRE version: 6.

错误如下

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f861417273f, pid=31502, tid=140214257428224
#
# JRE version: 6.0_31-b31
# Java VM: OpenJDK 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libgdk-x11-2.0.so.0+0x5173f]  gdk_display_open+0x3f
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

 

解决方法:

这个错误的话,修改ZendStudio目录下的ZendStudio.ini文件
在openFile下添加
--launcher.GTK_version
2

我的配置如下 

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.GTK_version
2
-showlocation
-name
Zend Studio
-vmargs
-Xms128M
-Xmx1024M
-XX:MaxPermSize=256m
-DGIT_SSL_NO_VERIFY=true
-Dosgi.requiredJavaVersion=1.7

 

作者:Bonker
出处:http://www.cnblogs.com/Bonker
QQ:519841366
       
本页版权归作者和博客园所有,欢迎转载,但未经作者同意必须保留此段声明, 且在文章页面明显位置给出原文链接,否则保留追究法律责任的权利
目录
打赏
0
0
0
0
5
分享
相关文章
Ubuntu 安全重启 / Ubuntu 系统死机解决方法
初装Ubuntu双系统时,经常会遇到各种各样的问题导致系统崩溃、卡死、黑屏等情况,新手或者小白可能直接选择长按电源键强制重启了
3165 0
|
10月前
kali安装vmtools
kali安装vmtools
284 0
kali2023.1配置摄像头驱动与卸载
kali2023.1配置摄像头驱动与卸载
120 0
Filezilla 连接不上 Ubuntu 解决办法
前言由于项目原因,需要做一个 docker 镜像文件(源代码方式制作),就需要有 Linux 环境提供镜像构建,这途中就需要 windows 和 linux 来回的拷贝传输文件,于是就找了一个工具【FileZilla】来使用,奇怪的是 ftp 竟然连接失败,为了解决这个问题,顺便做个笔记。软件环境Ubuntu Server 20.04 lts Windows ...
1551 0
Filezilla 连接不上 Ubuntu 解决办法
VirtualBox安装debian无法启动,正确的解决办法
VirtualBox安装debian无法启动,正确的解决办法
191 0
VirtualBox安装debian无法启动,正确的解决办法
安装Kali系统
安装KALI系统 下载Kali系统的方法 1.从官网下载 下载链接:https://cdimage.kali.org/kali-2022.3/kali-linux-2022.3-installer-amd64.iso 2.国内镜像仓库 由于Kali的镜像仓库在国外,所以下载速度很慢。 可以从国内的镜像仓库下载 笔者推荐 中国科技大学开源软件镜像 https://mirrors.ustc.edu.cn/ 下载链接:https://iso.mirrors.ustc.edu.cn/kali-images/current/kali-linux-2022.3-installer-amd64.iso 其他
2088 0
安装Kali系统
Ubuntu16.04安装VirtualBox及无法启动的解决办法
Ubuntu16.04安装VirtualBox及无法启动的解决办法
592 0
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等