noname

Results 13 comments of noname

改用政資法第三條,第九條提出資訊申請。 不是只有公開第七條的部分而已。 YuTin Liu 於 2017年12月3日 週日 15:46寫道: > 開一個 page list 不願提供資料 的 紀錄? > > — > You are receiving this because you are subscribed to this thread....

I think maybe occurrence need to change to mutant node and node occurance. Then we can generate mutant point, and pass to cerely. Also, we can then generate higher order...

@abingham Yep, the occurrence model can't tell which node we are mutant now. You can see this paper for some quick introduce >, fig3 gave some example about high order...

You can try this [last2first example](https://github.com/grapherd/cosmic-ray/tree/last_to_first_example) ```sh git clone https://github.com/grapherd/cosmic-ray/tree/last_to_first_example git checkout last_to_first_example cd last2first_example cosmic-ray --verbose run --test-runner nose --baseline=100 example.json main.py -- tests.py cosmic-ray report example.json --full-report ```...

@gnitnaw LCD_test have a `while (1)` loop at the end (line 35). At this moment, F9 can't schedule user thread, that means if someone makes an infinity loop (as LCD_test),...

@gnitnaw That's a big problem, ha. It needs to change the scheduler inside the user space, I have done some experiment in #129, but the result is not good as...

According to p24 in [this slide](http://www.slideshare.net/jserv/f9-microkernel), thread in same priority is execute in round robin scheduling, but somehow if thread was in the busy loop, this scheduler will hang in...

@jserv How could I prevent kernel / user function multiple define? l4test and kernel all define the name `strcmp ` ```sh build/discoveryf4/user/apps/l4test/string.o: In function `strcmp': /home/travis/build/f9micro/f9-kernel/user/apps/l4test/string.c:21: multiple definition of `strcmp'...

I think the answer is NO. Could you give me the info about your board and the setting in the `user/apps/build.mk`? Because if you are using STM32F429, and building with...