262/5000
Hello friends,
The old problems were solved, thanks to everyone's goodwill, especially
James Allan who helped me a lot.

Now I have encountered a problem that I believe may be a TOSSIM bug.

Notice that I run a simple script with the following two lines:
make micaz sim
python ${1}.py output/${1}-${TIMESTMP}.log ${2}

My python file is simple, creates the nodes (32 in all) and applies the
noise. The critical part would be:

For i in the range (0, 21000000):
Print >> log, 'WALLTIME', t.time ()
T.runNextEvent ()
print

Well if you increase the range to 22000000, for example, Segmentation fault
and to 25000000 (MemoryError).

Checking with debugging and returning the error in module Tossim.py, however
I do not know if the debugger has hit.
The problem is that you need to do a 30000000 or greater range. Someone
could help.

PS: 1) Intel Core i5, 8GB DDR3, 1TB HD and 2) AMD FX9500+ Black, 24GB DDR3,
HD 1Tb, so it should not be hardware.



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/Segmentation-fault-and-Memory-Error-tp25104.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to