On Thu, 2011-06-02 at 20:54 -0700, Manish S Runwal wrote: > Hello Dan, > Thank you for taking issue on table. > > > I am not so advance in that. if you give me set of commands to execute > then It will do the steps for you. > I have tried to use abrt but..it downloading heavily debug+debuginfo > so thats costing bandwidth. > any other option ?
If you install 'gdb' on your machine, you can do the following: 1) gdb attach `pidof nm-applet` 2) then try to trigger the fault in nm-applet 3) when you do, gdb will stop nm-applet and leave that terminal at the "(gdb)" prompt 4) at the (gdb) prompt, type "backtrace" 5) copy and paste that output into an email reply Thanks, Dan _______________________________________________ networkmanager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
