muter-mutation-testing / muter

🔎 Automated mutation testing for Swift 🕳️
MIT License
498 stars 39 forks source link

Segmentation Fault: 11 #162

Closed nikilesh122 closed 4 years ago

nikilesh122 commented 4 years ago

when I run the muter command with the option --files-to-mutate. The command most of the times fails by throwing an exception of segmentation fault 11

Screenshot 2020-09-08 at 4 11 04 PM

Any idea why I am getting this issue Running on Xcode 11.4 actual command running : muter --files-to-mutate "./**\/\<file-name>"

rakaramos commented 4 years ago

hey @nikilesh122 I'm sorry that muter is not working! we are about to release a new version soon

in the mean time, if you really want to use muter you can build from feature/update-swift-syntax. there may be a few bumps regarding lib_InternalSwiftSyntaxParser.dylib, but I can help you out if you need.

nikilesh122 commented 4 years ago

@rakaramos I tried switching to that branch and did an install of the updated codebase, now it is always failing with the above command with a segmentation fault 11 and sometimes it never even throws the error. I felt like the master branch is much more stable as at least it used to fail sporadically.

Also, do we have a date for the next stable release?

rakaramos commented 4 years ago

@nikilesh122 we don't have any dates so far, maybe after Xcode 12 is released...

rakaramos commented 4 years ago

hey @nikilesh122 just recently we've release v14. Would mind giving it a try? I'll close this for now, feel free to re-open if needed.

nikilesh122 commented 4 years ago

@rakaramos I guess I need to upgrade my Xcode and do minor changes in the existing code which will take some time will update with the results. thanks for the help