FS#70148 - URXVT LIBC Segfault at exit

Attached to Project: Community Packages
Opened by Erwan Hingant (Airwan) - Wednesday, 24 March 2021, 14:34 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 24 March 2021, 14:42 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:


Additional info:
* package version(s)
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
This task depends upon

Closed by  Doug Newgard (Scimmia)
Wednesday, 24 March 2021, 14:42 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#67691   FS#68345   FS#70016 
Comment by Erwan Hingant (Airwan) - Wednesday, 24 March 2021, 14:39 GMT
Description:

When exiting urxvt (with exit) I have an error in journalctl.

Additional info:

Package version: rxvt-unicode 9.22-10 / glibc 2.33-4

Journalctl log: mars 24 11:32:40 desktop audit: BPF prog-id=316 op=UNLOAD
mars 24 11:32:40 desktop kernel: audit: type=1334 audit(1616596360.883:1250): prog-id=316 op=UNLOAD
mars 24 11:32:40 desktop kernel: audit: type=1334 audit(1616596360.883:1249): prog-id=317 op=UNLOAD
mars 24 11:32:40 desktop audit: BPF prog-id=317 op=UNLOAD
mars 24 11:32:40 desktop systemd[1]: systemd-coredump@103-431481-0.service: Succeeded.
mars 24 11:32:40 desktop kernel: audit: type=1131 audit(1616596360.783:1248): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@103-431481-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostn>
mars 24 11:32:40 desktop audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@103-431481-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=su>
mars 24 11:32:40 desktop systemd-coredump[431482]: Process 431347 (urxvt) of user 1000 dumped core.

Stack trace of thread 431347:
#0 0x00007f4225c4fdcd getenv (libc.so.6 + 0x3edcd)
#1 0x00007f4225e72546 perl_destruct (libperl.so + 0x73546)
#2 0x000055f981961336 _ZN16rxvt_perl_interpD1Ev (urxvt + 0x4d336)
#3 0x00007f4225c50697 __run_exit_handlers (libc.so.6 + 0x3f697)
#4 0x00007f4225c5083e exit (libc.so.6 + 0x3f83e)
#5 0x00007f4225c38b2c __libc_start_main (libc.so.6 + 0x27b2c)
#6 0x000055f981942cfe _start (urxvt + 0x2ecfe)
mars 24 11:32:40 desktop systemd[1]: Started Process Core Dump (PID 431481/UID 0).
mars 24 11:32:40 desktop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@103-431481-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=s>
mars 24 11:32:40 desktop audit: BPF prog-id=317 op=LOAD
mars 24 11:32:40 desktop kernel: audit: type=1130 audit(1616596360.687:1247): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@103-431481-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostn>
mars 24 11:32:40 desktop kernel: audit: type=1334 audit(1616596360.687:1246): prog-id=317 op=LOAD
mars 24 11:32:40 desktop kernel: audit: type=1334 audit(1616596360.687:1245): prog-id=316 op=LOAD
mars 24 11:32:40 desktop audit: BPF prog-id=316 op=LOAD
mars 24 11:32:40 desktop kernel: audit: type=1701 audit(1616596360.677:1244): auid=1000 uid=1000 gid=1000 ses=1 pid=431347 comm="urxvt" exe="/usr/bin/urxvt" sig=11 res=1
mars 24 11:32:40 desktop kernel: Code: fe ff 4c 8b 23 41 0f b7 2f 49 83 c7 02 49 89 c5 4c 8d 70 fe 4d 85 e4 75 11 eb ca 66 90 4c 8b 63 08 48 83 c3 08 4d 85 e4 74 bb <66> 41 3b 2c 24 75 ec 49 8d 7c 24 02 4c 89 f2 >
mars 24 11:32:40 desktop kernel: urxvt[431347]: segfault at e0 ip 00007f4225c4fdcd sp 00007fff177f4010 error 4 in libc-2.33.so[7f4225c37000+14c000]
mars 24 11:32:40 desktop audit[431347]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=1 pid=431347 comm="urxvt" exe="/usr/bin/urxvt" sig=11 res=1

Steps to reproduce:

Open urxvt, exit and check journalctl last events.

Loading...