You are not logged in.

#1 2016-09-18 20:21:14

squer
Member
Registered: 2016-09-18
Posts: 4

Segmentation fault (core dumped) in few applications

Hello, I was searching for issue, but i didn't found anything.
For example

Pidgin:
$ pidgin
Pidgin 2.11.0 has segfaulted and attempted to dump a core file.
This is a bug in the software and has happened through
no fault of your own.

If you can reproduce the crash, please notify the developers
by reporting a bug at:
http://developer.pidgin.im/simpleticket/

Please make sure to specify what you were doing at the time
and post the backtrace from the core file.  If you do not know
how to get the backtrace, please read the instructions at
http://developer.pidgin.im/wiki/GetABacktrace
Aborted (core dumped)

leafpad:
$ leafpad
Segmentation fault (core dumped)

Any ideas? It started after reinstalling arch I don't know what to do, laptop with the same configuration is working hmm

edit, lxrandr too

$ lxappearance
Segmentation fault (core dumped)

Last edited by squer (2016-09-18 20:41:44)

Offline

#2 2016-09-18 20:29:17

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,835
Website

Re: Segmentation fault (core dumped) in few applications

Do you have an Intel CPU? Have you enabled microcode updates?

Mod note: not a Sys Admin problem, moving to NC.

Last edited by WorMzy (2016-09-18 20:29:57)


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2016-09-18 20:31:41

squer
Member
Registered: 2016-09-18
Posts: 4

Re: Segmentation fault (core dumped) in few applications

WorMzy wrote:

Do you have an Intel CPU? Have you enabled microcode updates?

Mod note: not a Sys Admin problem, moving to NC.

yes, installed intel-ucode and updated grub by # grub-mkconfig -o /boot/grub/grub.cfg

Offline

#4 2016-09-18 20:38:42

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,835
Website

Re: Segmentation fault (core dumped) in few applications

Check that it's actually applying.

dmesg | grep microcode

If everything looks good, tell us more about the crashes.

https://wiki.archlinux.org/index.php/Co … _core_dump


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#5 2016-09-18 20:40:16

squer
Member
Registered: 2016-09-18
Posts: 4

Re: Segmentation fault (core dumped) in few applications

WorMzy wrote:

Check that it's actually applying.

dmesg | grep microcode

If everything looks good, tell us more about the crashes.

https://wiki.archlinux.org/index.php/Co … _core_dump

dmesg looks bad:

$ dmesg | grep microcode
[    0.639801] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x29
[    0.639841] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x29
[    0.639881] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x29
[    0.639889] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x29
[    0.639998] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba

intel says that i5-2500k have it, wth

checked in grub.cfg
"    echo    'Loading initial ramdisk ...'
    initrd  /boot/intel-ucode.img /boot/initramfs-linux.img"
is already, try reboot one more time

Last edited by squer (2016-09-18 20:48:32)

Offline

#6 2016-09-18 20:52:10

squer
Member
Registered: 2016-09-18
Posts: 4

Re: Segmentation fault (core dumped) in few applications

I rebooted and found that issue

$ systemctl status systemd-modules-load
* systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static; vendor preset: disabled)
   Active: failed (Result: exit-code) since Sun 2016-09-18 22:49:10 CEST; 54s ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 174 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 174 (code=exited, status=1/FAILURE)

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

Offline

#7 2016-09-18 21:00:02

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,835
Website

Re: Segmentation fault (core dumped) in few applications

Do you have any other copies of grub on your system that might be used instead of the one installed on Arch?

Check the contents of /proc/cmdline, on systemd-boot at least it lists the initrds that were loaded, I imagine grub does the same.

systemd-modules-load failing is unlikely to be related to your segfaults. However, please post the output of

systemctl status systemd-modules-load.service

along with the previously requested coredumpctl information.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#8 2016-09-19 09:36:58

newbie1962
Member
From: italy
Registered: 2012-07-24
Posts: 137

Re: Segmentation fault (core dumped) in few applications

squer wrote:
WorMzy wrote:

Check that it's actually applying.

dmesg | grep microcode

If everything looks good, tell us more about the crashes.

https://wiki.archlinux.org/index.php/Co … _core_dump

dmesg looks bad:

$ dmesg | grep microcode
[    0.639801] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x29
[    0.639841] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x29
[    0.639881] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x29
[    0.639889] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x29
[    0.639998] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba

intel says that i5-2500k have it, wth

checked in grub.cfg
"    echo    'Loading initial ramdisk ...'
    initrd  /boot/intel-ucode.img /boot/initramfs-linux.img"
is already, try reboot one more time

is not enable your microcode,

io ~ $ dmesg | grep microcode
[    0.000000] microcode: microcode updated early to revision 0x1c, date = 2015-02-26
[    3.108190] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x1c
[    3.108207] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x1c
[    3.108253] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x1c
[    3.108269] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x1c
[    3.108309] microcode: CPU4 sig=0x306a9, pf=0x10, revision=0x1c
[    3.108325] microcode: CPU5 sig=0x306a9, pf=0x10, revision=0x1c
[    3.108340] microcode: CPU6 sig=0x306a9, pf=0x10, revision=0x1c
[    3.108353] microcode: CPU7 sig=0x306a9, pf=0x10, revision=0x1c
[    3.108504] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
io ~ $ 

Last edited by newbie1962 (2016-09-20 08:30:47)


hp-envy dv7

Offline

#9 2016-09-28 19:18:57

micsnare
Member
Registered: 2013-08-25
Posts: 57

Re: Segmentation fault (core dumped) in few applications

I'm getting the exact same error (also a seg fault when starting Pidgin)

does anyone know the reason for this segfault?
it worked a couple of days ago just fine....

Offline

#10 2016-09-28 20:01:38

micsnare
Member
Registered: 2013-08-25
Posts: 57

Re: Segmentation fault (core dumped) in few applications

finch (text-based pidgin) seems to work, so it seems to be something GUI-related.....

Offline

Board footer

Powered by FluxBB