- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
10-11-2021 03:04 AM
Hi there,
I'm trying to install GlobalProtect_deb-5.3.1.0-36.deb on ubuntu 20.04. when i run globalprotect i'm getting segmentation fault (core dumped). any solution for this please !
Thanks in advance
10-11-2021 05:42 AM
this is the result for $ strace globalprotect
munmap(0x7f23d84a3000, 36864) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 😎 = 0
close(4) = 0
fcntl(3, F_SETFD, 0) = 0
fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
read(3, "", 4096) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=13542, si_uid=0, si_status=1, si_utime=0, si_stime=0} ---
close(3) = 0
wait4(13542, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 13542
msgrcv(0, 0x7ffe88082cc0, 1001, 20, IPC_NOWAIT) = -1 ENOMSG (No message of desired type)
msgrcv(0, 0x7ffe88082cc0, 1001, 21, IPC_NOWAIT) = -1 ENOMSG (No message of desired type)
msgrcv(0, 0x7ffe88082cc0, 1001, 22, IPC_NOWAIT) = -1 ENOMSG (No message of desired type)
msgrcv(0, 0x7ffe88082cc0, 1001, 23, IPC_NOWAIT) = -1 ENOMSG (No message of desired type)
getuid() = 0
getpid() = 13536
--- SIGSEGV {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=NULL} ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!