Segmentation fault with pacman and su

Hello everybody!

I have got a server running Manjaro and I don’t update it very often. It was going well but since I tried to update it today, I am getting some weird segmentation fault errors. I can log in XFCE4 and work alright but there is this error…

For example, when trying to install some packages with pacman, I get the following:

me@manjaro ~ % sudo pacman -S archlinux-keyring manjaro-keyring manjaro-system
warning: archlinux-keyring-20210616-1 is up to date -- reinstalling
warning: manjaro-keyring-20210622-1 is up to date -- reinstalling
warning: manjaro-system-20210612-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Package (3)             Old Version  New Version  Net Change

core/archlinux-keyring  20210616-1   20210616-1     0,00 MiB
core/manjaro-keyring    20210622-1   20210622-1     0,00 MiB
core/manjaro-system     20210612-1   20210612-1     0,00 MiB

Total Installed Size:  1,49 MiB
Net Upgrade Size:      0,00 MiB

:: Proceed with installation? [Y/n] 
(3/3) checking keys in keyring                     [----------------------] 100%
(3/3) checking package integrity                   [----------------------] 100%
(3/3) loading package files                        [----------------------] 100%
(3/3) checking for file conflicts                  [----------------------] 100%
(3/3) checking available disk space                [----------------------] 100%
:: Processing package changes...
(1/3) reinstalling archlinux-keyring               [----------------------] 100%
error: command terminated by signal 11: Segmentation fault
(2/3) reinstalling manjaro-keyring                 [----------------------] 100%
error: command terminated by signal 11: Segmentation fault
(3/3) reinstalling manjaro-system                  [----------------------] 100%
error: command terminated by signal 11: Segmentation fault
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...

I tried to log in as root and it also throws errors alike:

me@manjaro ~ % su
Password: 
Segmentation fault (core dumped)

I searched for similar problems on the internet and could not find a lot of stuff. On some outdated threads, some specific packages were to blame but nothing very general or useful… I also read that this type of error is one of the most unhelpful…

If you guys can point me in the right direction, I will be very glad.

Cheers!

PS: it is a Dell Intel i5 with AMD graphics, 5.4.131-1-MANJARO

sudo ok but not su ? :sob:

no (pam) .pacnew ?
you can find errors in logs ?

journalctl -b0 -p3 --no-pager
1 Like

Here is the journal log, though I cannot really interpret it.

As I was trying to keep up with the. pacnew files so far, I just checked and there were only 3 .pacnew files and I dealt with them right now but none was related to pam… I think you may be right in the sense pam ought to have something to do with this…

I cannot find errors in the log but there are core dumps…

-- Journal begins at Sun 2018-12-16 16:00:28 -02, ends at Tue 2021-07-20 19:46:56 -03. --
jul 20 16:13:10 manjaro kernel: ipmi:dmi: Base address is zero, assuming no IPMI interface
jul 20 16:13:10 manjaro kernel: cgroup2: Unknown parameter 'memory_recursiveprot'
jul 20 16:13:21 manjaro kernel: proc: Bad value for 'hidepid'
jul 20 16:13:22 manjaro kernel: proc: Bad value for 'hidepid'
jul 20 16:13:24 manjaro kernel: proc: Bad value for 'hidepid'
jul 20 16:13:27 manjaro bluetoothd[947]: src/adapter.c:reset_adv_monitors_complete() Failed to reset Adv Monitors: Unknown Command (0x01)
jul 20 16:13:49 manjaro lightdm[1184]: gkr-pam: unable to locate daemon control file
jul 20 16:14:01 manjaro pulseaudio[1320]: module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration.
jul 20 16:14:01 manjaro pulseaudio[1320]: Master sink not found.
jul 20 16:14:01 manjaro pulseaudio[1320]: Failed to load module "module-ladspa-sink" (argument: "sink_name=ladspa_output.mbeq_1197.mbeq sink_master=alsa_output.pci-0000_00_1f.3.analog-stereo plugin=mbeq_1197 label=mbeq control=4.0,2.0,1.0,0.0,0.0,-1.0,-1.0,-2.0,-2.0,0.0,0.0,2.0,3.0,3.0,3.0"): initialization failed.
jul 20 16:14:01 manjaro pulseaudio[1320]: Sink ladspa_output.mbeq_1197.mbeq does not exist.
jul 20 16:14:01 manjaro pulseaudio[1320]: No sink found by this name or index.
jul 20 16:14:01 manjaro pulseaudio[1320]: Meta command .endif is not valid in this context
jul 20 16:46:24 manjaro systemd-coredump[2043]: Process 2041 (bash) of user 0 dumped core.
                                                
                                                Stack trace of thread 2041:
                                                #0  0x00005578efc26e43 yyparse (bash + 0x2be43)
                                                #1  0x00005578efc1d869 parse_command (bash + 0x22869)
                                                #2  0x00005578efc8b06c parse_and_execute (bash + 0x9006c)
                                                #3  0x00005578efc8a6a7 n/a (bash + 0x8f6a7)
                                                #4  0x00005578efc8a8b5 source_file (bash + 0x8f8b5)
                                                #5  0x00005578efc95eb4 source_builtin (bash + 0x9aeb4)
                                                #6  0x00005578efc31574 n/a (bash + 0x36574)
                                                #7  0x00005578efc36d80 execute_command_internal (bash + 0x3bd80)
                                                #8  0x00005578efc3753a execute_command (bash + 0x3c53a)
                                                #9  0x00005578efc3959b n/a (bash + 0x3e59b)
                                                #10 0x00005578efc347bf execute_command_internal (bash + 0x397bf)
                                                #11 0x00005578efc8b35a parse_and_execute (bash + 0x9035a)
                                                #12 0x00005578efc8a6a7 n/a (bash + 0x8f6a7)
                                                #13 0x00005578efc8a8b5 source_file (bash + 0x8f8b5)
                                                #14 0x00005578efc95eb4 source_builtin (bash + 0x9aeb4)
                                                #15 0x00005578efc31574 n/a (bash + 0x36574)
                                                #16 0x00005578efc36d80 execute_command_internal (bash + 0x3bd80)
                                                #17 0x00005578efc3753a execute_command (bash + 0x3c53a)
                                                #18 0x00005578efc3959b n/a (bash + 0x3e59b)
                                                #19 0x00005578efc347bf execute_command_internal (bash + 0x397bf)
                                                #20 0x00005578efc8b35a parse_and_execute (bash + 0x9035a)
                                                #21 0x00005578efc8a6a7 n/a (bash + 0x8f6a7)
                                                #22 0x00005578efc8a8b5 source_file (bash + 0x8f8b5)
                                                #23 0x00005578efc95eb4 source_builtin (bash + 0x9aeb4)
                                                #24 0x00005578efc31574 n/a (bash + 0x36574)
                                                #25 0x00005578efc36d80 execute_command_internal (bash + 0x3bd80)
                                                #26 0x00005578efc3753a execute_command (bash + 0x3c53a)
                                                #27 0x00005578efc3959b n/a (bash + 0x3e59b)
                                                #28 0x00005578efc347bf execute_command_internal (bash + 0x397bf)
                                                #29 0x00005578efc8b35a parse_and_execute (bash + 0x9035a)
                                                #30 0x00005578efc8a6a7 n/a (bash + 0x8f6a7)
                                                #31 0x00005578efc8a8b5 source_file (bash + 0x8f8b5)
                                                #32 0x00005578efc95eb4 source_builtin (bash + 0x9aeb4)
                                                #33 0x00005578efc31574 n/a (bash + 0x36574)
                                                #34 0x00005578efc36d80 execute_command_internal (bash + 0x3bd80)
                                                #35 0x00005578efc3753a execute_command (bash + 0x3c53a)
                                                #36 0x00005578efc3959b n/a (bash + 0x3e59b)
                                                #37 0x00005578efc347bf execute_command_internal (bash + 0x397bf)
                                                #38 0x00005578efc8b35a parse_and_execute (bash + 0x9035a)
                                                #39 0x00005578efc8a6a7 n/a (bash + 0x8f6a7)
                                                #40 0x00005578efc8a8b5 source_file (bash + 0x8f8b5)
                                                #41 0x00005578efc95eb4 source_builtin (bash + 0x9aeb4)
                                                #42 0x00005578efc31574 n/a (bash + 0x36574)
                                                #43 0x00005578efc36d80 execute_command_internal (bash + 0x3bd80)
                                                #44 0x00005578efc3753a execute_command (bash + 0x3c53a)
                                                #45 0x00005578efc3959b n/a (bash + 0x3e59b)
                                                #46 0x00005578efc347bf execute_command_internal (bash + 0x397bf)
                                                #47 0x00005578efc8b35a parse_and_execute (bash + 0x9035a)
                                                #48 0x00005578efc8a6a7 n/a (bash + 0x8f6a7)
                                                #49 0x00005578efc8a8b5 source_file (bash + 0x8f8b5)
                                                #50 0x00005578efc95eb4 source_builtin (bash + 0x9aeb4)
                                                #51 0x00005578efc31574 n/a (bash + 0x36574)
                                                #52 0x00005578efc36d80 execute_command_internal (bash + 0x3bd80)
                                                #53 0x00005578efc3753a execute_command (bash + 0x3c53a)
                                                #54 0x00005578efc3959b n/a (bash + 0x3e59b)
                                                #55 0x00005578efc347bf execute_command_internal (bash + 0x397bf)
                                                #56 0x00005578efc8b35a parse_and_execute (bash + 0x9035a)
                                                #57 0x00005578efc8a6a7 n/a (bash + 0x8f6a7)
                                                #58 0x00005578efc8a8b5 source_file (bash + 0x8f8b5)
                                                #59 0x00005578efc95eb4 source_builtin (bash + 0x9aeb4)
                                                #60 0x00005578efc31574 n/a (bash + 0x36574)
                                                #61 0x00005578efc36d80 execute_command_internal (bash + 0x3bd80)
                                                #62 0x00005578efc3753a execute_command (bash + 0x3c53a)
                                                #63 0x00005578efc3959b n/a (bash + 0x3e59b)
jul 20 16:46:28 manjaro systemd-coredump[2054]: Process 2052 (bash) of user 0 dumped core.
                                                
                                                Stack trace of thread 2052:
                                                #0  0x0000557b708598da n/a (bash + 0x238da)
                                                #1  0x0000557b7085bb88 n/a (bash + 0x25b88)
                                                #2  0x0000557b7085ee4a n/a (bash + 0x28e4a)
                                                #3  0x0000557b70862232 yyparse (bash + 0x2c232)
                                                #4  0x0000557b70858869 parse_command (bash + 0x22869)
                                                #5  0x0000557b708c606c parse_and_execute (bash + 0x9006c)
                                                #6  0x0000557b708c56a7 n/a (bash + 0x8f6a7)
                                                #7  0x0000557b708c58b5 source_file (bash + 0x8f8b5)
                                                #8  0x0000557b708d0eb4 source_builtin (bash + 0x9aeb4)
                                                #9  0x0000557b7086c574 n/a (bash + 0x36574)
                                                #10 0x0000557b70871d80 execute_command_internal (bash + 0x3bd80)
                                                #11 0x0000557b7087253a execute_command (bash + 0x3c53a)
                                                #12 0x0000557b7087459b n/a (bash + 0x3e59b)
                                                #13 0x0000557b7086f7bf execute_command_internal (bash + 0x397bf)
                                                #14 0x0000557b708c635a parse_and_execute (bash + 0x9035a)
                                                #15 0x0000557b708c56a7 n/a (bash + 0x8f6a7)
                                                #16 0x0000557b708c58b5 source_file (bash + 0x8f8b5)
                                                #17 0x0000557b708d0eb4 source_builtin (bash + 0x9aeb4)
                                                #18 0x0000557b7086c574 n/a (bash + 0x36574)
                                                #19 0x0000557b70871d80 execute_command_internal (bash + 0x3bd80)
                                                #20 0x0000557b7087253a execute_command (bash + 0x3c53a)
                                                #21 0x0000557b7087459b n/a (bash + 0x3e59b)
                                                #22 0x0000557b7086f7bf execute_command_internal (bash + 0x397bf)
                                                #23 0x0000557b708c635a parse_and_execute (bash + 0x9035a)
                                                #24 0x0000557b708c56a7 n/a (bash + 0x8f6a7)
                                                #25 0x0000557b708c58b5 source_file (bash + 0x8f8b5)
                                                #26 0x0000557b708d0eb4 source_builtin (bash + 0x9aeb4)
                                                #27 0x0000557b7086c574 n/a (bash + 0x36574)
                                                #28 0x0000557b70871d80 execute_command_internal (bash + 0x3bd80)
                                                #29 0x0000557b7087253a execute_command (bash + 0x3c53a)
                                                #30 0x0000557b7087459b n/a (bash + 0x3e59b)
                                                #31 0x0000557b7086f7bf execute_command_internal (bash + 0x397bf)
                                                #32 0x0000557b708c635a parse_and_execute (bash + 0x9035a)
                                                #33 0x0000557b708c56a7 n/a (bash + 0x8f6a7)
                                                #34 0x0000557b708c58b5 source_file (bash + 0x8f8b5)
                                                #35 0x0000557b708d0eb4 source_builtin (bash + 0x9aeb4)
                                                #36 0x0000557b7086c574 n/a (bash + 0x36574)
                                                #37 0x0000557b70871d80 execute_command_internal (bash + 0x3bd80)
                                                #38 0x0000557b7087253a execute_command (bash + 0x3c53a)
                                                #39 0x0000557b7087459b n/a (bash + 0x3e59b)
                                                #40 0x0000557b7086f7bf execute_command_internal (bash + 0x397bf)
                                                #41 0x0000557b708c635a parse_and_execute (bash + 0x9035a)
                                                #42 0x0000557b708c56a7 n/a (bash + 0x8f6a7)
                                                #43 0x0000557b708c58b5 source_file (bash + 0x8f8b5)
                                                #44 0x0000557b708d0eb4 source_builtin (bash + 0x9aeb4)
                                                #45 0x0000557b7086c574 n/a (bash + 0x36574)
                                                #46 0x0000557b70871d80 execute_command_internal (bash + 0x3bd80)
                                                #47 0x0000557b7087253a execute_command (bash + 0x3c53a)
                                                #48 0x0000557b7087459b n/a (bash + 0x3e59b)
                                                #49 0x0000557b7086f7bf execute_command_internal (bash + 0x397bf)
                                                #50 0x0000557b708c635a parse_and_execute (bash + 0x9035a)
                                                #51 0x0000557b708c56a7 n/a (bash + 0x8f6a7)
                                                #52 0x0000557b708c58b5 source_file (bash + 0x8f8b5)
                                                #53 0x0000557b708d0eb4 source_builtin (bash + 0x9aeb4)
                                                #54 0x0000557b7086c574 n/a (bash + 0x36574)
                                                #55 0x0000557b70871d80 execute_command_internal (bash + 0x3bd80)
                                                #56 0x0000557b7087253a execute_command (bash + 0x3c53a)
                                                #57 0x0000557b7087459b n/a (bash + 0x3e59b)
                                                #58 0x0000557b7086f7bf execute_command_internal (bash + 0x397bf)
                                                #59 0x0000557b708c635a parse_and_execute (bash + 0x9035a)
                                                #60 0x0000557b708c56a7 n/a (bash + 0x8f6a7)
                                                #61 0x0000557b708c58b5 source_file (bash + 0x8f8b5)
                                                #62 0x0000557b708d0eb4 source_builtin (bash + 0x9aeb4)
                                                #63 0x0000557b7086c574 n/a (bash + 0x36574)
jul 20 16:59:38 manjaro systemd-coredump[2176]: Process 2174 (bash) of user 0 dumped core.
                                                
                                                Stack trace of thread 2174:
                                                #0  0x00005626c9037e43 yyparse (bash + 0x2be43)
                                                #1  0x00005626c902e869 parse_command (bash + 0x22869)
                                                #2  0x00005626c909c06c parse_and_execute (bash + 0x9006c)
                                                #3  0x00005626c909b6a7 n/a (bash + 0x8f6a7)
                                                #4  0x00005626c909b8b5 source_file (bash + 0x8f8b5)
                                                #5  0x00005626c90a6eb4 source_builtin (bash + 0x9aeb4)
                                                #6  0x00005626c9042574 n/a (bash + 0x36574)
                                                #7  0x00005626c9047d80 execute_command_internal (bash + 0x3bd80)
                                                #8  0x00005626c904853a execute_command (bash + 0x3c53a)
                                                #9  0x00005626c904a59b n/a (bash + 0x3e59b)
                                                #10 0x00005626c90457bf execute_command_internal (bash + 0x397bf)
                                                #11 0x00005626c909c35a parse_and_execute (bash + 0x9035a)
                                                #12 0x00005626c909b6a7 n/a (bash + 0x8f6a7)
                                                #13 0x00005626c909b8b5 source_file (bash + 0x8f8b5)
                                                #14 0x00005626c90a6eb4 source_builtin (bash + 0x9aeb4)
                                                #15 0x00005626c9042574 n/a (bash + 0x36574)
                                                #16 0x00005626c9047d80 execute_command_internal (bash + 0x3bd80)
                                                #17 0x00005626c904853a execute_command (bash + 0x3c53a)
                                                #18 0x00005626c904a59b n/a (bash + 0x3e59b)
                                                #19 0x00005626c90457bf execute_command_internal (bash + 0x397bf)
                                                #20 0x00005626c909c35a parse_and_execute (bash + 0x9035a)
                                                #21 0x00005626c909b6a7 n/a (bash + 0x8f6a7)
                                                #22 0x00005626c909b8b5 source_file (bash + 0x8f8b5)
                                                #23 0x00005626c90a6eb4 source_builtin (bash + 0x9aeb4)
                                                #24 0x00005626c9042574 n/a (bash + 0x36574)
                                                #25 0x00005626c9047d80 execute_command_internal (bash + 0x3bd80)
                                                #26 0x00005626c904853a execute_command (bash + 0x3c53a)
                                                #27 0x00005626c904a59b n/a (bash + 0x3e59b)
                                                #28 0x00005626c90457bf execute_command_internal (bash + 0x397bf)
                                                #29 0x00005626c909c35a parse_and_execute (bash + 0x9035a)
                                                #30 0x00005626c909b6a7 n/a (bash + 0x8f6a7)
                                                #31 0x00005626c909b8b5 source_file (bash + 0x8f8b5)
                                                #32 0x00005626c90a6eb4 source_builtin (bash + 0x9aeb4)
                                                #33 0x00005626c9042574 n/a (bash + 0x36574)
                                                #34 0x00005626c9047d80 execute_command_internal (bash + 0x3bd80)
                                                #35 0x00005626c904853a execute_command (bash + 0x3c53a)
                                                #36 0x00005626c904a59b n/a (bash + 0x3e59b)
                                                #37 0x00005626c90457bf execute_command_internal (bash + 0x397bf)
                                                #38 0x00005626c909c35a parse_and_execute (bash + 0x9035a)
                                                #39 0x00005626c909b6a7 n/a (bash + 0x8f6a7)
                                                #40 0x00005626c909b8b5 source_file (bash + 0x8f8b5)
                                                #41 0x00005626c90a6eb4 source_builtin (bash + 0x9aeb4)
                                                #42 0x00005626c9042574 n/a (bash + 0x36574)
                                                #43 0x00005626c9047d80 execute_command_internal (bash + 0x3bd80)
                                                #44 0x00005626c904853a execute_command (bash + 0x3c53a)
                                                #45 0x00005626c904a59b n/a (bash + 0x3e59b)
                                                #46 0x00005626c90457bf execute_command_internal (bash + 0x397bf)
                                                #47 0x00005626c909c35a parse_and_execute (bash + 0x9035a)
                                                #48 0x00005626c909b6a7 n/a (bash + 0x8f6a7)
                                                #49 0x00005626c909b8b5 source_file (bash + 0x8f8b5)
                                                #50 0x00005626c90a6eb4 source_builtin (bash + 0x9aeb4)
                                                #51 0x00005626c9042574 n/a (bash + 0x36574)
                                                #52 0x00005626c9047d80 execute_command_internal (bash + 0x3bd80)
                                                #53 0x00005626c904853a execute_command (bash + 0x3c53a)
                                                #54 0x00005626c904a59b n/a (bash + 0x3e59b)
                                                #55 0x00005626c90457bf execute_command_internal (bash + 0x397bf)
                                                #56 0x00005626c909c35a parse_and_execute (bash + 0x9035a)
                                                #57 0x00005626c909b6a7 n/a (bash + 0x8f6a7)
                                                #58 0x00005626c909b8b5 source_file (bash + 0x8f8b5)
                                                #59 0x00005626c90a6eb4 source_builtin (bash + 0x9aeb4)
                                                #60 0x00005626c9042574 n/a (bash + 0x36574)
                                                #61 0x00005626c9047d80 execute_command_internal (bash + 0x3bd80)
                                                #62 0x00005626c904853a execute_command (bash + 0x3c53a)
                                                #63 0x00005626c904a59b n/a (bash + 0x3e59b)
jul 20 17:25:37 manjaro systemd-coredump[2349]: Process 2347 (bash) of user 0 dumped core.
                                                
                                                Stack trace of thread 2347:
                                                #0  0x000055d1c03b1e43 yyparse (bash + 0x2be43)
                                                #1  0x000055d1c03a8869 parse_command (bash + 0x22869)
                                                #2  0x000055d1c041606c parse_and_execute (bash + 0x9006c)
                                                #3  0x000055d1c04156a7 n/a (bash + 0x8f6a7)
                                                #4  0x000055d1c04158b5 source_file (bash + 0x8f8b5)
                                                #5  0x000055d1c0420eb4 source_builtin (bash + 0x9aeb4)
                                                #6  0x000055d1c03bc574 n/a (bash + 0x36574)
                                                #7  0x000055d1c03c1d80 execute_command_internal (bash + 0x3bd80)
                                                #8  0x000055d1c03c253a execute_command (bash + 0x3c53a)
                                                #9  0x000055d1c03c459b n/a (bash + 0x3e59b)
                                                #10 0x000055d1c03bf7bf execute_command_internal (bash + 0x397bf)
                                                #11 0x000055d1c041635a parse_and_execute (bash + 0x9035a)
                                                #12 0x000055d1c04156a7 n/a (bash + 0x8f6a7)
                                                #13 0x000055d1c04158b5 source_file (bash + 0x8f8b5)
                                                #14 0x000055d1c0420eb4 source_builtin (bash + 0x9aeb4)
                                                #15 0x000055d1c03bc574 n/a (bash + 0x36574)
                                                #16 0x000055d1c03c1d80 execute_command_internal (bash + 0x3bd80)
                                                #17 0x000055d1c03c253a execute_command (bash + 0x3c53a)
                                                #18 0x000055d1c03c459b n/a (bash + 0x3e59b)
                                                #19 0x000055d1c03bf7bf execute_command_internal (bash + 0x397bf)
                                                #20 0x000055d1c041635a parse_and_execute (bash + 0x9035a)
                                                #21 0x000055d1c04156a7 n/a (bash + 0x8f6a7)
                                                #22 0x000055d1c04158b5 source_file (bash + 0x8f8b5)
                                                #23 0x000055d1c0420eb4 source_builtin (bash + 0x9aeb4)
                                                #24 0x000055d1c03bc574 n/a (bash + 0x36574)
                                                #25 0x000055d1c03c1d80 execute_command_internal (bash + 0x3bd80)
                                                #26 0x000055d1c03c253a execute_command (bash + 0x3c53a)
                                                #27 0x000055d1c03c459b n/a (bash + 0x3e59b)
                                                #28 0x000055d1c03bf7bf execute_command_internal (bash + 0x397bf)
                                                #29 0x000055d1c041635a parse_and_execute (bash + 0x9035a)
                                                #30 0x000055d1c04156a7 n/a (bash + 0x8f6a7)
                                                #31 0x000055d1c04158b5 source_file (bash + 0x8f8b5)
                                                #32 0x000055d1c0420eb4 source_builtin (bash + 0x9aeb4)
                                                #33 0x000055d1c03bc574 n/a (bash + 0x36574)
                                                #34 0x000055d1c03c1d80 execute_command_internal (bash + 0x3bd80)
                                                #35 0x000055d1c03c253a execute_command (bash + 0x3c53a)
                                                #36 0x000055d1c03c459b n/a (bash + 0x3e59b)
                                                #37 0x000055d1c03bf7bf execute_command_internal (bash + 0x397bf)
                                                #38 0x000055d1c041635a parse_and_execute (bash + 0x9035a)
                                                #39 0x000055d1c04156a7 n/a (bash + 0x8f6a7)
                                                #40 0x000055d1c04158b5 source_file (bash + 0x8f8b5)
                                                #41 0x000055d1c0420eb4 source_builtin (bash + 0x9aeb4)
                                                #42 0x000055d1c03bc574 n/a (bash + 0x36574)
                                                #43 0x000055d1c03c1d80 execute_command_internal (bash + 0x3bd80)
                                                #44 0x000055d1c03c253a execute_command (bash + 0x3c53a)
                                                #45 0x000055d1c03c459b n/a (bash + 0x3e59b)
                                                #46 0x000055d1c03bf7bf execute_command_internal (bash + 0x397bf)
                                                #47 0x000055d1c041635a parse_and_execute (bash + 0x9035a)
                                                #48 0x000055d1c04156a7 n/a (bash + 0x8f6a7)
                                                #49 0x000055d1c04158b5 source_file (bash + 0x8f8b5)
                                                #50 0x000055d1c0420eb4 source_builtin (bash + 0x9aeb4)
                                                #51 0x000055d1c03bc574 n/a (bash + 0x36574)
                                                #52 0x000055d1c03c1d80 execute_command_internal (bash + 0x3bd80)
                                                #53 0x000055d1c03c253a execute_command (bash + 0x3c53a)
                                                #54 0x000055d1c03c459b n/a (bash + 0x3e59b)
                                                #55 0x000055d1c03bf7bf execute_command_internal (bash + 0x397bf)
                                                #56 0x000055d1c041635a parse_and_execute (bash + 0x9035a)
                                                #57 0x000055d1c04156a7 n/a (bash + 0x8f6a7)
                                                #58 0x000055d1c04158b5 source_file (bash + 0x8f8b5)
                                                #59 0x000055d1c0420eb4 source_builtin (bash + 0x9aeb4)
                                                #60 0x000055d1c03bc574 n/a (bash + 0x36574)
                                                #61 0x000055d1c03c1d80 execute_command_internal (bash + 0x3bd80)
                                                #62 0x000055d1c03c253a execute_command (bash + 0x3c53a)
                                                #63 0x000055d1c03c459b n/a (bash + 0x3e59b)
jul 20 17:36:25 manjaro systemd-coredump[2471]: Process 2469 (bash) of user 0 dumped core.
                                                
                                                Stack trace of thread 2469:
                                                #0  0x0000556b6e0ace43 yyparse (bash + 0x2be43)
                                                #1  0x0000556b6e0a3869 parse_command (bash + 0x22869)
                                                #2  0x0000556b6e11106c parse_and_execute (bash + 0x9006c)
                                                #3  0x0000556b6e1106a7 n/a (bash + 0x8f6a7)
                                                #4  0x0000556b6e1108b5 source_file (bash + 0x8f8b5)
                                                #5  0x0000556b6e11beb4 source_builtin (bash + 0x9aeb4)
                                                #6  0x0000556b6e0b7574 n/a (bash + 0x36574)
                                                #7  0x0000556b6e0bcd80 execute_command_internal (bash + 0x3bd80)
                                                #8  0x0000556b6e0bd53a execute_command (bash + 0x3c53a)
                                                #9  0x0000556b6e0bf59b n/a (bash + 0x3e59b)
                                                #10 0x0000556b6e0ba7bf execute_command_internal (bash + 0x397bf)
                                                #11 0x0000556b6e11135a parse_and_execute (bash + 0x9035a)
                                                #12 0x0000556b6e1106a7 n/a (bash + 0x8f6a7)
                                                #13 0x0000556b6e1108b5 source_file (bash + 0x8f8b5)
                                                #14 0x0000556b6e11beb4 source_builtin (bash + 0x9aeb4)
                                                #15 0x0000556b6e0b7574 n/a (bash + 0x36574)
                                                #16 0x0000556b6e0bcd80 execute_command_internal (bash + 0x3bd80)
                                                #17 0x0000556b6e0bd53a execute_command (bash + 0x3c53a)
                                                #18 0x0000556b6e0bf59b n/a (bash + 0x3e59b)
                                                #19 0x0000556b6e0ba7bf execute_command_internal (bash + 0x397bf)
                                                #20 0x0000556b6e11135a parse_and_execute (bash + 0x9035a)
                                                #21 0x0000556b6e1106a7 n/a (bash + 0x8f6a7)
                                                #22 0x0000556b6e1108b5 source_file (bash + 0x8f8b5)
                                                #23 0x0000556b6e11beb4 source_builtin (bash + 0x9aeb4)
                                                #24 0x0000556b6e0b7574 n/a (bash + 0x36574)
                                                #25 0x0000556b6e0bcd80 execute_command_internal (bash + 0x3bd80)
                                                #26 0x0000556b6e0bd53a execute_command (bash + 0x3c53a)
                                                #27 0x0000556b6e0bf59b n/a (bash + 0x3e59b)
                                                #28 0x0000556b6e0ba7bf execute_command_internal (bash + 0x397bf)
                                                #29 0x0000556b6e11135a parse_and_execute (bash + 0x9035a)
                                                #30 0x0000556b6e1106a7 n/a (bash + 0x8f6a7)
                                                #31 0x0000556b6e1108b5 source_file (bash + 0x8f8b5)
                                                #32 0x0000556b6e11beb4 source_builtin (bash + 0x9aeb4)
                                                #33 0x0000556b6e0b7574 n/a (bash + 0x36574)
                                                #34 0x0000556b6e0bcd80 execute_command_internal (bash + 0x3bd80)
                                                #35 0x0000556b6e0bd53a execute_command (bash + 0x3c53a)
                                                #36 0x0000556b6e0bf59b n/a (bash + 0x3e59b)
                                                #37 0x0000556b6e0ba7bf execute_command_internal (bash + 0x397bf)
                                                #38 0x0000556b6e11135a parse_and_execute (bash + 0x9035a)
                                                #39 0x0000556b6e1106a7 n/a (bash + 0x8f6a7)
                                                #40 0x0000556b6e1108b5 source_file (bash + 0x8f8b5)
                                                #41 0x0000556b6e11beb4 source_builtin (bash + 0x9aeb4)
                                                #42 0x0000556b6e0b7574 n/a (bash + 0x36574)
                                                #43 0x0000556b6e0bcd80 execute_command_internal (bash + 0x3bd80)
                                                #44 0x0000556b6e0bd53a execute_command (bash + 0x3c53a)
                                                #45 0x0000556b6e0bf59b n/a (bash + 0x3e59b)
                                                #46 0x0000556b6e0ba7bf execute_command_internal (bash + 0x397bf)
                                                #47 0x0000556b6e11135a parse_and_execute (bash + 0x9035a)
                                                #48 0x0000556b6e1106a7 n/a (bash + 0x8f6a7)
                                                #49 0x0000556b6e1108b5 source_file (bash + 0x8f8b5)
                                                #50 0x0000556b6e11beb4 source_builtin (bash + 0x9aeb4)
                                                #51 0x0000556b6e0b7574 n/a (bash + 0x36574)
                                                #52 0x0000556b6e0bcd80 execute_command_internal (bash + 0x3bd80)
                                                #53 0x0000556b6e0bd53a execute_command (bash + 0x3c53a)
                                                #54 0x0000556b6e0bf59b n/a (bash + 0x3e59b)
                                                #55 0x0000556b6e0ba7bf execute_command_internal (bash + 0x397bf)
                                                #56 0x0000556b6e11135a parse_and_execute (bash + 0x9035a)
                                                #57 0x0000556b6e1106a7 n/a (bash + 0x8f6a7)
                                                #58 0x0000556b6e1108b5 source_file (bash + 0x8f8b5)
                                                #59 0x0000556b6e11beb4 source_builtin (bash + 0x9aeb4)
                                                #60 0x0000556b6e0b7574 n/a (bash + 0x36574)
                                                #61 0x0000556b6e0bcd80 execute_command_internal (bash + 0x3bd80)
                                                #62 0x0000556b6e0bd53a execute_command (bash + 0x3c53a)
                                                #63 0x0000556b6e0bf59b n/a (bash + 0x3e59b)
jul 20 17:38:37 manjaro systemd-coredump[2500]: Process 2498 (bash) of user 0 dumped core.
                                                
                                                Stack trace of thread 2498:
                                                #0  0x000055f757ea88c2 n/a (bash + 0x238c2)
                                                #1  0x000055f757eaab88 n/a (bash + 0x25b88)
                                                #2  0x000055f757eade4a n/a (bash + 0x28e4a)
                                                #3  0x000055f757eb1232 yyparse (bash + 0x2c232)
                                                #4  0x000055f757ea7869 parse_command (bash + 0x22869)
                                                #5  0x000055f757f1506c parse_and_execute (bash + 0x9006c)
                                                #6  0x000055f757f146a7 n/a (bash + 0x8f6a7)
                                                #7  0x000055f757f148b5 source_file (bash + 0x8f8b5)
                                                #8  0x000055f757f1feb4 source_builtin (bash + 0x9aeb4)
                                                #9  0x000055f757ebb574 n/a (bash + 0x36574)
                                                #10 0x000055f757ec0d80 execute_command_internal (bash + 0x3bd80)
                                                #11 0x000055f757ec153a execute_command (bash + 0x3c53a)
                                                #12 0x000055f757ec359b n/a (bash + 0x3e59b)
                                                #13 0x000055f757ebe7bf execute_command_internal (bash + 0x397bf)
                                                #14 0x000055f757f1535a parse_and_execute (bash + 0x9035a)
                                                #15 0x000055f757f146a7 n/a (bash + 0x8f6a7)
                                                #16 0x000055f757f148b5 source_file (bash + 0x8f8b5)
                                                #17 0x000055f757f1feb4 source_builtin (bash + 0x9aeb4)
                                                #18 0x000055f757ebb574 n/a (bash + 0x36574)
                                                #19 0x000055f757ec0d80 execute_command_internal (bash + 0x3bd80)
                                                #20 0x000055f757ec153a execute_command (bash + 0x3c53a)
                                                #21 0x000055f757ec359b n/a (bash + 0x3e59b)
                                                #22 0x000055f757ebe7bf execute_command_internal (bash + 0x397bf)
                                                #23 0x000055f757f1535a parse_and_execute (bash + 0x9035a)
                                                #24 0x000055f757f146a7 n/a (bash + 0x8f6a7)
                                                #25 0x000055f757f148b5 source_file (bash + 0x8f8b5)
                                                #26 0x000055f757f1feb4 source_builtin (bash + 0x9aeb4)
                                                #27 0x000055f757ebb574 n/a (bash + 0x36574)
                                                #28 0x000055f757ec0d80 execute_command_internal (bash + 0x3bd80)
                                                #29 0x000055f757ec153a execute_command (bash + 0x3c53a)
                                                #30 0x000055f757ec359b n/a (bash + 0x3e59b)
                                                #31 0x000055f757ebe7bf execute_command_internal (bash + 0x397bf)
                                                #32 0x000055f757f1535a parse_and_execute (bash + 0x9035a)
                                                #33 0x000055f757f146a7 n/a (bash + 0x8f6a7)
                                                #34 0x000055f757f148b5 source_file (bash + 0x8f8b5)
                                                #35 0x000055f757f1feb4 source_builtin (bash + 0x9aeb4)
                                                #36 0x000055f757ebb574 n/a (bash + 0x36574)
                                                #37 0x000055f757ec0d80 execute_command_internal (bash + 0x3bd80)
                                                #38 0x000055f757ec153a execute_command (bash + 0x3c53a)
                                                #39 0x000055f757ec359b n/a (bash + 0x3e59b)
                                                #40 0x000055f757ebe7bf execute_command_internal (bash + 0x397bf)
                                                #41 0x000055f757f1535a parse_and_execute (bash + 0x9035a)
                                                #42 0x000055f757f146a7 n/a (bash + 0x8f6a7)
                                                #43 0x000055f757f148b5 source_file (bash + 0x8f8b5)
                                                #44 0x000055f757f1feb4 source_builtin (bash + 0x9aeb4)
                                                #45 0x000055f757ebb574 n/a (bash + 0x36574)
                                                #46 0x000055f757ec0d80 execute_command_internal (bash + 0x3bd80)
                                                #47 0x000055f757ec153a execute_command (bash + 0x3c53a)
                                                #48 0x000055f757ec359b n/a (bash + 0x3e59b)
                                                #49 0x000055f757ebe7bf execute_command_internal (bash + 0x397bf)
                                                #50 0x000055f757f1535a parse_and_execute (bash + 0x9035a)
                                                #51 0x000055f757f146a7 n/a (bash + 0x8f6a7)
                                                #52 0x000055f757f148b5 source_file (bash + 0x8f8b5)
                                                #53 0x000055f757f1feb4 source_builtin (bash + 0x9aeb4)
                                                #54 0x000055f757ebb574 n/a (bash + 0x36574)
                                                #55 0x000055f757ec0d80 execute_command_internal (bash + 0x3bd80)
                                                #56 0x000055f757ec153a execute_command (bash + 0x3c53a)
                                                #57 0x000055f757ec359b n/a (bash + 0x3e59b)
                                                #58 0x000055f757ebe7bf execute_command_internal (bash + 0x397bf)
                                                #59 0x000055f757f1535a parse_and_execute (bash + 0x9035a)
                                                #60 0x000055f757f146a7 n/a (bash + 0x8f6a7)
                                                #61 0x000055f757f148b5 source_file (bash + 0x8f8b5)
                                                #62 0x000055f757f1feb4 source_builtin (bash + 0x9aeb4)
                                                #63 0x000055f757ebb574 n/a (bash + 0x36574)
jul 20 18:31:44 manjaro systemd-coredump[292104]: Process 292102 (bash) of user 0 dumped core.
                                                  
                                                  Stack trace of thread 292102:
                                                  #0  0x000055f305a9ee43 yyparse (bash + 0x2be43)
                                                  #1  0x000055f305a95869 parse_command (bash + 0x22869)
                                                  #2  0x000055f305b0306c parse_and_execute (bash + 0x9006c)
                                                  #3  0x000055f305b026a7 n/a (bash + 0x8f6a7)
                                                  #4  0x000055f305b028b5 source_file (bash + 0x8f8b5)
                                                  #5  0x000055f305b0deb4 source_builtin (bash + 0x9aeb4)
                                                  #6  0x000055f305aa9574 n/a (bash + 0x36574)
                                                  #7  0x000055f305aaed80 execute_command_internal (bash + 0x3bd80)
                                                  #8  0x000055f305aaf53a execute_command (bash + 0x3c53a)
                                                  #9  0x000055f305ab159b n/a (bash + 0x3e59b)
                                                  #10 0x000055f305aac7bf execute_command_internal (bash + 0x397bf)
                                                  #11 0x000055f305b0335a parse_and_execute (bash + 0x9035a)
                                                  #12 0x000055f305b026a7 n/a (bash + 0x8f6a7)
                                                  #13 0x000055f305b028b5 source_file (bash + 0x8f8b5)
                                                  #14 0x000055f305b0deb4 source_builtin (bash + 0x9aeb4)
                                                  #15 0x000055f305aa9574 n/a (bash + 0x36574)
                                                  #16 0x000055f305aaed80 execute_command_internal (bash + 0x3bd80)
                                                  #17 0x000055f305aaf53a execute_command (bash + 0x3c53a)
                                                  #18 0x000055f305ab159b n/a (bash + 0x3e59b)
                                                  #19 0x000055f305aac7bf execute_command_internal (bash + 0x397bf)
                                                  #20 0x000055f305b0335a parse_and_execute (bash + 0x9035a)
                                                  #21 0x000055f305b026a7 n/a (bash + 0x8f6a7)
                                                  #22 0x000055f305b028b5 source_file (bash + 0x8f8b5)
                                                  #23 0x000055f305b0deb4 source_builtin (bash + 0x9aeb4)
                                                  #24 0x000055f305aa9574 n/a (bash + 0x36574)
                                                  #25 0x000055f305aaed80 execute_command_internal (bash + 0x3bd80)
                                                  #26 0x000055f305aaf53a execute_command (bash + 0x3c53a)
                                                  #27 0x000055f305ab159b n/a (bash + 0x3e59b)
                                                  #28 0x000055f305aac7bf execute_command_internal (bash + 0x397bf)
                                                  #29 0x000055f305b0335a parse_and_execute (bash + 0x9035a)
                                                  #30 0x000055f305b026a7 n/a (bash + 0x8f6a7)
                                                  #31 0x000055f305b028b5 source_file (bash + 0x8f8b5)
                                                  #32 0x000055f305b0deb4 source_builtin (bash + 0x9aeb4)
                                                  #33 0x000055f305aa9574 n/a (bash + 0x36574)
                                                  #34 0x000055f305aaed80 execute_command_internal (bash + 0x3bd80)
                                                  #35 0x000055f305aaf53a execute_command (bash + 0x3c53a)
                                                  #36 0x000055f305ab159b n/a (bash + 0x3e59b)
                                                  #37 0x000055f305aac7bf execute_command_internal (bash + 0x397bf)
                                                  #38 0x000055f305b0335a parse_and_execute (bash + 0x9035a)
                                                  #39 0x000055f305b026a7 n/a (bash + 0x8f6a7)
                                                  #40 0x000055f305b028b5 source_file (bash + 0x8f8b5)
                                                  #41 0x000055f305b0deb4 source_builtin (bash + 0x9aeb4)
                                                  #42 0x000055f305aa9574 n/a (bash + 0x36574)
                                                  #43 0x000055f305aaed80 execute_command_internal (bash + 0x3bd80)
                                                  #44 0x000055f305aaf53a execute_command (bash + 0x3c53a)
                                                  #45 0x000055f305ab159b n/a (bash + 0x3e59b)
                                                  #46 0x000055f305aac7bf execute_command_internal (bash + 0x397bf)
                                                  #47 0x000055f305b0335a parse_and_execute (bash + 0x9035a)
                                                  #48 0x000055f305b026a7 n/a (bash + 0x8f6a7)
                                                  #49 0x000055f305b028b5 source_file (bash + 0x8f8b5)
                                                  #50 0x000055f305b0deb4 source_builtin (bash + 0x9aeb4)
                                                  #51 0x000055f305aa9574 n/a (bash + 0x36574)
                                                  #52 0x000055f305aaed80 execute_command_internal (bash + 0x3bd80)
                                                  #53 0x000055f305aaf53a execute_command (bash + 0x3c53a)
                                                  #54 0x000055f305ab159b n/a (bash + 0x3e59b)
                                                  #55 0x000055f305aac7bf execute_command_internal (bash + 0x397bf)
                                                  #56 0x000055f305b0335a parse_and_execute (bash + 0x9035a)
                                                  #57 0x000055f305b026a7 n/a (bash + 0x8f6a7)
                                                  #58 0x000055f305b028b5 source_file (bash + 0x8f8b5)
                                                  #59 0x000055f305b0deb4 source_builtin (bash + 0x9aeb4)
                                                  #60 0x000055f305aa9574 n/a (bash + 0x36574)
                                                  #61 0x000055f305aaed80 execute_command_internal (bash + 0x3bd80)
                                                  #62 0x000055f305aaf53a execute_command (bash + 0x3c53a)
                                                  #63 0x000055f305ab159b n/a (bash + 0x3e59b)
jul 20 18:31:46 manjaro systemd-coredump[292116]: Process 292110 (bash) of user 0 dumped core.
                                                  
                                                  Stack trace of thread 292110:
                                                  #0  0x000056118eca6e43 yyparse (bash + 0x2be43)
                                                  #1  0x000056118ec9d869 parse_command (bash + 0x22869)
                                                  #2  0x000056118ed0b06c parse_and_execute (bash + 0x9006c)
                                                  #3  0x000056118ed0a6a7 n/a (bash + 0x8f6a7)
                                                  #4  0x000056118ed0a8b5 source_file (bash + 0x8f8b5)
                                                  #5  0x000056118ed15eb4 source_builtin (bash + 0x9aeb4)
                                                  #6  0x000056118ecb1574 n/a (bash + 0x36574)
                                                  #7  0x000056118ecb6d80 execute_command_internal (bash + 0x3bd80)
                                                  #8  0x000056118ecb753a execute_command (bash + 0x3c53a)
                                                  #9  0x000056118ecb959b n/a (bash + 0x3e59b)
                                                  #10 0x000056118ecb47bf execute_command_internal (bash + 0x397bf)
                                                  #11 0x000056118ed0b35a parse_and_execute (bash + 0x9035a)
                                                  #12 0x000056118ed0a6a7 n/a (bash + 0x8f6a7)
                                                  #13 0x000056118ed0a8b5 source_file (bash + 0x8f8b5)
                                                  #14 0x000056118ed15eb4 source_builtin (bash + 0x9aeb4)
                                                  #15 0x000056118ecb1574 n/a (bash + 0x36574)
                                                  #16 0x000056118ecb6d80 execute_command_internal (bash + 0x3bd80)
                                                  #17 0x000056118ecb753a execute_command (bash + 0x3c53a)
                                                  #18 0x000056118ecb959b n/a (bash + 0x3e59b)
                                                  #19 0x000056118ecb47bf execute_command_internal (bash + 0x397bf)
                                                  #20 0x000056118ed0b35a parse_and_execute (bash + 0x9035a)
                                                  #21 0x000056118ed0a6a7 n/a (bash + 0x8f6a7)
                                                  #22 0x000056118ed0a8b5 source_file (bash + 0x8f8b5)
                                                  #23 0x000056118ed15eb4 source_builtin (bash + 0x9aeb4)
                                                  #24 0x000056118ecb1574 n/a (bash + 0x36574)
                                                  #25 0x000056118ecb6d80 execute_command_internal (bash + 0x3bd80)
                                                  #26 0x000056118ecb753a execute_command (bash + 0x3c53a)
                                                  #27 0x000056118ecb959b n/a (bash + 0x3e59b)
                                                  #28 0x000056118ecb47bf execute_command_internal (bash + 0x397bf)
                                                  #29 0x000056118ed0b35a parse_and_execute (bash + 0x9035a)
                                                  #30 0x000056118ed0a6a7 n/a (bash + 0x8f6a7)
                                                  #31 0x000056118ed0a8b5 source_file (bash + 0x8f8b5)
                                                  #32 0x000056118ed15eb4 source_builtin (bash + 0x9aeb4)
                                                  #33 0x000056118ecb1574 n/a (bash + 0x36574)
                                                  #34 0x000056118ecb6d80 execute_command_internal (bash + 0x3bd80)
                                                  #35 0x000056118ecb753a execute_command (bash + 0x3c53a)
                                                  #36 0x000056118ecb959b n/a (bash + 0x3e59b)
                                                  #37 0x000056118ecb47bf execute_command_internal (bash + 0x397bf)
                                                  #38 0x000056118ed0b35a parse_and_execute (bash + 0x9035a)
                                                  #39 0x000056118ed0a6a7 n/a (bash + 0x8f6a7)
                                                  #40 0x000056118ed0a8b5 source_file (bash + 0x8f8b5)
                                                  #41 0x000056118ed15eb4 source_builtin (bash + 0x9aeb4)
                                                  #42 0x000056118ecb1574 n/a (bash + 0x36574)
                                                  #43 0x000056118ecb6d80 execute_command_internal (bash + 0x3bd80)
                                                  #44 0x000056118ecb753a execute_command (bash + 0x3c53a)
                                                  #45 0x000056118ecb959b n/a (bash + 0x3e59b)
                                                  #46 0x000056118ecb47bf execute_command_internal (bash + 0x397bf)
                                                  #47 0x000056118ed0b35a parse_and_execute (bash + 0x9035a)
                                                  #48 0x000056118ed0a6a7 n/a (bash + 0x8f6a7)
                                                  #49 0x000056118ed0a8b5 source_file (bash + 0x8f8b5)
                                                  #50 0x000056118ed15eb4 source_builtin (bash + 0x9aeb4)
                                                  #51 0x000056118ecb1574 n/a (bash + 0x36574)
                                                  #52 0x000056118ecb6d80 execute_command_internal (bash + 0x3bd80)
                                                  #53 0x000056118ecb753a execute_command (bash + 0x3c53a)
                                                  #54 0x000056118ecb959b n/a (bash + 0x3e59b)
                                                  #55 0x000056118ecb47bf execute_command_internal (bash + 0x397bf)
                                                  #56 0x000056118ed0b35a parse_and_execute (bash + 0x9035a)
                                                  #57 0x000056118ed0a6a7 n/a (bash + 0x8f6a7)
                                                  #58 0x000056118ed0a8b5 source_file (bash + 0x8f8b5)
                                                  #59 0x000056118ed15eb4 source_builtin (bash + 0x9aeb4)
                                                  #60 0x000056118ecb1574 n/a (bash + 0x36574)
                                                  #61 0x000056118ecb6d80 execute_command_internal (bash + 0x3bd80)
                                                  #62 0x000056118ecb753a execute_command (bash + 0x3c53a)
                                                  #63 0x000056118ecb959b n/a (bash + 0x3e59b)
jul 20 18:31:48 manjaro systemd-coredump[292127]: Process 292121 (bash) of user 0 dumped core.
                                                  
                                                  Stack trace of thread 292121:
                                                  #0  0x0000564480aa5e65 yyparse (bash + 0x2be65)
                                                  #1  0x0000564480a9c869 parse_command (bash + 0x22869)
                                                  #2  0x0000564480b0a06c parse_and_execute (bash + 0x9006c)
                                                  #3  0x0000564480b096a7 n/a (bash + 0x8f6a7)
                                                  #4  0x0000564480b098b5 source_file (bash + 0x8f8b5)
                                                  #5  0x0000564480b14eb4 source_builtin (bash + 0x9aeb4)
                                                  #6  0x0000564480ab0574 n/a (bash + 0x36574)
                                                  #7  0x0000564480ab5d80 execute_command_internal (bash + 0x3bd80)
                                                  #8  0x0000564480ab653a execute_command (bash + 0x3c53a)
                                                  #9  0x0000564480ab859b n/a (bash + 0x3e59b)
                                                  #10 0x0000564480ab37bf execute_command_internal (bash + 0x397bf)
                                                  #11 0x0000564480b0a35a parse_and_execute (bash + 0x9035a)
                                                  #12 0x0000564480b096a7 n/a (bash + 0x8f6a7)
                                                  #13 0x0000564480b098b5 source_file (bash + 0x8f8b5)
                                                  #14 0x0000564480b14eb4 source_builtin (bash + 0x9aeb4)
                                                  #15 0x0000564480ab0574 n/a (bash + 0x36574)
                                                  #16 0x0000564480ab5d80 execute_command_internal (bash + 0x3bd80)
                                                  #17 0x0000564480ab653a execute_command (bash + 0x3c53a)
                                                  #18 0x0000564480ab859b n/a (bash + 0x3e59b)
                                                  #19 0x0000564480ab37bf execute_command_internal (bash + 0x397bf)
                                                  #20 0x0000564480b0a35a parse_and_execute (bash + 0x9035a)
                                                  #21 0x0000564480b096a7 n/a (bash + 0x8f6a7)
                                                  #22 0x0000564480b098b5 source_file (bash + 0x8f8b5)
                                                  #23 0x0000564480b14eb4 source_builtin (bash + 0x9aeb4)
                                                  #24 0x0000564480ab0574 n/a (bash + 0x36574)
                                                  #25 0x0000564480ab5d80 execute_command_internal (bash + 0x3bd80)
                                                  #26 0x0000564480ab653a execute_command (bash + 0x3c53a)
                                                  #27 0x0000564480ab859b n/a (bash + 0x3e59b)
                                                  #28 0x0000564480ab37bf execute_command_internal (bash + 0x397bf)
                                                  #29 0x0000564480b0a35a parse_and_execute (bash + 0x9035a)
                                                  #30 0x0000564480b096a7 n/a (bash + 0x8f6a7)
                                                  #31 0x0000564480b098b5 source_file (bash + 0x8f8b5)
                                                  #32 0x0000564480b14eb4 source_builtin (bash + 0x9aeb4)
                                                  #33 0x0000564480ab0574 n/a (bash + 0x36574)
                                                  #34 0x0000564480ab5d80 execute_command_internal (bash + 0x3bd80)
                                                  #35 0x0000564480ab653a execute_command (bash + 0x3c53a)
                                                  #36 0x0000564480ab859b n/a (bash + 0x3e59b)
                                                  #37 0x0000564480ab37bf execute_command_internal (bash + 0x397bf)
                                                  #38 0x0000564480b0a35a parse_and_execute (bash + 0x9035a)
                                                  #39 0x0000564480b096a7 n/a (bash + 0x8f6a7)
                                                  #40 0x0000564480b098b5 source_file (bash + 0x8f8b5)
                                                  #41 0x0000564480b14eb4 source_builtin (bash + 0x9aeb4)
                                                  #42 0x0000564480ab0574 n/a (bash + 0x36574)
                                                  #43 0x0000564480ab5d80 execute_command_internal (bash + 0x3bd80)
                                                  #44 0x0000564480ab653a execute_command (bash + 0x3c53a)
                                                  #45 0x0000564480ab859b n/a (bash + 0x3e59b)
                                                  #46 0x0000564480ab37bf execute_command_internal (bash + 0x397bf)
                                                  #47 0x0000564480b0a35a parse_and_execute (bash + 0x9035a)
                                                  #48 0x0000564480b096a7 n/a (bash + 0x8f6a7)
                                                  #49 0x0000564480b098b5 source_file (bash + 0x8f8b5)
                                                  #50 0x0000564480b14eb4 source_builtin (bash + 0x9aeb4)
                                                  #51 0x0000564480ab0574 n/a (bash + 0x36574)
                                                  #52 0x0000564480ab5d80 execute_command_internal (bash + 0x3bd80)
                                                  #53 0x0000564480ab653a execute_command (bash + 0x3c53a)
                                                  #54 0x0000564480ab859b n/a (bash + 0x3e59b)
                                                  #55 0x0000564480ab37bf execute_command_internal (bash + 0x397bf)
                                                  #56 0x0000564480b0a35a parse_and_execute (bash + 0x9035a)
                                                  #57 0x0000564480b096a7 n/a (bash + 0x8f6a7)
                                                  #58 0x0000564480b098b5 source_file (bash + 0x8f8b5)
                                                  #59 0x0000564480b14eb4 source_builtin (bash + 0x9aeb4)
                                                  #60 0x0000564480ab0574 n/a (bash + 0x36574)
                                                  #61 0x0000564480ab5d80 execute_command_internal (bash + 0x3bd80)
                                                  #62 0x0000564480ab653a execute_command (bash + 0x3c53a)
                                                  #63 0x0000564480ab859b n/a (bash + 0x3e59b)
jul 20 18:37:19 manjaro systemd-coredump[292213]: Process 292211 (bash) of user 0 dumped core.
                                                  
                                                  Stack trace of thread 292211:
                                                  #0  0x000055c7a72b1e43 yyparse (bash + 0x2be43)
                                                  #1  0x000055c7a72a8869 parse_command (bash + 0x22869)
                                                  #2  0x000055c7a731606c parse_and_execute (bash + 0x9006c)
                                                  #3  0x000055c7a73156a7 n/a (bash + 0x8f6a7)
                                                  #4  0x000055c7a73158b5 source_file (bash + 0x8f8b5)
                                                  #5  0x000055c7a7320eb4 source_builtin (bash + 0x9aeb4)
                                                  #6  0x000055c7a72bc574 n/a (bash + 0x36574)
                                                  #7  0x000055c7a72c1d80 execute_command_internal (bash + 0x3bd80)
                                                  #8  0x000055c7a72c253a execute_command (bash + 0x3c53a)
                                                  #9  0x000055c7a72c459b n/a (bash + 0x3e59b)
                                                  #10 0x000055c7a72bf7bf execute_command_internal (bash + 0x397bf)
                                                  #11 0x000055c7a731635a parse_and_execute (bash + 0x9035a)
                                                  #12 0x000055c7a73156a7 n/a (bash + 0x8f6a7)
                                                  #13 0x000055c7a73158b5 source_file (bash + 0x8f8b5)
                                                  #14 0x000055c7a7320eb4 source_builtin (bash + 0x9aeb4)
                                                  #15 0x000055c7a72bc574 n/a (bash + 0x36574)
                                                  #16 0x000055c7a72c1d80 execute_command_internal (bash + 0x3bd80)
                                                  #17 0x000055c7a72c253a execute_command (bash + 0x3c53a)
                                                  #18 0x000055c7a72c459b n/a (bash + 0x3e59b)
                                                  #19 0x000055c7a72bf7bf execute_command_internal (bash + 0x397bf)
                                                  #20 0x000055c7a731635a parse_and_execute (bash + 0x9035a)
                                                  #21 0x000055c7a73156a7 n/a (bash + 0x8f6a7)
                                                  #22 0x000055c7a73158b5 source_file (bash + 0x8f8b5)
                                                  #23 0x000055c7a7320eb4 source_builtin (bash + 0x9aeb4)
                                                  #24 0x000055c7a72bc574 n/a (bash + 0x36574)
                                                  #25 0x000055c7a72c1d80 execute_command_internal (bash + 0x3bd80)
                                                  #26 0x000055c7a72c253a execute_command (bash + 0x3c53a)
                                                  #27 0x000055c7a72c459b n/a (bash + 0x3e59b)
                                                  #28 0x000055c7a72bf7bf execute_command_internal (bash + 0x397bf)
                                                  #29 0x000055c7a731635a parse_and_execute (bash + 0x9035a)
                                                  #30 0x000055c7a73156a7 n/a (bash + 0x8f6a7)
                                                  #31 0x000055c7a73158b5 source_file (bash + 0x8f8b5)
                                                  #32 0x000055c7a7320eb4 source_builtin (bash + 0x9aeb4)
                                                  #33 0x000055c7a72bc574 n/a (bash + 0x36574)
                                                  #34 0x000055c7a72c1d80 execute_command_internal (bash + 0x3bd80)
                                                  #35 0x000055c7a72c253a execute_command (bash + 0x3c53a)
                                                  #36 0x000055c7a72c459b n/a (bash + 0x3e59b)
                                                  #37 0x000055c7a72bf7bf execute_command_internal (bash + 0x397bf)
                                                  #38 0x000055c7a731635a parse_and_execute (bash + 0x9035a)
                                                  #39 0x000055c7a73156a7 n/a (bash + 0x8f6a7)
                                                  #40 0x000055c7a73158b5 source_file (bash + 0x8f8b5)
                                                  #41 0x000055c7a7320eb4 source_builtin (bash + 0x9aeb4)
                                                  #42 0x000055c7a72bc574 n/a (bash + 0x36574)
                                                  #43 0x000055c7a72c1d80 execute_command_internal (bash + 0x3bd80)
                                                  #44 0x000055c7a72c253a execute_command (bash + 0x3c53a)
                                                  #45 0x000055c7a72c459b n/a (bash + 0x3e59b)
                                                  #46 0x000055c7a72bf7bf execute_command_internal (bash + 0x397bf)
                                                  #47 0x000055c7a731635a parse_and_execute (bash + 0x9035a)
                                                  #48 0x000055c7a73156a7 n/a (bash + 0x8f6a7)
                                                  #49 0x000055c7a73158b5 source_file (bash + 0x8f8b5)
                                                  #50 0x000055c7a7320eb4 source_builtin (bash + 0x9aeb4)
                                                  #51 0x000055c7a72bc574 n/a (bash + 0x36574)
                                                  #52 0x000055c7a72c1d80 execute_command_internal (bash + 0x3bd80)
                                                  #53 0x000055c7a72c253a execute_command (bash + 0x3c53a)
                                                  #54 0x000055c7a72c459b n/a (bash + 0x3e59b)
                                                  #55 0x000055c7a72bf7bf execute_command_internal (bash + 0x397bf)
                                                  #56 0x000055c7a731635a parse_and_execute (bash + 0x9035a)
                                                  #57 0x000055c7a73156a7 n/a (bash + 0x8f6a7)
                                                  #58 0x000055c7a73158b5 source_file (bash + 0x8f8b5)
                                                  #59 0x000055c7a7320eb4 source_builtin (bash + 0x9aeb4)
                                                  #60 0x000055c7a72bc574 n/a (bash + 0x36574)
                                                  #61 0x000055c7a72c1d80 execute_command_internal (bash + 0x3bd80)
                                                  #62 0x000055c7a72c253a execute_command (bash + 0x3c53a)
                                                  #63 0x000055c7a72c459b n/a (bash + 0x3e59b)

PS: The machine is now running 5.13.1-3-MANJARO kernel and the error persists. Pamac log also showed the segmentation fault error when installing the new kernel.

I got this so far, but it does not seem to be unexpected… Also, I checked /etc/sudoers with visudo and re-saved it in case of bad syntax.

me@manjaro ~ % pacman -Qkk sudo
backup file: sudo: /etc/sudoers (Modification time mismatch)
backup file: sudo: /etc/sudoers (Size mismatch)
warning: sudo: /etc/sudoers (failed to calculate MD5 checksum)
warning: sudo: /etc/sudoers (failed to calculate SHA256 checksum)
sudo: 222 total files, 1 altered file

PPS: OK, the following Redhat article seems very promising because of the log dumps papajoke pointed me to do mention bash… I was messing with root .bashrc the other day… I hope that is the cause of it. I will remove root’s .bashrc and other bash config stuff and see what happens… Cannot do it right now because I moved/backed up my /etc/sudoers, reinstalled sudo and lost all my user privileges… Easy fix, but I will need burn Manjaro image to a usb… Soon with news!

access [dot] redhat [dot] com [slash] discussions [slash] 3461191

PPPS: The problem really was that recently I included a source command in root .bashrc that dangerously recursed on bash related config files so the shell would crash on startup.

Easy fix.

Thanks for papajoke who pointed me to useful logs.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.