After installing with latest updates every vmware binary segfaults, e.g.:
Running: vmware Results in: 11286 segmentation fault (core dumped) vmware
BackTrace:
coredumpctl info 11286
PID: 11286 (vmware)
UID: 1000 (mpe)
GID: 1000 (mpe)
Signal: 11 (SEGV)
Timestamp: Mon 2019-03-11 17:49:36 EDT (40s ago)
Command Line: /usr/lib/vmware/bin/vmware
Executable: /usr/lib/vmware/bin/appLoader
Control Group: /user.slice/user-1000.slice/user@1000.service/gnome-terminal-server.service
Unit: user@1000.service
User Unit: gnome-terminal-server.service
Slice: user-1000.slice
Owner UID: 1000 (mpe)
Boot ID: 5db5997e4a644fb8aa4330565c445902
Machine ID: 4b9ed5b3330f4af5b84e139a66a893d4
Hostname: qlmpexps
Storage: /var/lib/systemd/coredump/core.vmware.1000.5db5997e4a644fb8aa4330565c445902.11286.1552340976000000.lz4
Message: Process 11286 (vmware) of user 1000 dumped core.
Stack trace of thread 11286:
#0 0x00007fba2f9b4715 __strlen_avx2 (libc.so.6)
#1 0x000055dab40acb92 n/a (appLoader)
#2 0x000055dab40af1b7 n/a (appLoader)
#3 0x000055dab40aba5a main (appLoader)
#4 0x00007fba2f879223 __libc_start_main (libc.so.6)
#5 0x000055dab40ac311 n/a (appLoader)
Any ideas?
Pinned Comments
jihem commented on 2020-02-10 17:29 (UTC) (edited on 2021-06-19 13:19 (UTC) by jihem)
After the first installation, please:
1) install the appropriate headers package(s) for your installed kernel(s): linux-headers for default kernel, linux-lts-headers for LTS kernel...
2) reboot or load vmw_vmci and vmmon kernel modules (modprobe -a vmw_vmci vmmon)
3) Enable the services you need (using .service units to activate them during boot or .path units to activate them when a VM is started) :
vmware-networks: to have network access inside VMs
vmware-usbarbitrator: to connect USB devices inside VMs