Bug 1137963

Summary: "gpg -h" Aborted (core dumped)
Product: [openSUSE] openSUSE Tumbleweed Reporter: Thomas Bechtold <tbechtold>
Component: BasesystemAssignee: E-mail List <bnc-team-screening>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: fkrueger, luiz.linux
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Thomas Bechtold 2019-06-12 10:19:39 UTC
with openSUSE TW (VERSION="20190607") and gpg2 2.2.16-1.1 I get:

$ gpg -h
gpg: Ohhhh jeeee: secure memory is disabled
Aborted (core dumped)



Running with gdb:

...
...
gpg: Ohhhh jeeee: secure memory is disabled

Program received signal SIGABRT, Aborted.
0x00007ffff7b18dd1 in raise () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ffff7b18dd1 in raise () from /lib64/libc.so.6
#1  0x00007ffff7b02549 in abort () from /lib64/libc.so.6
#2  0x00005555555fcdc0 in do_logv (level=6, ignore_arg_ptr=<optimized out>, extrastring=<optimized out>, prefmt=<optimized out>, fmt=<optimized out>, 
    arg_ptr=0x7fffffffcc30) at logging.c:859
#3  0x00007ffff7d40881 in ?? () from /usr/lib64/libgcrypt.so.20
#4  0x00007ffff7d40dc6 in ?? () from /usr/lib64/libgcrypt.so.20
#5  0x00007ffff7d47ae8 in ?? () from /usr/lib64/libgcrypt.so.20
#6  0x00007ffff7d47bea in ?? () from /usr/lib64/libgcrypt.so.20
#7  0x00007ffff7d47f22 in ?? () from /usr/lib64/libgcrypt.so.20
#8  0x00007ffff7d41aec in ?? () from /usr/lib64/libgcrypt.so.20
#9  0x00007ffff7d43202 in ?? () from /usr/lib64/libgcrypt.so.20
#10 0x00007ffff7e077fe in ?? () from /usr/lib64/libgcrypt.so.20
#11 0x00007ffff7e0794c in ?? () from /usr/lib64/libgcrypt.so.20
#12 0x00007ffff7dc97c2 in ?? () from /usr/lib64/libgcrypt.so.20
#13 0x00007ffff7dc9b8b in ?? () from /usr/lib64/libgcrypt.so.20
#14 0x00007ffff7d53ed0 in ?? () from /usr/lib64/libgcrypt.so.20
#15 0x00007ffff7dc86c1 in ?? () from /usr/lib64/libgcrypt.so.20
#16 0x00007ffff7dc88a7 in ?? () from /usr/lib64/libgcrypt.so.20
#17 0x00007ffff7d54b9c in ?? () from /usr/lib64/libgcrypt.so.20
#18 0x00007ffff7d49589 in ?? () from /usr/lib64/libgcrypt.so.20
#19 0x00007ffff7d4968c in ?? () from /usr/lib64/libgcrypt.so.20
#20 0x00007ffff7d3fbbb in gcry_pk_algo_info () from /usr/lib64/libgcrypt.so.20
#21 0x000055555559376c in openpgp_pk_test_algo2 (algo=<optimized out>, use=<optimized out>) at misc.c:656
#22 0x000055555556be21 in build_list (text=0x5555556131ad "Pubkey: ", letter=1 '\001', mapf=0x55555556bd10 <build_list_pk_algo_name>, 
    chkf=0x55555556bcf0 <build_list_pk_test_algo>) at gpg.c:1136
#23 0x000055555556cbf6 in my_strusage (level=<optimized out>) at gpg.c:1084
#24 0x00005555555fa3e1 in strusage (level=level@entry=34) at argparse.c:1544
#25 0x00005555555fa5c7 in show_version () at argparse.c:1478
#26 0x00005555555fa61a in show_help (opts=opts@entry=0x555555652100 <opts>, flags=32833) at argparse.c:1302
#27 0x00005555555fb6c7 in arg_parse (arg=<optimized out>, opts=0x555555652100 <opts>) at argparse.c:1127
#28 0x0000555555564a3f in main (argc=<optimized out>, argv=<optimized out>) at gpg.c:2440
Comment 1 Luiz Fernando Silva 2019-06-13 17:05:27 UTC
Can confirm this as well:

T430:~ # gpg -h
gpg: Ohhhh jeeee: secure memory is disabled
Aborted (core dumped)
T430:~ #
Comment 2 Frank Krüger 2019-06-14 06:37:11 UTC
Dup of bug#1137307
Comment 3 Thomas Bechtold 2019-06-14 06:53:35 UTC
Duplicate of bsc#1137307

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