angularjs - PhantomJS exited unexpectedly with exit code 3221225477 -
i'm using phantomjs combined grunt , jasmine run unit tests angularjs application. i'm experiencing strange behavior when unit tests become many. in case 754/755 unit tests. unit tests run fail following message
running phantomjs...error
0 [ '' ] warning: phantomjs exited unexpectedly exit code 3221225477. use --force continue.
aborted due warnings.
when comment out old tests, number become less 754/755 works fine. when tests becomes many(more 754/755) error appears. believe memory allocation of phantomjs, couldn't find connected error code - 3221225477 , couldn't sure. haven't find solution workaround commenting unit tests. problem occurs on windows 7 machine, same test build works on macos without problem, no matter how many unit tests there, connected os.
i appreciate suggestions it, thanks!
i believe phantomjs has run out of memory.
- download , extract phantomjs 2.x http://phantomjs.org/download.html
- set phantomjs_bin variable phantomjs.exe path.
- run unit test.
Comments
Post a Comment