Public bug reported:

Using the command listed below results eventually in a kernel oops and 
sometimes in a total computer system lockup.  Total lockup is uncommon though, 
kernel mainly goes oops.  All Edgy Eft 6.10 updates applied as of 9 AM Pacific 
time USA, Thursday Sep 14.  Also I can not currently check out this problem 
with latest kernel due to this bug here: 
https://launchpad.net/distros/ubuntu/+bug/59792
Problem occurs with kernel 2.6.17-6-686.

Problem command
sudo cp -r /usr/local/games/X-Plane\ 8.40 /home/username

Listed below is the relevant output of kernel.log, messages.log,
syslog.log.  Below the log outputs is my current fstab.

kernel.log
Sep 14 10:47:14 HotDog kernel: [17190019.644000] BUG: unable to handle kernel 
paging request at virtual address a0036ae1
Sep 14 10:47:14 HotDog kernel: [17190019.644000]  printing eip:
Sep 14 10:47:14 HotDog kernel: [17190019.644000] c02d5bd0
Sep 14 10:47:14 HotDog kernel: [17190019.644000] *pde = 00000000
Sep 14 10:47:14 HotDog kernel: [17190019.644000] Oops: 0002 [#1]
Sep 14 10:47:14 HotDog kernel: [17190019.644000] SMP 
Sep 14 10:47:14 HotDog kernel: [17190019.644000] Modules linked in: joydev udf 
loop binfmt_misc rfcomm l2cap bluetooth speedstep_lib cpufreq_userspace 
cpufreq_stats freq_table cpufreq_powersave cpufreq_ondemand 
cpufreq_conservative video tc1100_wmi sony_acpi pcc_acpi hotkey dev_acpi 
container button acpi_sbs battery ac i2c_acpi_ec xfs ext2 sbp2 parport_pc lp 
parport hw_random snd_emu10k1_synth snd_emux_synth snd_seq_virmidi 
snd_seq_midi_emul snd_seq_dummy snd_seq_oss snd_seq_midi snd_seq_midi_event 
snd_seq snd_emu10k1 snd_rawmidi snd_ac97_codec snd_ac97_bus ipv6 snd_pcm_oss 
snd_mixer_oss cx88_blackbird snd_pcm snd_seq_device snd_timer snd_page_alloc 
snd_util_mem tsdev tda9887 snd_hwdep shpchp pci_hotplug tuner snd sr_mod cdrom 
psmouse cx8800 intel_agp sg cx88_dvb cx8802 cx88xx cx88_vp3054_i2c mt352 
or51132 video_buf_dvb dvb_core serio_raw ir_common i2c_algo_bit soundcore 
8139too mii nvidia agpgart video_buf tveeprom v4l2_common compat_ioctl32 
v4l1_compat btcx_risc videodev evdev nxt200x zl10353 cx24123 lgdt330x
Sep 14 10:47:14 HotDog kernel: cx22702 dvb_pll emu10k1_gp gameport pcspkr 
usbhid i2c_core ext3 jbd ehci_hcd ohci1394 ieee1394 uhci_hcd usbcore 
ide_generic piix generic sd_mod ata_piix libata scsi_mod thermal processor fan 
fbcon tileblit font bitblit softcursor vesafb capability commoncap
Sep 14 10:47:14 HotDog kernel: [17190019.644000] CPU:    0
Sep 14 10:47:14 HotDog kernel: [17190019.644000] EIP:    0060:[_spin_lock+0/16] 
   Tainted: P      VLI
Sep 14 10:47:14 HotDog kernel: [17190019.644000] EFLAGS: 00210202   
(2.6.17-6-686 #2) 
Sep 14 10:47:14 HotDog kernel: [17190019.644000] EIP is at _spin_lock+0x0/0x10
Sep 14 10:47:14 HotDog kernel: [17190019.644000] eax: a0036ae1   ebx: d5dde030  
 ecx: d5dddf40   edx: d5dde030
Sep 14 10:47:14 HotDog kernel: [17190019.644000] esi: d5dddf40   edi: a0036a9d  
 ebp: f3823f3c   esp: f78cff3c
Sep 14 10:47:14 HotDog kernel: [17190019.644000] ds: 007b   es: 007b   ss: 0068
Sep 14 10:47:14 HotDog kernel: [17190019.644000] Process xfsdatad/0 (pid: 3520, 
threadinfo=f78ce000 task=dff96030)
Sep 14 10:47:14 HotDog kernel: [17190019.644000] Stack: c016dc26 ea79ccd0 
f3823f3c f7c9a3c0 fa588a6b f3823f64 f3823f68 c013176b 
Sep 14 10:47:14 HotDog kernel: [17190019.644000]        00000000 f78ce000 
00000000 f7c9a3cc f7c9a3e0 00200296 fa588b00 f78ce000 
Sep 14 10:47:14 HotDog kernel: [17190019.644000]        f7c9a3cc f7c9a3d4 
f7c9a3c0 c0132307 00000001 00000000 00000000 00010000 
Sep 14 10:47:14 HotDog kernel: [17190019.644000] Call Trace:
Sep 14 10:47:14 HotDog kernel: [17190019.644000]  <c016dc26> 
invalidate_inode_buffers+0x26/0x50  <fa588a6b> xfs_destroy_ioend+0x1b/0x40 [xfs]
Sep 14 10:47:14 HotDog kernel: [17190019.644000]  <c013176b> 
run_workqueue+0x7b/0xf0  <fa588b00> xfs_end_bio_delalloc+0x0/0x10 [xfs]
Sep 14 10:47:14 HotDog kernel: [17190019.644000]  <c0132307> 
worker_thread+0x107/0x130  <c011ae00> default_wake_function+0x0/0x10
Sep 14 10:47:14 HotDog kernel: [17190019.644000]  <c0132200> 
worker_thread+0x0/0x130  <c0134f9c> kthread+0xac/0xe0
Sep 14 10:47:14 HotDog kernel: [17190019.644000]  <c0134ef0> kthread+0x0/0xe0  
<c0101005> kernel_thread_helper+0x5/0x10
Sep 14 10:47:14 HotDog kernel: [17190019.644000] Code: f0 fe 0a 79 1b a9 00 02 
00 00 74 0b fb f3 90 80 3a 00 7e f9 fa eb e9 f3 90 80 3a 00 7f e2 eb f7 c3 8d 
76 00 8d bc 27 00 00 00 00 <f0> fe 08 79 09 f3 90 80 38 00 7e f9 eb f2 c3 90 f0 
81 28 00 00 
Sep 14 10:47:14 HotDog kernel: [17190019.644000] EIP: [_spin_lock+0/16] 
_spin_lock+0x0/0x10 SS:ESP 0068:f78cff3c


messages.log
Sep 14 10:47:14 HotDog kernel: [17190019.644000] c02d5bd0
Sep 14 10:47:14 HotDog kernel: [17190019.644000] Modules linked in: joydev udf 
loop binfmt_misc rfcomm l2cap bluetooth speedstep_lib cpufreq_userspace 
cpufreq_stats freq_table cpufreq_powersave cpufreq_ondemand 
cpufreq_conservative video tc1100_wmi sony_acpi pcc_acpi hotkey dev_acpi 
container button acpi_sbs battery ac i2c_acpi_ec xfs ext2 sbp2 parport_pc lp 
parport hw_random snd_emu10k1_synth snd_emux_synth snd_seq_virmidi 
snd_seq_midi_emul snd_seq_dummy snd_seq_oss snd_seq_midi snd_seq_midi_event 
snd_seq snd_emu10k1 snd_rawmidi snd_ac97_codec snd_ac97_bus ipv6 snd_pcm_oss 
snd_mixer_oss cx88_blackbird snd_pcm snd_seq_device snd_timer snd_page_alloc 
snd_util_mem tsdev tda9887 snd_hwdep shpchp pci_hotplug tuner snd sr_mod cdrom 
psmouse cx8800 intel_agp sg cx88_dvb cx8802 cx88xx cx88_vp3054_i2c mt352 
or51132 video_buf_dvb dvb_core serio_raw ir_common i2c_algo_bit soundcore 
8139too mii nvidia agpgart video_buf tveeprom v4l2_common compat_ioctl32 
v4l1_compat btcx_risc videodev evdev nxt200x zl10353 cx24123 lgdt330x
Sep 14 10:47:14 HotDog kernel: cx22702 dvb_pll emu10k1_gp gameport pcspkr 
usbhid i2c_core ext3 jbd ehci_hcd ohci1394 ieee1394 uhci_hcd usbcore 
ide_generic piix generic sd_mod ata_piix libata scsi_mod thermal processor fan 
fbcon tileblit font bitblit softcursor vesafb capability commoncap
Sep 14 10:47:14 HotDog kernel: [17190019.644000] EIP:    0060:[_spin_lock+0/16] 
   Tainted: P      VLI
Sep 14 10:47:14 HotDog kernel: [17190019.644000] EFLAGS: 00210202   
(2.6.17-6-686 #2)


syslog.log
Sep 14 10:47:14 HotDog kernel: [17190019.644000] BUG: unable to handle kernel 
paging request at virtual address a0036ae1
Sep 14 10:47:14 HotDog kernel: [17190019.644000]  printing eip:
Sep 14 10:47:14 HotDog kernel: [17190019.644000] c02d5bd0
Sep 14 10:47:14 HotDog kernel: [17190019.644000] *pde = 00000000
Sep 14 10:47:14 HotDog kernel: [17190019.644000] Oops: 0002 [#1]
Sep 14 10:47:14 HotDog kernel: [17190019.644000] SMP 
Sep 14 10:47:14 HotDog kernel: [17190019.644000] Modules linked in: joydev udf 
loop binfmt_misc rfcomm l2cap bluetooth speedstep_lib cpufreq_userspace 
cpufreq_stats freq_table cpufreq_powersave cpufreq_ondemand 
cpufreq_conservative video tc1100_wmi sony_acpi pcc_acpi hotkey dev_acpi 
container button acpi_sbs battery ac i2c_acpi_ec xfs ext2 sbp2 parport_pc lp 
parport hw_random snd_emu10k1_synth snd_emux_synth snd_seq_virmidi 
snd_seq_midi_emul snd_seq_dummy snd_seq_oss snd_seq_midi snd_seq_midi_event 
snd_seq snd_emu10k1 snd_rawmidi snd_ac97_codec snd_ac97_bus ipv6 snd_pcm_oss 
snd_mixer_oss cx88_blackbird snd_pcm snd_seq_device snd_timer snd_page_alloc 
snd_util_mem tsdev tda9887 snd_hwdep shpchp pci_hotplug tuner snd sr_mod cdrom 
psmouse cx8800 intel_agp sg cx88_dvb cx8802 cx88xx cx88_vp3054_i2c mt352 
or51132 video_buf_dvb dvb_core serio_raw ir_common i2c_algo_bit soundcore 
8139too mii nvidia agpgart video_buf tveeprom v4l2_common compat_ioctl32 
v4l1_compat btcx_risc videodev evdev nxt200x zl10353 cx24123 lgdt330x
Sep 14 10:47:14 HotDog kernel: cx22702 dvb_pll emu10k1_gp gameport pcspkr 
usbhid i2c_core ext3 jbd ehci_hcd ohci1394 ieee1394 uhci_hcd usbcore 
ide_generic piix generic sd_mod ata_piix libata scsi_mod thermal processor fan 
fbcon tileblit font bitblit softcursor vesafb capability commoncap
Sep 14 10:47:14 HotDog kernel: [17190019.644000] CPU:    0
Sep 14 10:47:14 HotDog kernel: [17190019.644000] EIP:    0060:[_spin_lock+0/16] 
   Tainted: P      VLI
Sep 14 10:47:14 HotDog kernel: [17190019.644000] EFLAGS: 00210202   
(2.6.17-6-686 #2) 
Sep 14 10:47:14 HotDog kernel: [17190019.644000] EIP is at _spin_lock+0x0/0x10
Sep 14 10:47:14 HotDog kernel: [17190019.644000] eax: a0036ae1   ebx: d5dde030  
 ecx: d5dddf40   edx: d5dde030
Sep 14 10:47:14 HotDog kernel: [17190019.644000] esi: d5dddf40   edi: a0036a9d  
 ebp: f3823f3c   esp: f78cff3c
Sep 14 10:47:14 HotDog kernel: [17190019.644000] ds: 007b   es: 007b   ss: 0068
Sep 14 10:47:14 HotDog kernel: [17190019.644000] Process xfsdatad/0 (pid: 3520, 
threadinfo=f78ce000 task=dff96030)
Sep 14 10:47:14 HotDog kernel: [17190019.644000] Stack: c016dc26 ea79ccd0 
f3823f3c f7c9a3c0 fa588a6b f3823f64 f3823f68 c013176b 
Sep 14 10:47:14 HotDog kernel: [17190019.644000]        00000000 f78ce000 
00000000 f7c9a3cc f7c9a3e0 00200296 fa588b00 f78ce000 
Sep 14 10:47:14 HotDog kernel: [17190019.644000]        f7c9a3cc f7c9a3d4 
f7c9a3c0 c0132307 00000001 00000000 00000000 00010000 
Sep 14 10:47:14 HotDog kernel: [17190019.644000] Call Trace:
Sep 14 10:47:14 HotDog kernel: [17190019.644000]  <c016dc26> 
invalidate_inode_buffers+0x26/0x50  <fa588a6b> xfs_destroy_ioend+0x1b/0x40 [xfs]
Sep 14 10:47:14 HotDog kernel: [17190019.644000]  <c013176b> 
run_workqueue+0x7b/0xf0  <fa588b00> xfs_end_bio_delalloc+0x0/0x10 [xfs]
Sep 14 10:47:14 HotDog kernel: [17190019.644000]  <c0132307> 
worker_thread+0x107/0x130  <c011ae00> default_wake_function+0x0/0x10
Sep 14 10:47:14 HotDog kernel: [17190019.644000]  <c0132200> 
worker_thread+0x0/0x130  <c0134f9c> kthread+0xac/0xe0
Sep 14 10:47:14 HotDog kernel: [17190019.644000]  <c0134ef0> kthread+0x0/0xe0  
<c0101005> kernel_thread_helper+0x5/0x10
Sep 14 10:47:14 HotDog kernel: [17190019.644000] Code: f0 fe 0a 79 1b a9 00 02 
00 00 74 0b fb f3 90 80 3a 00 7e f9 fa eb e9 f3 90 80 3a 00 7f e2 eb f7 c3 8d 
76 00 8d bc 27 00 00 00 00 <f0> fe 08 79 09 f3 90 80 38 00 7e f9 eb f2 c3 90 f0 
81 28 00 00 
Sep 14 10:47:14 HotDog kernel: [17190019.644000] EIP: [_spin_lock+0/16] 
_spin_lock+0x0/0x10 SS:ESP 0068:f78cff3c


fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sda2
UUID=06ba0b0a-c469-40b6-9f90-8f7929746cb1 /               ext3    
defaults,errors=remount-ro 0       1
# /dev/sda1
UUID=133ae9dc-fa5f-4aa6-a43e-6fb037cdd0e0 /boot           ext2    defaults      
  0       2
# /dev/sdb2
UUID=148d0563-ee42-4e46-a837-7084b979004a /home           xfs     defaults      
  0       2
# /dev/sda3
UUID=2d79d487-7794-4289-bcdd-07b406a8b7ba /opt            ext2    defaults      
  0       2
# /dev/sda4
UUID=b3bd5c9f-9d43-4304-a760-a9f7a890c7e6 /usr/local      xfs     defaults      
  0       2
# /dev/sdb1
UUID=4af0861b-ab08-49e7-9496-cc4cda1cc70b none            swap    sw            
  0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/scd1       /media/cdrom1   udf,iso9660 user,noauto     0       0

** Affects: Ubuntu
     Importance: Untriaged
         Status: Unconfirmed

-- 
attempting to cp from one xfs partition to another results in kernel oops
https://launchpad.net/bugs/60446

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to