Changes between Initial Version and Version 1 of Ticket #7795
- Timestamp:
- Dec 6, 2010 11:32:07 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7795 – Description
initial v1 1 1 When try to create a VM with Bridge networking, this happens in kernel: 2 2 {{{ 3 3 [ 8485.691238] general protection fault: 0000 [#1] SMP 4 [ 8485.691270] last sysfs file : /sys/devices/system/cpu/cpu3/online4 [ 8485.691270] last sysfs filee: /sys/devices/system/cpu/cpu3/online 5 5 [ 8485.691297] CPU 3 6 [ 8485.691306] Modules linked in: cryptd aes_x86_64 aes_generic binfmt_misc vboxnetadp vboxnetflt vboxdrv sit tunnel4 kvm_intel kvm parport_pc ppdev dm_crypt joydev snd_hda_codec_hdmi snd_hda_codec_realtek arc4 snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi iwlagn snd_rawmidi snd_seq_midi_event snd_seq iwlcore usbhid mac80211 snd_timer hid snd_seq_device snd cfg80211 uvcvideo intel_ips videodev soundcore snd_page_alloc v4l1_compat v4l2_compat_ioctl32 psmouse sony_laptop serio_raw shpchp lp parport i915 drm_kms_helper drm sdhci_pci sdhci ahci libahci i2c_algo_bit intel_agp video sky2 intel_gtt output 6 [ 8485.691306] Modules linked in: cryptd aes_x86_64 aes_generic binfmt_misc vboxnetadp vboxnetflt 7 vboxdrv sit tunnel4 kvm_intel kvm parport_pc ppdev dm_crypt joydev snd_hda_codec_hdmi 8 snd_hda_codec_realtek arc4 snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi iwlagn 9 snd_rawmidi snd_seq_midi_event snd_seq iwlcore usbhid mac80211 snd_timer hid snd_seq_device 10 snd cfg80211 uvcvideo intel_ips videodev soundcore snd_page_alloc v4l1_compat v4l2_compat_ioctl32 11 psmouse sony_laptop serio_raw shpchp lp parport i915 drm_kms_helper drm sdhci_pci sdhci ahci 12 libahci i2c_algo_bit intel_agp video sky2 intel_gtt output 7 13 [ 8485.691620] 8 14 [ 8485.691630] Pid: 26111, comm: VirtualBox Not tainted 2.6.37-6-generic #17-Ubuntu VAIO/VPCEA21FX … … 40 46 [ 8485.732230] [<ffffffff81175821>] sys_ioctl+0x81/0xa0 41 47 [ 8485.733755] [<ffffffff8100c132>] system_call_fastpath+0x16/0x1b 42 [ 8485.735279] Code: 00 00 be 02 00 00 00 4c 89 cf e8 f4 11 12 00 b8 f0 f1 ff ff eb af eb 03 90 90 90 83 3d 51 2d 00 00 02 74 9c 48 8b 05 98 2f 00 00 <65> ff 00 8b 0d 07 6c 78 e1 85 c9 75 04 31 c0 eb 89 48 8b 1d 10 48 [ 8485.735279] Code: 00 00 be 02 00 00 00 4c 89 cf e8 f4 11 12 00 b8 f0 f1 ff ff eb af eb 03 90 90 49 90 83 3d 51 2d 00 00 02 74 9c 48 8b 05 98 2f 00 00 <65> ff 00 8b 0d 07 6c 78 e1 85 c9 75 04 31 50 c0 eb 89 48 8b 1d 10 43 51 [ 8485.738720] RIP [<ffffffffa02f8178>] vboxNetFltOsInitInstance+0xb8/0x100 [vboxnetflt] 44 52 [ 8485.740450] RSP <ffff8800c6aedbe8> 45 53 [ 8485.748144] ---[ end trace 94df03157daabefa ]--- 46 54 }}} 47 55 48 56 And virtualbox stop working until restart. 49 57 {{{ 50 58 └─[~]> uname -a ; cat /etc/lsb-release | grep DESC 51 59 Linux ana.leleobhz.org 2.6.37-6-generic #17-Ubuntu SMP Mon Nov 22 20:05:19 UTC 2010 x86_64 GNU/Linux 52 60 DISTRIB_DESCRIPTION="Ubuntu 10.10" 53 61 }}}