Bug 28913

Summary: google-earth-pro segfaults on Mageia 8
Product: Mageia Reporter: w unruh <unruh>
Component: RPM PackagesAssignee: Mageia Bug Squad <bugsquad>
Status: RESOLVED DUPLICATE QA Contact:
Severity: major    
Priority: Normal CC: ouaurelien
Version: 8   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Source RPM: google-earth-pro CVE:
Status comment:

Description w unruh 2021-05-13 21:00:06 CEST
Description of problem: 
I just upgraded to Mga8, and google earth stopped working. It is
google-earth-pro-stable, both the latest version and one from 2019 whose
rpm I happened to have lying around (7.3.2.5776-0).
The response is segfault.
/bin/google-earth-pro: line 43: 244611 Segmentation fault      (core dumped) LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin "$@"
Doing an strace on /opt/google/earth-pro/googleearth-bin ( with LD_LIBRARY_PATH adjusted to
also point to /opt/google/earth-pro)
I get at the end
  
futex(0x7fabccb9bc50, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/etc/pki/tls/openssl.cnf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=11229, ...}) = 0
read(3, "#\n# OpenSSL example configuratio"..., 4096) = 4096
stat("/etc/crypto-policies/back-ends/opensslcnf.config", {st_mode=S_IFREG|0644, st_size=571, ...})
 = 0
openat(AT_FDCWD, "/etc/crypto-policies/back-ends/opensslcnf.config", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=571, ...}) = 0
read(4, "CipherString = @SECLEVEL=2:kEECD"..., 4096) = 571
read(4, "", 4096)                       = 0
close(4)                                = 0
read(3, "ng, T61String, BMPString.\n# pkix"..., 4096) = 4096
read(3, "rityKeyIdentifier=keyid:always\n\n"..., 4096) = 3037
read(3, "", 4096)                       = 0
close(3)                                = 0
futex(0x7fabccb9bc80, FUTEX_WAKE_PRIVATE, 2147483647) = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=NULL} ---
+++ killed by SIGSEGV (core dumped) +++

which makes it seem it might be a problem in openssl, but then I have no
idea what futex is or whether it is the problem.

Version-Release number of selected component (if applicable):


How reproducible: Always


Steps to Reproduce:
1.run google-earth-pro from the commandline and see the segfault. From the icon, nothing happens.
Comment 1 Aurelien Oudelet 2021-05-13 21:02:30 CEST
Did you read Bug 28912 Comment 1 from me?

CC: (none) => ouaurelien

Comment 2 w unruh 2021-05-13 21:04:14 CEST
Sorry, I double posted.

*** This bug has been marked as a duplicate of bug 28912 ***

Resolution: (none) => DUPLICATE
Status: NEW => RESOLVED