unionfs stack trace
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moblin Kernel |
Triaged
|
Low
|
alek du |
Bug Description
I updated my system and now am seeing the following kernel dmesg when I try to run my app. Looking at my strace in the user space, I appear to open a file in /var/tmp open(O_
I'm using 2.6.24-
hda-intel: Invalid position buffer, using LPIB read method instead.
BUG: unable to handle kernel NULL pointer dereference at virtual address 0000006e
printing eip: c01ec76b *pde = 00000000
Oops: 0000 [#1] SMP
Modules linked in: rfcomm l2cap bluetooth g_file_storage nls_utf8 cifs psb drm agpgart firmware_class i2c_algo_bit af_packet ipv6 i2c_sch i2c_core snd_hda_intel snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device snd soundcore snd_page_alloc joydev cpufreq_ondemand
Pid: 3791, comm: runtime Not tainted (2.6.24-
EIP: 0060:[<c01ec76b>] EFLAGS: 00210246 CPU: 0
EIP is at unionfs_
EAX: ec81b564 EBX: ec81b564 ECX: 00000000 EDX: 00000000
ESI: 00000000 EDI: 00000000 EBP: ec81b564 ESP: f3591eb8
DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
Process runtime (pid: 3791, ti=f3590000 task=f72973f0 task.ti=f3590000)
Stack: 00000000 00000000 c01eded5 f359ec40 00000040 c0203aa4 f7c1c0c0 c017f378
00000000 f3591f3c ec81c9d8 ec81c8d0 00000000 f3591f3c 00000000 f3591f3c
00000000 00002068 ec81b564 c0186c9b ffffffff 7fffffff ec81c9d8 00000008
Call Trace:
[<c01eded5>] unionfs_
[<c0203aa4>] inode_has_
[<c017f378>] fasync_
[<c0186c9b>] notify_
[<c0174c6c>] do_truncate+
[<c0174db6>] do_sys_
[<c0174ded>] sys_ftruncate64
[<c0104e66>] sysenter_
======
Code: 28 00 74 1e 0f b7 40 6e b1 01 25 00 f0 00 00 3d 00 40 00 00 74 0c 8b 42 d4 8b 52 fc 8b 04 82 8b 48 28 89 c8 c3 56 89 d6 53 89 c3 <66> 8b 42 6e 66 89 43 6e 8b 42 2c 89 43 2c 8b 42 30 89 43 30 8b
EIP: [<c01ec76b>] unionfs_
---[ end trace 923573de2573f922 ]---
Changed in moblin-kernel: | |
assignee: | nobody → jaychetty |
status: | New → Triaged |
note that the stack details above are in dmesg.... My userapp just crashes with segv.