Hi,

Thanks a lot jeff, Now i am able to boot my UML from gdb after your
command. But still not able to achieve what i wanted. I wanted that
when i do a "insmod mymodule.ko" from the shell prompt, since this
module calls register_filesytem gdb should stop at that breakpoint.
But this is not happening. The module just gets loaded successfully
and silently.

Is there any other way by which i can trace the register_filesystem
call for my module ??

Thanks in advance

On Dec 17, 2007 9:21 PM, Jeff Dike <[EMAIL PROTECTED]> wrote:
> On Mon, Dec 17, 2007 at 05:19:36PM +0530, Manish Katiyar wrote:
> > I tried to use gdb and break on register_filesystem, but whenever
> > it gets called it crashes with the following stack
> >
> > Program received signal SIGSEGV, Segmentation fault.
>
> It's not a crash.  Just tell gdb
>         handle SIGSEGV pass nostop noprint
>
>                                 Jeff
>
> --
> Work email - jdike at linux dot intel dot com
>



-- 
Thanks & Regards,
********************************************
Manish Katiyar  ( http://mkatiyar.googlepages.com )
3rd Floor, Fair Winds Block
EGL Software Park
Off Intermediate Ring Road
Bangalore 560071, India
***********************************************

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to