Hello, I have installed Debian Testing KDE (Stretch), some time ago i had installed VMware and worked without issues ... but recently i try to open vmware (through the GUI and via the terminal) .. and vmware does not start ..., if i open the terminal and i try to launch it i get the next error:
"
*** Error in `/usr/lib/vmware/bin/vmware': free(): invalid pointer: 0x00007fcc41c83560 ***
Unexpected signal: 6.
VMware Workstation Error:
VMware Workstation unrecoverable error: (vmui)
Unexpected signal: 6.
A log file is available in "/tmp/vmware-debianita/vmware-ui-2367.log".
You can request support.
To collect data to submit to VMware support, choose "Collect Support Data" from the Help menu.
You can also run the "vm-support" script in the Workstation folder directly.
We will respond on the basis of your support entitlement.
"
You can read the entire log :"/tmp/vmware-debianita/vmware-ui-2367.log":
I've been looking information and could be related to the version of the package "curl" version 7.4.2.
https://github.com/bagder/curl/issues/251
https://bugs.archlinux.org/task/44783
~$ apt-cache policy curl
"
curl:
Instalados: 7.42.1-2
Candidato: 7.42.1-2
Tabla de versión:
*** 7.42.1-2 0
990 http://ftp.es.debian.org/debian/ testing/main amd64 Packages
800 http://ftp.es.debian.org/debian/ unstable/main amd64 Packages
100 /var/lib/dpkg/status
"
Extract to "/tmp/vmware-debianita/vmware-ui-2367.log":
"
vmui| I120: SymBacktrace[12] 00007ffc482c1280 rip=00007fcc32c3c5cf in function (null) in object /usr/lib/x86_64-linux-gnu/libcurl.so.4 loaded at 00007fcc32be6000
2015-05-11T17:50:29+02:00[+0.055]| vmui| I120: SymBacktrace[13] 00007ffc482c1410 rip=00007fcc32c3f510 in function (null) in object /usr/lib/x86_64-linux-gnu/libcurl.so.4 loaded at 00007fcc32be6000
2015-05-11T17:50:29+02:00[+0.055]| vmui| I120: SymBacktrace[14] 00007ffc482c1440 rip=00007fcc32bf8d9d in function (null) in object /usr/lib/x86_64-linux-gnu/libcurl.so.4 loaded at 00007fcc32be6000
2015-05-11T17:50:29+02:00[+0.055]| vmui| I120: SymBacktrace[15] 00007ffc482c1460 rip=00007fcc32c09101 in function (null) in object /usr/lib/x86_64-linux-gnu/libcurl.so.4 loaded at 00007fcc32be6000
2015-05-11T17:50:29+02:00[+0.055]| vmui| I120: SymBacktrace[16] 00007ffc482c1480 rip=00007fcc32c1c9d6 in function (null) in object /usr/lib/x86_64-linux-gnu/libcurl.so.4 loaded at 00007fcc32be6000
2015-05-11T17:50:29+02:00[+0.055]| vmui| I120: SymBacktrace[17] 00007ffc482c1520 rip=00007fcc32c1d60d in function curl_multi_perform in object /usr/lib/x86_64-linux-gnu/libcurl.so.4 loaded at 00007fcc32be6000
2015-05-11T17:50:29+02:00[+0.055]| vmui| I120: SymBacktrace[18] 00007ffc482c1650 rip=00007fcc32c1d7ed in function (null) in object /usr/lib/x86_64-linux-gnu/libcurl.so.4 loaded at 00007fcc32be6000
2015-05-11T17:50:29+02:00[+0.055]| vmui| I120: SymBacktrace[19] 00007ffc482c1770 rip=00007fcc32c1db0d in function curl_multi_socket_all in object /usr/lib/x86_64-linux-gnu/libcurl.so.4 loaded at 00007fcc32be6000
"
Regards