mabdi / small-amp

Test Amplification for Pharo
MIT License
5 stars 4 forks source link

No-popsize-limit: Long processes fail #65

Closed mabdi closed 4 years ago

mabdi commented 4 years ago

terminateTo:
pipeClose:

stack page bytes 8192 available headroom 5576 minimum unused headroom 5952

        (Segmentation fault)
Pharo/pharo-ui: line 11: 15732 Aborted                 (core dumped) "$DIR"/"pharo-vm/pharo" "$@"

There's no population limit per generation in this run. Results a dramatic increase in test cases in each generation and memory fails.

set a limitiation on number of testmethod in generation.

mabdi commented 4 years ago

The error is not coming from selection process. it's from churn calculation.