LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-19-2019, 09:56 AM   #1
Jykke
Member
 
Registered: Sep 2005
Posts: 201

Rep: Reputation: 19
Kernel panic on my server, can not decipher the log


I get regular hang-ups on my server and I decided to do the logging to another machine with netconf. Well, it worked so far that I got more information - I just do not understand it fully:

Code:
Sep 19 08:32:32 192.168.178.28 [122726.179908] ------------[ cut here ]------------
Sep 19 08:32:32 192.168.178.28 [122726.180008] WARNING: CPU: 3 PID: 439 at /build/linux-3S1L3a/linux-4.15.0/drivers/media/v4l2-core/videobuf2-core.c:912 vb2_buffer_done+0x1af/0x1f0 [videobuf2_core]
Sep 19 08:32:32 192.168.178.28 [122726.180022] Modules linked in: cpuid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi isl6421 cx24116 cx88_dvb cx88_vp3054_i2c videobuf2_dvb dvb_core ir_rc5_decoder snd_hda_codec_hdmi nls_iso8859_1 rc_hauppauge ir_lirc_codec lirc_dev edac_mce_amd kvm_amd cx8802 kvm cx8800 cx88_alsa cx88xx videobuf2_dma_sg tveeprom irqbypass videobuf2_memops videobuf2_v4l2 rc_core v4l2_common videobuf2_core videodev fam15h_power media snd_hda_codec_realtek k10temp snd_hda_codec_generic snd_hda_intel snd_hda_codec ftdi_sio snd_hda_core snd_hwdep snd_pcm usbserial snd_timer snd soundcore shpchp mac_hid nfsd auth_rpcgss nfs_acl lockd grace sunrpc netconsole ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid1 raid0 multipath linear raid456 async_raid6_recov
Sep 19 08:32:32 192.168.178.28 [122726.180125]  async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c nouveau crct10dif_pclmul crc32_pclmul ghash_clmulni_intel mxm_wmi wmi pcbc video i2c_algo_bit ttm drm_kms_helper aesni_intel syscopyarea sysfillrect aes_x86_64 sysimgblt fb_sys_fops crypto_simd r8169 glue_helper cryptd drm mii i2c_piix4 ahci libahci
Sep 19 08:32:32 192.168.178.28 [122726.180176] CPU: 3 PID: 439 Comm: systemd-journal Not tainted 4.15.0-62-generic #69-Ubuntu
Sep 19 08:32:32 192.168.178.28 [122726.180187] Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./970A-DS3P, BIOS FD 02/26/2016
Sep 19 08:32:32 192.168.178.28 [122726.180202] RIP: 0010:vb2_buffer_done+0x1af/0x1f0 [videobuf2_core]
Sep 19 08:32:32 192.168.178.28 [122726.180211] RSP: 0018:ffff9cee76d83e48 EFLAGS: 00010086
Sep 19 08:32:32 192.168.178.28 [122726.180220] RAX: 0000000000000024 RBX: ffff9cee63263020 RCX: 0000000000000000
Sep 19 08:32:32 192.168.178.28 [122726.180230] RDX: 0000000000000000 RSI: ffff9cee76d96498 RDI: ffff9cee76d96498
Sep 19 08:32:32 192.168.178.28 [122726.180239] RBP: ffff9cee76d83e70 R08: 0000000000000b85 R09: 000000000000005f
Sep 19 08:32:32 192.168.178.28 [122726.180248] R10: 0000000000000000 R11: 0000000000000000 R12: ffff9cee63263020
Sep 19 08:32:32 192.168.178.28 [122726.180257] R13: 0000000000000000 R14: ffff9cee613e8000 R15: 0000000000000000
Sep 19 08:32:32 192.168.178.28 [122726.180267] FS:  00007fb8e2a69940(0000) GS:ffff9cee76d80000(0000) knlGS:0000000000000000
Sep 19 08:32:32 192.168.178.28 [122726.180277] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 19 08:32:32 192.168.178.28 [122726.180285] CR2: 00007fb8ddf85008 CR3: 00000002290b2000 CR4: 00000000000406e0
Sep 19 08:32:32 192.168.178.28 [122726.180294] Call Trace:
Sep 19 08:32:32 192.168.178.28 [122726.180302]  <IRQ>
Sep 19 08:32:32 192.168.178.28 [122726.180318]  cx88_wakeup+0x70/0x80 [cx88xx]
Sep 19 08:32:32 192.168.178.28 [122726.180330]  cx8802_irq+0x1d5/0x2f0 [cx8802]
Sep 19 08:32:32 192.168.178.28 [122726.180343]  __handle_irq_event_percpu+0x44/0x1a0
Sep 19 08:32:32 192.168.178.28 [122726.180354]  handle_irq_event_percpu+0x32/0x80
Sep 19 08:32:32 192.168.178.28 [122726.180364]  handle_irq_event+0x3b/0x60
Sep 19 08:32:32 192.168.178.28 [122726.180373]  handle_fasteoi_irq+0x7c/0x130
Sep 19 08:32:32 192.168.178.28 [122726.180383]  handle_irq+0x20/0x30
Sep 19 08:32:32 192.168.178.28 [122726.180394]  do_IRQ+0x50/0xe0
Sep 19 08:32:32 192.168.178.28 [122726.180405]  common_interrupt+0x8c/0x8c
Sep 19 08:32:32 192.168.178.28 [122726.180412]  </IRQ>
Sep 19 08:32:32 192.168.178.28 [122726.180422] RIP: 0010:prefetch_freepointer+0xe/0x30
Sep 19 08:32:32 192.168.178.28 [122726.180430] RSP: 0018:ffffba0401067ba0 EFLAGS: 00000286 ORIG_RAX: ffffffffffffffdc
Sep 19 08:32:32 192.168.178.28 [122726.180441] RAX: ffff9cee6882ff01 RBX: ffff9cee6882f000 RCX: 000000000021697b
Sep 19 08:32:32 192.168.178.28 [122726.180450] RDX: 000000000021697a RSI: ffff9cee6882f000 RDI: ffff9cee6e003980
Sep 19 08:32:32 192.168.178.28 [122726.180459] RBP: ffffba0401067ba0 R08: ffff9cee76da7080 R09: 0000000000000000
Sep 19 08:32:32 192.168.178.28 [122726.180468] R10: 0000000000000000 R11: 0000000000000004 R12: 00000000014000c0
Sep 19 08:32:32 192.168.178.28 [122726.180477] R13: ffff9cee6e003980 R14: ffff9cee6882ffe0 R15: ffff9cee6e003980
Sep 19 08:32:32 192.168.178.28 [122726.180491]  kmem_cache_alloc_trace+0xa6/0x1b0
Sep 19 08:32:32 192.168.178.28 [122726.180502]  ? single_open+0x33/0xa0
Sep 19 08:32:32 192.168.178.28 [122726.180512]  ? proc_uid_map_open+0x20/0x20
Sep 19 08:32:32 192.168.178.28 [122726.180521]  single_open+0x33/0xa0
Sep 19 08:32:32 192.168.178.28 [122726.180530]  comm_open+0x1b/0x20
Sep 19 08:32:32 192.168.178.28 [122726.180540]  do_dentry_open+0x21d/0x370
Sep 19 08:32:32 192.168.178.28 [122726.180551]  ? __inode_permission+0x5b/0x160
Sep 19 08:32:32 192.168.178.28 [122726.180560]  ? timerslack_ns_open+0x20/0x20
Sep 19 08:32:32 192.168.178.28 [122726.180569]  vfs_open+0x4f/0x80
Sep 19 08:32:32 192.168.178.28 [122726.180578]  path_openat+0x6c8/0x1960
Sep 19 08:32:32 192.168.178.28 [122726.180587]  ? move_addr_to_user+0x29/0xe0
Sep 19 08:32:32 192.168.178.28 [122726.180598]  do_filp_open+0x9b/0x110
Sep 19 08:32:32 192.168.178.28 [122726.180609]  ? __check_object_size+0xc3/0x1a0
Sep 19 08:32:32 192.168.178.28 [122726.180693]  ? __alloc_fd+0x46/0x170
Sep 19 08:32:32 192.168.178.28 [122726.180702]  do_sys_open+0x1bb/0x2c0
Sep 19 08:32:32 192.168.178.28 [122726.180710]  ? do_sys_open+0x1bb/0x2c0
Sep 19 08:32:32 192.168.178.28 [122726.180718]  SyS_openat+0x14/0x20
Sep 19 08:32:32 192.168.178.28 [122726.180727]  do_syscall_64+0x73/0x130
Sep 19 08:32:32 192.168.178.28 [122726.180736]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
Sep 19 08:32:32 192.168.178.28 [122726.180745] RIP: 0033:0x7fb8e256fd19
Sep 19 08:32:32 192.168.178.28 [122726.180751] RSP: 002b:00007ffe679c6620 EFLAGS: 00000293 ORIG_RAX: 0000000000000101
Sep 19 08:32:32 192.168.178.28 [122726.180762] RAX: ffffffffffffffda RBX: 000055ed82e69220 RCX: 00007fb8e256fd19
Sep 19 08:32:32 192.168.178.28 [122726.180771] RDX: 0000000000080000 RSI: 00007ffe679c6740 RDI: 00000000ffffff9c
Sep 19 08:32:32 192.168.178.28 [122726.180780] RBP: 00007fb8e2168358 R08: 0000000000000000 R09: 00007fb8e216835a
Sep 19 08:32:32 192.168.178.28 [122726.180789] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000008
Sep 19 08:32:32 192.168.178.28 [122726.180797] R13: 00007fb8e2168358 R14: 0000000000000000 R15: 0000000000000000
Sep 19 08:32:32 192.168.178.28 [122726.180807] Code: 01 00 00 31 c9 ba 01 00 00 00 be 03 00 00 00 e8 68 c4 72 d3 5b 41 5c 41 5d 41 5e 41 5f 5d c3 48 c7 c7 90 f3 7a c0 e8 a1 86 74 d3 <0f> 0b 5b 41 5c 41 5d 41 5e 41 5f 5d c3 48 89 df e8 8c fa ff ff 
Sep 19 08:32:32 192.168.178.28 [122726.180875] ---[ end trace 6678dc11123f774e ]---
Sep 19 08:32:32 192.168.178.28 [122726.180896] general protection fault: 0000 [#1] SMP NOPTI
Sep 19 08:32:32 192.168.178.28 [122726.180917] Modules linked in: cpuid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi isl6421 cx24116 cx88_dvb cx88_vp3054_i2c videobuf2_dvb dvb_core ir_rc5_decoder snd_hda_codec_hdmi nls_iso8859_1 rc_hauppauge ir_lirc_codec lirc_dev edac_mce_amd kvm_amd cx8802 kvm cx8800 cx88_alsa cx88xx videobuf2_dma_sg tveeprom irqbypass videobuf2_memops videobuf2_v4l2 rc_core v4l2_common videobuf2_core videodev fam15h_power media snd_hda_codec_realtek k10temp snd_hda_codec_generic snd_hda_intel snd_hda_codec ftdi_sio snd_hda_core snd_hwdep snd_pcm usbserial snd_timer snd soundcore shpchp mac_hid nfsd auth_rpcgss nfs_acl lockd grace sunrpc netconsole ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid1 raid0 multipath linear raid456 async_raid6_recov
Sep 19 08:32:32 192.168.178.28 [122726.181027]  async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c nouveau crct10dif_pclmul crc32_pclmul ghash_clmulni_intel mxm_wmi wmi pcbc video i2c_algo_bit ttm drm_kms_helper aesni_intel syscopyarea sysfillrect aes_x86_64 sysimgblt fb_sys_fops crypto_simd r8169 glue_helper cryptd drm mii i2c_piix4 ahci libahci
Sep 19 08:32:32 192.168.178.28 [122726.181084] CPU: 1 PID: 26780 Comm: tvh:lnxdvb-fron Tainted: G        W        4.15.0-62-generic #69-Ubuntu
Sep 19 08:32:32 192.168.178.28 [122726.181094] Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./970A-DS3P, BIOS FD 02/26/2016
Sep 19 08:32:32 192.168.178.28 [122726.181112] RIP: 0010:stop_streaming+0x5c/0xb0 [cx88_dvb]
Sep 19 08:32:32 192.168.178.28 [122726.181120] RSP: 0018:ffffba04037f3cc8 EFLAGS: 00010002
Sep 19 08:32:32 192.168.178.28 [122726.181129] RAX: dead000000000100 RBX: ffff9cee63263020 RCX: 0000000000000000
Sep 19 08:32:32 192.168.178.28 [122726.181138] RDX: 0000000000000001 RSI: 0000000000000007 RDI: dead000000000100
Sep 19 08:32:32 192.168.178.28 [122726.181147] RBP: ffffba04037f3cf8 R08: 0000000000000000 R09: ffffba04037f3bd8
Sep 19 08:32:32 192.168.178.28 [122726.181156] R10: 0000000000000000 R11: 0001aa324c3ffae5 R12: dead000000000200
Sep 19 08:32:32 192.168.178.28 [122726.181165] R13: dead000000000100 R14: ffff9cee63263008 R15: ffff9cee63263000
Sep 19 08:32:32 192.168.178.28 [122726.181176] FS:  00007facf4be8700(0000) GS:ffff9cee76c80000(0000) knlGS:0000000000000000
Sep 19 08:32:32 192.168.178.28 [122726.181185] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 19 08:32:32 192.168.178.28 [122726.181193] CR2: 00007fb8d2e14f90 CR3: 00000002267fe000 CR4: 00000000000406e0
Sep 19 08:32:32 192.168.178.28 [122726.181202] Call Trace:
Sep 19 08:32:32 192.168.178.28 [122726.181217]  __vb2_queue_cancel+0x2e/0x1f0 [videobuf2_core]
Sep 19 08:32:32 192.168.178.28 [122726.181229]  vb2_core_streamoff+0x28/0x90 [videobuf2_core]
Sep 19 08:32:32 192.168.178.28 [122726.181241]  __vb2_cleanup_fileio+0x22/0x80 [videobuf2_core]
Sep 19 08:32:32 192.168.178.28 [122726.181252]  vb2_thread_stop+0x56/0x80 [videobuf2_core]
Sep 19 08:32:32 192.168.178.28 [122726.181263]  vb2_dvb_stop_feed+0x52/0x60 [videobuf2_dvb]
Sep 19 08:32:32 192.168.178.28 [122726.181280]  dmx_ts_feed_stop_filtering+0x4e/0xb0 [dvb_core]
Sep 19 08:32:32 192.168.178.28 [122726.181295]  dvb_dmxdev_feed_stop+0x6b/0xb0 [dvb_core]
Sep 19 08:32:32 192.168.178.28 [122726.181310]  dvb_dmxdev_filter_stop.part.9+0x25/0xd0 [dvb_core]
Sep 19 08:32:32 192.168.178.28 [122726.181332]  dvb_demux_release+0x16f/0x1b0 [dvb_core]
Sep 19 08:32:32 192.168.178.28 [122726.181348]  __fput+0xea/0x220
Sep 19 08:32:32 192.168.178.28 [122726.181360]  ____fput+0xe/0x10
Sep 19 08:32:32 192.168.178.28 [122726.181372]  task_work_run+0x9d/0xc0
Sep 19 08:32:32 192.168.178.28 [122726.181385]  exit_to_usermode_loop+0xc0/0xd0
Sep 19 08:32:32 192.168.178.28 [122726.181398]  do_syscall_64+0x121/0x130
Sep 19 08:32:32 192.168.178.28 [122726.181409]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
Sep 19 08:32:32 192.168.178.28 [122726.181418] RIP: 0033:0x7fad08149447
Sep 19 08:32:32 192.168.178.28 [122726.181426] RSP: 002b:00007facf4be74a0 EFLAGS: 00000293 ORIG_RAX: 0000000000000003
Sep 19 08:32:32 192.168.178.28 [122726.181437] RAX: 0000000000000000 RBX: 0000000000000037 RCX: 00007fad08149447
Sep 19 08:32:32 192.168.178.28 [122726.181447] RDX: 0000000000000000 RSI: 00007faca80008d0 RDI: 0000000000000037
Sep 19 08:32:32 192.168.178.28 [122726.181459] RBP: 00007facf4be7580 R08: 0000000000000000 R09: 000055e5abdc7728
Sep 19 08:32:32 192.168.178.28 [122726.181470] R10: 0000000000000096 R11: 0000000000000293 R12: 0000000000000030
Sep 19 08:32:32 192.168.178.28 [122726.181482] R13: 0000000000000032 R14: 00007facf4be75a8 R15: 00007facf4be7980
Sep 19 08:32:32 192.168.178.28 [122726.181493] Code: d3 48 89 45 d0 49 8b 47 20 48 39 c3 74 4e 49 bd 00 01 00 00 00 00 ad de 49 bc 00 02 00 00 00 00 ad de 49 8b 7f 20 be 07 00 00 00 <48> 8b 47 08 48 8b 17 48 81 ef e8 01 00 00 48 89 42 08 48 89 10 
Sep 19 08:32:32 192.168.178.28 [122726.181571] RIP: stop_streaming+0x5c/0xb0 [cx88_dvb] RSP: ffffba04037f3cc8
Sep 19 08:32:32 192.168.178.28 [122726.181582] ---[ end trace 6678dc11123f774f ]---
Sep 19 08:32:32 192.168.178.28 [122726.182030] systemd-journald[439]: Compressed data object 802 -> 670 using LZ4
Sep 19 08:32:32 192.168.178.28 [122726.182071] BUG: unable to handle kernel paging request at 00000004613e8048
Sep 19 08:32:32 192.168.178.28 [122726.182080] IP: cx8802_irq+0x43/0x2f0 [cx8802]
Sep 19 08:32:32 192.168.178.28 [122726.182082] PGD 0 P4D 0 
Sep 19 08:32:32 192.168.178.28 [122726.182088] Oops: 0000 [#2] SMP NOPTI
Sep 19 08:32:32 192.168.178.28 [122726.182090] Modules linked in: cpuid sch_fq_codel ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi isl6421 cx24116 cx88_dvb cx88_vp3054_i2c videobuf2_dvb dvb_core ir_rc5_decoder snd_hda_codec_hdmi nls_iso8859_1 rc_hauppauge ir_lirc_codec lirc_dev edac_mce_amd kvm_amd cx8802 kvm cx8800 cx88_alsa cx88xx videobuf2_dma_sg tveeprom irqbypass videobuf2_memops videobuf2_v4l2 rc_core v4l2_common videobuf2_core videodev fam15h_power media snd_hda_codec_realtek k10temp snd_hda_codec_generic snd_hda_intel snd_hda_codec ftdi_sio snd_hda_core snd_hwdep snd_pcm usbserial snd_timer snd soundcore shpchp mac_hid nfsd auth_rpcgss nfs_acl lockd grace sunrpc netconsole ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid1 raid0 multipath linear raid456 async_raid6_recov
Sep 19 08:32:32 192.168.178.28 [122726.182152]  async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c nouveau crct10dif_pclmul crc32_pclmul ghash_clmulni_intel mxm_wmi wmi pcbc video i2c_algo_bit ttm drm_kms_helper aesni_intel syscopyarea sysfillrect aes_x86_64 sysimgblt fb_sys_fops crypto_simd r8169 glue_helper cryptd drm mii i2c_piix4 ahci libahci
Sep 19 08:32:32 192.168.178.28 [122726.182182] CPU: 3 PID: 439 Comm: systemd-journal Tainted: G      D W        4.15.0-62-generic #69-Ubuntu
Sep 19 08:32:32 192.168.178.28 [122726.182184] Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./970A-DS3P, BIOS FD 02/26/2016
Sep 19 08:32:32 192.168.178.28 [122726.182190] RIP: 0010:cx8802_irq+0x43/0x2f0 [cx8802]
Sep 19 08:32:32 192.168.178.28 [122726.182192] RSP: 0018:ffff9cee76d83ea8 EFLAGS: 00010092
Sep 19 08:32:32 192.168.178.28 [122726.182196] RAX: 0000000000000000 RBX: 0000000000000014 RCX: ffff9cee63263008
Sep 19 08:32:32 192.168.178.28 [122726.182198] RDX: 0000000000180300 RSI: ffff9cee63263000 RDI: 0000000000000014
Sep 19 08:32:32 192.168.178.28 [122726.182200] RBP: ffff9cee76d83ed8 R08: 0000000000000001 R09: 0000000000000000
Sep 19 08:32:32 192.168.178.28 [122726.182202] R10: 000000000000031d R11: 000000000000030e R12: 00000004613e8000
Sep 19 08:32:32 192.168.178.28 [122726.182205] R13: ffff9cee63263000 R14: 0000000000000000 R15: 0000000000000000
Sep 19 08:32:32 192.168.178.28 [122726.182209] FS:  00007fb8e2a69940(0000) GS:ffff9cee76d80000(0000) knlGS:0000000000000000
Sep 19 08:32:32 192.168.178.28 [122726.182211] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 19 08:32:32 192.168.178.28 [122726.182213] CR2: 00000004613e8048 CR3: 00000002290b2000 CR4: 00000000000406e0
Sep 19 08:32:32 192.168.178.28 [122726.182215] Call Trace:
Sep 19 08:32:32 192.168.178.28 [122726.182218]  <IRQ>
Sep 19 08:32:32 192.168.178.28 [122726.182225]  __handle_irq_event_percpu+0x44/0x1a0
Sep 19 08:32:32 192.168.178.28 [122726.182230]  handle_irq_event_percpu+0x32/0x80
Sep 19 08:32:32 192.168.178.28 [122726.182235]  handle_irq_event+0x3b/0x60
Sep 19 08:32:32 192.168.178.28 [122726.182238]  handle_fasteoi_irq+0x7c/0x130
Sep 19 08:32:32 192.168.178.28 [122726.182241]  handle_irq+0x20/0x30
Sep 19 08:32:32 192.168.178.28 [122726.182245]  do_IRQ+0x50/0xe0
Sep 19 08:32:32 192.168.178.28 [122726.182248]  common_interrupt+0x8c/0x8c
Sep 19 08:32:32 192.168.178.28 [122726.182250]  </IRQ>
Sep 19 08:32:32 192.168.178.28 [122726.182256] RIP: 0010:console_unlock+0x365/0x560
Sep 19 08:32:32 192.168.178.28 [122726.182259] RSP: 0018:ffffba0401067bf0 EFLAGS: 00000247 ORIG_RAX: ffffffffffffffdc
Sep 19 08:32:32 192.168.178.28 [122726.182263] RAX: 0000000000000000 RBX: 0000000000000000 RCX: ffffba0400cbd000
Sep 19 08:32:32 192.168.178.28 [122726.182265] RDX: 0000000000000000 RSI: 0000000000000082 RDI: 0000000000000247
Sep 19 08:32:32 192.168.178.28 [122726.182267] RBP: ffffba0401067c38 R08: 0000000000000001 R09: 000000000000007d
Sep 19 08:32:32 192.168.178.28 [122726.182269] R10: ffff9cee619fcf00 R11: 0000000000000000 R12: ffffffff9575a7cc
Sep 19 08:32:32 192.168.178.28 [122726.182271] R13: ffffffff9575d4b0 R14: ffffffff9545ff60 R15: 0000000000000000
Sep 19 08:32:32 192.168.178.28 [122726.182279]  vprintk_emit+0x213/0x270
Sep 19 08:32:32 192.168.178.28 [122726.182284]  printk_emit+0x42/0x5e
Sep 19 08:32:32 192.168.178.28 [122726.182289]  devkmsg_write+0x12e/0x190
Sep 19 08:32:32 192.168.178.28 [122726.182294]  do_iter_readv_writev+0x11a/0x180
Sep 19 08:32:32 192.168.178.28 [122726.182299]  do_iter_write+0x86/0x1a0
Sep 19 08:32:32 192.168.178.28 [122726.182303]  vfs_writev+0x98/0x110
Sep 19 08:32:32 192.168.178.28 [122726.182309]  do_writev+0x68/0x110
Sep 19 08:32:32 192.168.178.28 [122726.182312]  ? do_writev+0x68/0x110
Sep 19 08:32:32 192.168.178.28 [122726.182316]  SyS_writev+0x10/0x20
Sep 19 08:32:32 192.168.178.28 [122726.182321]  do_syscall_64+0x73/0x130
Sep 19 08:32:32 192.168.178.28 [122726.182325]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
Sep 19 08:32:32 192.168.178.28 [122726.182328] RIP: 0033:0x7fb8e25766e7
Sep 19 08:32:32 192.168.178.28 [122726.182330] RSP: 002b:00007ffe679c3540 EFLAGS: 00000293 ORIG_RAX: 0000000000000014
Sep 19 08:32:32 192.168.178.28 [122726.182333] RAX: ffffffffffffffda RBX: 0000000000000007 RCX: 00007fb8e25766e7
Sep 19 08:32:32 192.168.178.28 [122726.182335] RDX: 0000000000000005 RSI: 00007ffe679c3680 RDI: 0000000000000007
Sep 19 08:32:32 192.168.178.28 [122726.182337] RBP: 00007ffe679c3680 R08: 0000000000000000 R09: 0000000000000000
Sep 19 08:32:32 192.168.178.28 [122726.182339] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000005
Sep 19 08:32:32 192.168.178.28 [122726.182340] R13: 00007ffe679c3640 R14: 00007ffe679c36c0 R15: 000000000000002f
Sep 19 08:32:32 192.168.178.28 [122726.182345] Code: 89 f5 53 45 31 ff 48 83 ec 08 48 89 4d d0 4c 8b 26 eb 18 83 e3 04 75 61 41 83 c7 01 b8 01 00 00 00 41 83 ff 0a 0f 84 07 01 00 00 <49> 8b 54 24 48 8b 92 44 00 20 00 41 8b 5c 24 64 83 cb 04 21 d3 
Sep 19 08:32:32 192.168.178.28 [122726.182505] RIP: cx8802_irq+0x43/0x2f0 [cx8802] RSP: ffff9cee76d83ea8
Sep 19 08:32:32 192.168.178.28 [122726.182508] CR2: 00000004613e8048
Sep 19 08:32:32 192.168.178.28 [122726.182512] ---[ end trace 6678dc11123f7750 ]---
Sep 19 08:32:32 192.168.178.28 [122726.182516] Kernel panic - not syncing: Fatal exception in interrupt
Sep 19 08:32:32 192.168.178.28 [122726.182527] Kernel Offset: 0x12e00000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)
Sep 19 08:32:32 192.168.178.28 [122726.182989] ---[ end Kernel panic - not syncing: Fatal exception in interrupt
I have a feeling that it is coming from my video cardsthe cr8802_irq and so on would hint to that direction. Other than that I have no need for lirc specific modules I could blacklist them, but for the cr8802_irq I am not sure what it is for. I have the firmware for this revision of cards under /lib/firmware and actually it has worked fine so far but now it is getting twitchy. Is the reason in my video card hardware or just on the driver side?
 
Old 09-19-2019, 10:06 AM   #2
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,347

Rep: Reputation: Disabled
It certainly looks like it's related to the video card:
Code:
Sep 19 08:32:32 192.168.178.28 [122726.180202] RIP: 0010:vb2_buffer_done+0x1af/0x1f0 [videobuf2_core]
Also:
Code:
Sep 19 08:32:32 192.168.178.28 [122726.180294] Call Trace:
Sep 19 08:32:32 192.168.178.28 [122726.180302]  <IRQ>
Sep 19 08:32:32 192.168.178.28 [122726.180318]  cx88_wakeup+0x70/0x80 [cx88xx]
Sep 19 08:32:32 192.168.178.28 [122726.180330]  cx8802_irq+0x1d5/0x2f0 [cx8802]
Sep 19 08:32:32 192.168.178.28 [122726.180343]  __handle_irq_event_percpu+0x44/0x1a0
Sep 19 08:32:32 192.168.178.28 [122726.180354]  handle_irq_event_percpu+0x32/0x80
Sep 19 08:32:32 192.168.178.28 [122726.180364]  handle_irq_event+0x3b/0x60
Sep 19 08:32:32 192.168.178.28 [122726.180373]  handle_fasteoi_irq+0x7c/0x130
Sep 19 08:32:32 192.168.178.28 [122726.180383]  handle_irq+0x20/0x30
Sep 19 08:32:32 192.168.178.28 [122726.180394]  do_IRQ+0x50/0xe0
Sep 19 08:32:32 192.168.178.28 [122726.180405]  common_interrupt+0x8c/0x8c
Sep 19 08:32:32 192.168.178.28 [122726.180412]  </IRQ>
Why not blacklist all the cx88* drivers and see if that helps?

If the system's getting increasingly unstable and you haven't upgraded/patched the kernel, a hardware issue seems likely to be the underlying cause.
 
Old 09-21-2019, 02:20 PM   #3
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,511

Rep: Reputation: 2377Reputation: 2377Reputation: 2377Reputation: 2377Reputation: 2377Reputation: 2377Reputation: 2377Reputation: 2377Reputation: 2377Reputation: 2377Reputation: 2377
The call trace is after the real error. Often you can get to see more with Shift_PgUp.

That said, there seems a lot of cpu stuff in the call trace, along with IRQs. Checking logs might get you what they're hooked up to, and more of the error.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can you help decipher Apache2 server-status output? Are KeepAlives Misconfigured? transient Linux - Server 3 05-23-2012 09:34 AM
Can Someone help me to decipher this error? randell6564 Ubuntu 2 10-15-2006 04:20 PM
Document/Guide to interpret/decipher kernel crash dump ghatamos Linux - Kernel 3 06-03-2006 07:53 PM
make install ndiswrapper error I can't decipher case1984 Linux - Wireless Networking 1 09-28-2004 05:59 PM
Can anyone decipher my K3b error message? Trinity22 Linux - Software 3 04-21-2004 09:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration