The kernel OOPS is easily reproducable with the following c program and kernel 4.13.0-31-generic
``` #include <unistd.h> #include <sys/syscall.h> /* For SYS_xxx definitions */ int main(void) { syscall(999); } ``` $ gcc test.c -o test $ ./test Killed $ dmesg ``` [ 1554.968904] Oops: 0011 [#3] SMP PTI [ 1554.969159] Modules linked in: ppdev joydev input_leds serio_raw parport_pc parport vboxguest video ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi autofs4 btrfs raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear hid_generic usbhid hid crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel aes_x86_64 crypto_simd glue_helper cryptd psmouse ahci libahci e1000 [ 1554.971175] CPU: 0 PID: 5255 Comm: test Tainted: G D 4.13.0-31-generic #34~16.04.1-Ubuntu [ 1554.971723] Hardware name: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006 [ 1554.972261] task: ffff9eb519219740 task.stack: ffffb08685950000 [ 1554.972578] RIP: 0010:0x4005b0 [ 1554.972823] RSP: 0018:ffffb08685953f50 EFLAGS: 00010202 [ 1554.973114] RAX: 00000000000003e7 RBX: 0000000000000000 RCX: 00007fa18e0204d9 [ 1554.973445] RDX: 0000000000000000 RSI: 00007ffca2252c48 RDI: 00007ffca2252c38 [ 1554.973776] RBP: 0000000000000000 R08: 00007fa18e2f9ab0 R09: 0000000000400540 [ 1554.974107] R10: 00000000004005b0 R11: ffff9eb519219740 R12: 0000000000000000 [ 1554.974438] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000 [ 1554.974797] FS: 00007fa18e505700(0000) GS:ffff9eb51fc00000(0000) knlGS:0000000000000000 [ 1554.975296] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 1554.975621] CR2: 00000000004005b0 CR3: 0000000117264000 CR4: 00000000000406f0 [ 1554.975955] Call Trace: [ 1554.976206] ? entry_SYSCALL_64_fastpath+0x33/0xa3 [ 1554.976508] Code: Bad RIP value. [ 1554.976762] RIP: 0x4005b0 RSP: ffffb08685953f50 [ 1554.977039] CR2: 00000000004005b0 [ 1554.977293] ---[ end trace 34538f23cc948433 ]--- ``` -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1745123 Title: Elasticsearch 2.4.6 cause a Oops: 0010 [#37] SMP NOPTI Status in elasticsearch package in Ubuntu: Confirmed Status in linux package in Ubuntu: Triaged Status in elasticsearch source package in Artful: Confirmed Status in linux source package in Artful: Triaged Bug description: Elasticsearch 2.4.6 can't start since new kernel upgrade (4.13.0-31-generic #34~16.04.1-Ubuntu) Kernel log contains : [ 4308.595429] Oops: 0010 [#37] SMP NOPTI [ 4308.595430] Modules linked in: btrfs xor raid6_pq ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs libcrc32c bnep pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) bluetooth ecdh_generic binfmt_misc nls_iso8859_1 snd_hda_codec_hdmi edac_mce_amd snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel eeepc_wmi kvm_amd asus_wmi snd_hda_codec sparse_keymap snd_hda_core video wmi_bmof kvm input_leds joydev snd_hwdep snd_pcm irqbypass crct10dif_pclmul snd_seq_midi crc32_pclmul snd_seq_midi_event ghash_clmulni_intel snd_rawmidi pcbc nvidia_uvm(POE) snd_seq aesni_intel snd_seq_device snd_timer snd aes_x86_64 crypto_simd soundcore ccp glue_helper cryptd shpchp i2c_piix4 8250_dw wmi mac_hid parport_pc ppdev lp parport autofs4 hid_generic usbhid hid nvidia_drm(POE) nvidia_modeset(POE) nvidia(POE) [ 4308.595462] drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm r8169 ahci mii libahci gpio_amdpt gpio_generic [ 4308.595468] CPU: 0 PID: 9314 Comm: java Tainted: P D OE 4.13.0-31-generic #34~16.04.1-Ubuntu [ 4308.595470] Hardware name: System manufacturer System Product Name/PRIME B350M-A, BIOS 0502 02/24/2017 [ 4308.595471] task: ffff8dfa07b945c0 task.stack: ffffb2b6033f4000 [ 4308.595472] RIP: 0010:0x6987877 [ 4308.595473] RSP: 0018:ffffb2b6033f7f50 EFLAGS: 00010202 [ 4308.595474] RAX: 00000000000003e7 RBX: 0000000000000000 RCX: 00007f20e3d314d9 [ 4308.595475] RDX: 00007f20dc6686c0 RSI: 000000004d73aa93 RDI: 0000000000000000 [ 4308.595476] RBP: 0000000000000000 R08: 00007f20e319caa4 R09: 000000000000000c [ 4308.595477] R10: 0000000006987877 R11: ffff8dfa07b945c0 R12: 0000000000000000 [ 4308.595478] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000 [ 4308.595479] FS: 00007f20e4823700(0000) GS:ffff8dfac6600000(0000) knlGS:0000000000000000 [ 4308.595480] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 4308.595481] CR2: 0000000006987877 CR3: 00000003b723e000 CR4: 00000000003406f0 [ 4308.595482] Call Trace: [ 4308.595487] ? entry_SYSCALL_64_fastpath+0x33/0xa3 [ 4308.595489] Code: Bad RIP value. [ 4308.595490] RIP: 0x6987877 RSP: ffffb2b6033f7f50 [ 4308.595491] CR2: 0000000006987877 [ 4308.595493] ---[ end trace ba92d9f3b2090708 ]--- It related to new kernel update, it work when starting with an older kernel. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/elasticsearch/+bug/1745123/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp