[Bug 374793] New: kernel BUG at /usr/src/packages/BUILD/aufs/obj/default/ finfo.c:31!
https://bugzilla.novell.com/show_bug.cgi?id=374793 User jeffm@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374793#c1 Summary: kernel BUG at /usr/src/packages/BUILD/aufs/obj/default/finfo.c:31! Product: openSUSE 11.0 Version: Factory Platform: All OS/Version: openSUSE 11.0 Status: ASSIGNED Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: jeffm@novell.com ReportedBy: jeffm@novell.com QAContact: qa@suse.de Found By: Customer ------------[ cut here ]------------ kernel BUG at /usr/src/packages/BUILD/aufs/obj/default/finfo.c:31! invalid opcode: 0000 [#1] SMP last sysfs file: /sys/devices/virtual/input/input4/capabilities/sw Modules linked in: rfcomm l2cap bluetooth ip6t_REJECT xt_tcpudp edd ipt_REJECT xt_state iptable_mangle iptable_nat nf_nat iptable_filter ip6table_mangle nf_conntrack_ipv4 nf_conntrack ip_tables ip6table_filter ip6_tables x_tables cpufreq_conservative ipv6 cpufreq_userspace cpufreq_powersave acpi_cpufreq speedstep_lib microcode firmware_class snd_pcm_oss snd_mixer_oss snd_seq snd_seq_device fuse snd_hda_intel snd_pcm snd_timer snd_page_alloc usbhid snd_hwdep rtc_cmos hid snd rtc_core wmi e1000e thermal intel_agp iTCO_wdt button ff_memless processor agpgart iTCO_vendor_support rtc_lib soundcore aufs squashfs loop nls_utf8 BusLogic usb_storage uhci_hcd ehci_hcd usbcore sg st sd_mod sr_mod ide_disk ide_cd_mod cdrom ide_core ata_piix ahci libata scsi_mod parport_pc parport [last unloaded: ppa] Pid: 2733, comm: master Tainted: G N (2.6.25-rc5-git3-6-default #1) EIP: 0060:[<f942cd6a>] EFLAGS: 00010246 CPU: 1 EIP is at ftofi+0x2a/0x40 [aufs] EAX: 00000000 EBX: f78ea180 ECX: f7b1ff70 EDX: f78aa000 ESI: 00000000 EDI: f66d2560 EBP: f7b1fe80 ESP: f7b1fe80 DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068 Process master (pid: 2733, ti=f7b1e000 task=f751f060 task.ti=f7b1e000) Stack: f7b1ff24 f9432e38 00000000 00000001 00000010 00000001 00000001 f75ed004 f7b1ff2c f75ed000 00000001 00000286 f7b1fed0 c011e516 00000000 00000000 00000001 f7b1ff70 f66d3534 f78aa000 f78ea180 00000000 f7b1ff4c f7b1ff58 Call Trace: [<f9432e38>] aufs_setattr+0x418/0x720 [aufs] [<c0188e70>] notify_change+0x153/0x2e3 [<c0176306>] sys_fchmod+0xa5/0xd0 [<c0105b62>] syscall_call+0x7/0xb [<b7b21c71>] 0xb7b21c71 ======================= Code: 90 55 8b 40 70 89 e5 85 c0 74 20 8b 50 18 85 d2 74 19 0f b6 50 1d 84 d2 7f 08 5d 8d b6 00 00 00 00 c3 3a 50 1c 8d 74 26 00 7d ef <0f> 0b 8d 74 26 00 eb fa 8d b4 26 00 00 00 00 8d bc 27 00 00 00 EIP: [<f942cd6a>] ftofi+0x2a/0x40 [aufs] SS:ESP 0068:f7b1fe80 ---[ end trace ca143223eefdc828 ]--- -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374793 User jeffm@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374793#c1 --- Comment #1 from Jeff Mahoney <jeffm@novell.com> 2008-03-28 08:40:30 MST --- I've updated the aufs KMP to the CVS repo as of 2008/03/24. Hopefully it will fix this bug. The issue is an assertion failure: struct aufs_finfo *ftofi(struct file *file) { struct aufs_finfo *finfo = file->private_data; AuDebugOn(!finfo || !finfo->fi_hfile || (0 < finfo->fi_bend && (/* stosi(file->f_dentry->d_sb)->si_bend < finfo->fi_bend || */ finfo->fi_bend < finfo->fi_bstart))); return finfo; } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374793 User jeffm@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374793#c2 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Jeff Mahoney <jeffm@novell.com> 2008-10-23 13:24:23 MDT --- It's my own report. Closing as FIXED. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com