2009/5/12 Sami Bel Hadj <sami.b...@gmail.com>:
> ---------- Forwarded message ----------
> From: Abdel <ghith.ab...@gmail.com>
> Date: 2009/5/11
> Subject: [CULLT:5590] Need some help, kernel crash without an apparent
> cause.
> To: CULLT <CU...@googlegroups.com>
>
> Trying to run busybox hush shell in xip mode due to a memory
> restrinction cause a kernel crash.
> any advices or suggestions are welcome, thanks in advance!
> a dump of the crash is posted here : http://pastebin.ca/1419601
Have you verified that the cramfs image was created with an mkcramfs
binary which does have XIP support included in it? Did you verify that
the busybox binary in the cramfs image has the sticky bit set? The
busybox binary has been mapped to a VMA which has all permissions in
vma->vm_page_prot cleared, do you have an idea why?
The crash occurred while executing the instruction at 0x641b4366, I
would suggest that you try to disassemble the busybox binary at offset
0x641b4366 - 0x641ad000 to see what the CPU was doing at the moment of
the crash.
Good luck,
-Imed