Advertisement
Guest User

controller bug

a guest
Aug 19th, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. [ 2.938417] input: Generic X-Box pad as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/input/input7
  2. [ 2.938530] BUG: unable to handle kernel NULL pointer dereference at 000000000000004e
  3. [ 2.938580] IP: [<ffffffffa04a6cb1>] xpad_probe+0x391/0xa10 [xpad]
  4. [ 2.938609] PGD 0
  5. [ 2.938620] Oops: 0000 [#1] PREEMPT SMP
  6. [ 2.938642] Modules linked in: joydev mousedev xpad(+) ff_memless bluetooth drm e1000e(+) snd_hda_codec_generic glue_helper ablk_helper snd_hda_intel cryptd alx evdev intel_gtt snd_hda_controller mac_hid rfkill i2c_algo_bit ptp mdio mei_me snd_hda_codec mei lpc_ich pps_core snd_hda_core shpchp snd_hwdep i2c_i801 pcspkr serio_raw snd_soc_rt5640 snd_soc_rl6231 snd_soc_core snd_compress thermal snd_pcm_dmaengine fan snd_pcm snd_timer video snd snd_soc_sst_acpi soundcore regmap_i2c i2c_hid battery dw_dmac i2c_designware_platform dw_dmac_core i2c_designware_core i2c_core 8250_dw gpio_lynxpoint spi_pxa2xx_platform acpi_pad processor button sch_fq_codel nfs lockd grace sunrpc fscache ip_tables x_tables ext4 crc16 mbcache jbd2 sd_mod hid_generic usbhid hid atkbd libps2 ahci libahci libata xhci_pci ehci_pci
  7. [ 2.938998] scsi_mod xhci_hcd ehci_hcd usbcore usb_common i8042 serio sdhci_acpi sdhci led_class mmc_core
  8. [ 2.939047] CPU: 5 PID: 259 Comm: systemd-udevd Not tainted 4.1.5-1-ARCH #1
  9. [ 2.939063] Hardware name: Gigabyte Technology Co., Ltd. Z97N-WIFI/Z97N-WIFI, BIOS F5 12/08/2014
  10. [ 2.939081] task: ffff8800b65bdbb0 ti: ffff880213fd4000 task.ti: ffff880213fd4000
  11. [ 2.939097] RIP: 0010:[<ffffffffa04a6cb1>] [<ffffffffa04a6cb1>] xpad_probe+0x391/0xa10 [xpad]
  12. [ 2.939117] RSP: 0018:ffff880213fd7a68 EFLAGS: 00010206
  13. [ 2.939129] RAX: ffff8800b74b6240 RBX: ffff8802165a9890 RCX: 0000000000000000
  14. [ 2.939147] RDX: 0000000000000048 RSI: ffff8802165a9800 RDI: 0000000000000002
  15. [ 2.939172] RBP: ffff880213fd7ab8 R08: ffff880213d48060 R09: ffffffffa00987c9
  16. [ 2.939198] R10: 0000000000000000 R11: 0000000000019db8 R12: ffff8802150f8000
  17. [ 2.939225] R13: 000000000000005e R14: 0000000000000001 R15: ffff8800b7604500
  18. [ 2.939251] FS: 00007f45926837c0(0000) GS:ffff88021fb40000(0000) knlGS:0000000000000000
  19. [ 2.939279] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
  20. [ 2.939301] CR2: 000000000000004e CR3: 000000021381a000 CR4: 00000000001406e0
  21. [ 2.939329] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
  22. [ 2.939355] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
  23. [ 2.939383] Stack:
  24. [ 2.939392] ffff880213fd7ab8 ffffffff0000ffff ffff8802165a9800 ffff880215361000
  25. [ 2.939426] ffffffffa04aa088 ffff8802165a9890 ffff8802165a9800 ffffffffa04aa088
  26. [ 2.939460] ffff880215361030 ffffffffa04aa1c0 ffff880213fd7b08 ffffffffa009e0eb
  27. [ 2.939491] Call Trace:
  28. [ 2.939504] [<ffffffffa009e0eb>] usb_probe_interface+0x1bb/0x300 [usbcore]
  29. [ 2.939521] [<ffffffff813f4c59>] driver_probe_device+0x209/0x4c0
  30. [ 2.939535] [<ffffffff813f4feb>] __driver_attach+0x9b/0xa0
  31. [ 2.939548] [<ffffffff813f4f50>] ? __device_attach+0x40/0x40
  32. [ 2.939561] [<ffffffff813f29b3>] bus_for_each_dev+0x73/0xc0
  33. [ 2.940198] [<ffffffff813f451e>] driver_attach+0x1e/0x20
  34. [ 2.940673] [<ffffffff813f40e0>] bus_add_driver+0x180/0x250
  35. [ 2.941134] [<ffffffff813f5894>] driver_register+0x64/0xf0
  36. [ 2.941595] [<ffffffffa009ca83>] usb_register_driver+0x83/0x160 [usbcore]
  37. [ 2.942060] [<ffffffffa01ad000>] ? 0xffffffffa01ad000
  38. [ 2.942526] [<ffffffffa01ad01e>] xpad_driver_init+0x1e/0x1000 [xpad]
  39. [ 2.943017] [<ffffffff81002128>] do_one_initcall+0xb8/0x200
  40. [ 2.943668] [<ffffffff815859ee>] do_init_module+0x60/0x1cb
  41. [ 2.944322] [<ffffffff81102a7a>] load_module+0x21aa/0x2800
  42. [ 2.944324] [<ffffffff810fea50>] ? store_uevent+0x70/0x70
  43. [ 2.944327] [<ffffffff81103235>] SyS_init_module+0x165/0x1b0
  44. [ 2.944331] [<ffffffff8158bf2e>] system_call_fastpath+0x12/0x71
  45. [ 2.944344] Code: 83 bf d4 00 00 00 03 4d 8b 47 50 48 8b 4f 08 0f 95 c2 48 8d 34 d5 00 00 00 00 48 8b 49 18 48 01 f2 49 8b 77 08 48 8d 14 d1 8b 3e <0f> b6 4a 06 0f b6 52 02 48 89 70 48 4c 89 40 68 c1 e7 08 c7 80
  46. [ 2.944347] RIP [<ffffffffa04a6cb1>] xpad_probe+0x391/0xa10 [xpad]
  47. [ 2.944347] RSP <ffff880213fd7a68>
  48. [ 2.944348] CR2: 000000000000004e
  49. [ 2.944432] ---[ end trace 3862e575094789c1 ]---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement