| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | vm_growsdown in mips.. |
| From: | "atul srivastava" <atulsrivastava9@rediffmail.com> |
| Date: | 18 Sep 2002 12:31:48 -0000 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Reply-to: | "atul srivastava" <atulsrivastava9@rediffmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Hello, after kernel has booted , when shell is being execve'ed it repeatedly loops in do_page_fault() with address 0x0fc01788. address 0x0fc01788 is well within user address space. In do_page_fault() code1.vma = find_vma(mm,address) goes succefully ..means address pertains to the current task.
2.but fails in
if(!(vma->vm_flags & VM_GROWSDOWN)
{
goto bad_area;
}
VM_GROWSDOWN flag indicates the stack area.
is this indicates problem with mmu initialisation..?
Best Regards,
__________________________________________________________
Give your Company an email address like
ravi @ ravi-exports.com. Sign up for Rediffmail Pro today!
Know more. http://www.rediffmailpro.com/signup/
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: cannot debug multi-threaded programs with gdb/gdbserver, Johannes Stezenbach |
|---|---|
| Next by Date: | Go to Java. Go Now!, Caravel UK |
| Previous by Thread: | PATCH: new MTD probe addresses for Ocelot and Ocelot-G, Matthew Dharm |
| Next by Thread: | Go to Java. Go Now!, Caravel UK |
| Indexes: | [Date] [Thread] [Top] [All Lists] |