Menu

#722 LXDM crashes on startup

None
open
dgod.osa
lxdm (80)
7
2016-02-20
2014-12-27
No

Hi,

My use case is as follows:

I use LXDM on Manjaro Linux ISO, on OpenRC init system.

The package I use is https://aur.archlinux.org/pkgbase/lxdm-consolekit/

The ISO I use is https://sourceforge.net/projects/manjaro-openrc/files/upcoming/xfce-openbox/

What happens is that LXDM seems to crash the first time it is started, but works (95% of the time) when it is restarted..

This is what I found in /var/log/lxdm.log.old

/usr/bin/lxdm-binary() [0x40386a]
/usr/bin/lxdm-binary() [0x40567d]
/usr/lib/libc.so.6(+0x33b20) [0x7f610c9c6b20]
/usr/bin/lxdm-binary() [0x405e78]
/usr/bin/lxdm-binary() [0x406adc]
/usr/bin/lxdm-binary() [0x403b8a]
/usr/lib/libc.so.6(__libc_start_main+0xf0) [0x7f610c9b3040]
/usr/bin/lxdm-binary() [0x403dad]

(it looks like it is segfaulting)
Full log available here: http://pastebin.pw/zz86r2

Could you look into what the issue is..

I dont have this issue when the system is installed, there LXDM works without restarting, it seems to be there only on the Live ISO..

I can provide more info as needed. I faced this bug both in Virtualbox and on actual hardware.

Discussion

  • Aaditya Bagga

    Aaditya Bagga - 2015-02-18

    This is what I have in dmesg in Virtual, with kernel 3.18

    [   25.831264] vboxguest: major 0, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000)
    [   25.831266] vboxguest: Successfully loaded version 4.3.20_OSE (interface 0x00010004)
    [   25.834501] vboxsf: Successfully loaded version 4.3.20_OSE (interface 0x00010004)
    [   25.842399] [drm] Initialized drm 1.1.0 20060810
    [   25.844712] [drm] Initialized vboxvideo 1.0.0 20090303 for 0000:00:02.0 on minor 0
    [   26.341563] ------------[ cut here ]------------
    [   26.341572] WARNING: CPU: 0 PID: 2099 at drivers/gpu/drm/drm_ioctl.c:143 drm_setversion+0x17e/0x190 [drm]()
    [   26.341574] No drm_driver.set_busid() implementation provided by vboxvideo_exit [vboxvideo]. Use drm_dev_set_unique() to set the unique name explicitly.
    [   26.341575] Modules linked in:
    [   26.341576]  vboxvideo(O) drm vboxsf(O) vboxguest(O) cfg80211 rfkill sg st ax25 ppdev joydev mousedev psmouse serio_raw parport_pc parport snd_intel8x0 battery ac snd_ac97_codec evdev mac_hid ac97_bus snd_pcm processor snd_timer snd soundcore e1000 i2c_piix4 i2c_core squashfs aufs isofs loop hid_generic usbhid hid sr_mod cdrom sd_mod ata_generic pata_acpi atkbd libps2 i8042 serio ohci_pci ahci libahci ata_piix ohci_hcd ehci_pci ehci_hcd intel_agp button intel_gtt usbcore usb_common libata scsi_mod
    [   26.341604] CPU: 0 PID: 2099 Comm: Xorg.bin Tainted: G           O   3.18.7-1-MANJARO #1
    [   26.341605] Hardware name: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
    [   26.341607]  0000000000000000 000000003ea0f774 ffff88002ee37c98 ffffffff81559294
    [   26.341609]  0000000000000000 ffff88002ee37cf0 ffff88002ee37cd8 ffffffff81072c31
    [   26.341610]  ffff88002ee37cb8 ffff88002ee37df0 ffff880039db3800 ffff88002eddd0c0
    [   26.341612] Call Trace:
    [   26.341617]  [<ffffffff81559294>] dump_stack+0x4e/0x71
    [   26.341621]  [<ffffffff81072c31>] warn_slowpath_common+0x81/0xa0
    [   26.341623]  [<ffffffff81072ca5>] warn_slowpath_fmt+0x55/0x70
    [   26.341626]  [<ffffffffa03d337e>] drm_setversion+0x17e/0x190 [drm]
    [   26.341629]  [<ffffffff811ded25>] ? path_openat+0x165/0x6e0
    [   26.341632]  [<ffffffffa03d2e0c>] drm_ioctl+0x2cc/0x680 [drm]
    [   26.341635]  [<ffffffff811d1eb5>] ? __sb_end_write+0x35/0x70
    [   26.341638]  [<ffffffffa03d3200>] ? drm_noop+0x40/0x40 [drm]
    [   26.341640]  [<ffffffff811e0329>] ? do_filp_open+0x49/0xd0
    [   26.341643]  [<ffffffff811e29b0>] do_vfs_ioctl+0x2d0/0x4b0
    [   26.341644]  [<ffffffff811df766>] ? final_putname+0x26/0x50
    [   26.341647]  [<ffffffff811e2c11>] SyS_ioctl+0x81/0xa0
    [   26.341649]  [<ffffffff8155ee69>] system_call_fastpath+0x12/0x17
    [   26.341650] ---[ end trace cb73f52d204ae4c5 ]---
    [   26.413093] Bluetooth: Core ver 2.19
    [   26.413235] NET: Registered protocol family 31
    [   26.413237] Bluetooth: HCI device and connection manager initialized
    [   26.413245] Bluetooth: HCI socket layer initialized
    [   26.413246] Bluetooth: L2CAP socket layer initialized
    [   26.413251] Bluetooth: SCO socket layer initialized
    [   26.430951] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [   26.430954] Bluetooth: BNEP filters: protocol multicast
    [   26.430962] Bluetooth: BNEP socket layer initialized
    [   30.654460] ------------[ cut here ]------------
    [   30.654471] WARNING: CPU: 0 PID: 2559 at drivers/gpu/drm/drm_ioctl.c:143 drm_setversion+0x17e/0x190 [drm]()
    [   30.654473] No drm_driver.set_busid() implementation provided by vboxvideo_exit [vboxvideo]. Use drm_dev_set_unique() to set the unique name explicitly.
    [   30.654474] Modules linked in:
    [   30.654475]  bnep bluetooth crc16 vboxvideo(O) drm vboxsf(O) vboxguest(O) cfg80211 rfkill sg st ax25 ppdev joydev mousedev psmouse serio_raw parport_pc parport snd_intel8x0 battery ac snd_ac97_codec evdev mac_hid ac97_bus snd_pcm processor snd_timer snd soundcore e1000 i2c_piix4 i2c_core squashfs aufs isofs loop hid_generic usbhid hid sr_mod cdrom sd_mod ata_generic pata_acpi atkbd libps2 i8042 serio ohci_pci ahci libahci ata_piix ohci_hcd ehci_pci ehci_hcd intel_agp button intel_gtt usbcore usb_common libata scsi_mod
    [   30.654506] CPU: 0 PID: 2559 Comm: Xorg.bin Tainted: G        W  O   3.18.7-1-MANJARO #1
    [   30.654507] Hardware name: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
    [   30.654509]  0000000000000000 00000000369d83a3 ffff88002edafc98 ffffffff81559294
    [   30.654511]  0000000000000000 ffff88002edafcf0 ffff88002edafcd8 ffffffff81072c31
    [   30.654513]  ffff88002edafcb8 ffff88002edafdf0 ffff880039db3800 ffff88001cd34cc0
    [   30.654514] Call Trace:
    [   30.654520]  [<ffffffff81559294>] dump_stack+0x4e/0x71
    [   30.654524]  [<ffffffff81072c31>] warn_slowpath_common+0x81/0xa0
    [   30.654526]  [<ffffffff81072ca5>] warn_slowpath_fmt+0x55/0x70
    [   30.654530]  [<ffffffffa03d337e>] drm_setversion+0x17e/0x190 [drm]
    [   30.654533]  [<ffffffff811ded25>] ? path_openat+0x165/0x6e0
    [   30.654537]  [<ffffffffa03d2e0c>] drm_ioctl+0x2cc/0x680 [drm]
    [   30.654539]  [<ffffffff811d1eb5>] ? __sb_end_write+0x35/0x70
    [   30.654543]  [<ffffffffa03d3200>] ? drm_noop+0x40/0x40 [drm]
    [   30.654545]  [<ffffffff811e0329>] ? do_filp_open+0x49/0xd0
    [   30.654548]  [<ffffffff811e29b0>] do_vfs_ioctl+0x2d0/0x4b0
    [   30.654550]  [<ffffffff811df766>] ? final_putname+0x26/0x50
    [   30.654552]  [<ffffffff811e2c11>] SyS_ioctl+0x81/0xa0
    [   30.654554]  [<ffffffff8155ee69>] system_call_fastpath+0x12/0x17
    [   30.654555] ---[ end trace cb73f52d204ae4c6 ]---
    [   31.960132] fuse init (API version 7.23)
    

    Maybe I will have to file a bug with the kernel or virtualbox guys...

     
  • Lonely Stranger

    Lonely Stranger - 2016-01-19
    • Group: -->
    • Priority: 5 --> 7
     
  • Lonely Stranger

    Lonely Stranger - 2016-02-20
    • Owner: Anonymous --> dgod.osa
     

Log in to post a comment.