If you send a description of your platform and the sequence that causes this error to the tinyos-help list, someone might be able to help.
- om_p > > Thanks for your help... it worked... but now I have another problem... > when I try run the simulation with mote (run 1), I get this message at > the end... > Program received signal SIGSEGV, Segmentation fault.0x77e69bdf in > KERNEL32!IsBadWritePtr() > > How can I sort this? > > Abu > Omprakash Gnawali wrote: > > The correct symbol name is LedsM$Leds$redOff not LedsC... > > > > If gdb complains saying it can not find a symbol, you should open > > build/pc/app.c for your application and try to find the right name for > > the symbol on which you want to set a breakpoint. > > > > - om_p > > > > ------ > > > > I wish I could help but I never really learned to use a debuggerer > > due to multi-platform-embeded-whatever vagaries...plus they always > > crash when I finally get to the iteration of the thread I want... > > > > but try: man gdb in the bash shell and see if it helps with the basics. > > MS > > > > Abu Amprayil wrote: > > > >> I don't get GDB to work... > >> > >> >From Tut5, while in the CntToLedsAndRfm directory I try the following... > >> > >> gdb build/pc/main.exe // start gdb > >> > >> (gdb) break *LedsC$Leds$redOff > >> > >> And the response I get is... > >> ' No symbol "LedsC$Leds$redOff" in current context ' > >> > >> Please help... i can't seem to get it to work... > >> > >> Thanks, > >> Abu > >> > >> > > > > > > > --Boundary_(ID_HC4pnM7QW27hWFeOzf5RQQ) > Content-type: text/html; charset=ISO-8859-1 > Content-transfer-encoding: 7BIT > > <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> > <html> > <head> > <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> > <title></title> > </head> > <body bgcolor="#ffffff" text="#000000"> > Thanks for your help... it worked... but now I have another problem... > when I try run the simulation with mote (run 1), I get this message at > the end... <br> > <font color="#cc0000">Program received signal SIGSEGV, Segmentation > fault.0x77e69bdf in KERNEL32!IsBadWritePtr()<br> > <br> > <font color="#330033">How can I sort this?<br> > <br> > Abu</font><br> > </font>Omprakash Gnawali wrote: > <blockquote cite="[EMAIL PROTECTED]" > type="cite"> > <pre wrap="">The correct symbol name is LedsM$Leds$redOff not LedsC... > > If gdb complains saying it can not find a symbol, you should open > build/pc/app.c for your application and try to find the right name for > the symbol on which you want to set a breakpoint. > > - om_p > > ------ > > I wish I could help but I never really learned to use a debuggerer > due to multi-platform-embeded-whatever vagaries...plus they always > crash when I finally get to the iteration of the thread I want... > > but try: man gdb in the bash shell and see if it helps with the basics. > MS > > Abu Amprayil wrote: > </pre> > <blockquote type="cite"> > <pre wrap="">I don't get GDB to work... > > >From Tut5, while in the CntToLedsAndRfm directory I try the following... > > gdb build/pc/main.exe // start gdb > > (gdb) break *LedsC$Leds$redOff > > And the response I get is... > ' No symbol "LedsC$Leds$redOff" in current context ' > > Please help... i can't seem to get it to work... > > Thanks, > Abu > > </pre> > </blockquote> > <pre wrap=""><!----> > </pre> > </blockquote> > <br> > </body> > </html> > > --Boundary_(ID_HC4pnM7QW27hWFeOzf5RQQ)-- _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
