I had a menu file with an unresolved @string link. I copied the aapt command from the Eclipse Console tab and ran it in a separate terminal window. I found out the file with aapt log violation.
(new resource id main from /home/paller/workspaces/android_dev/xxxxxx/res/menu/main.xml)
Segmentation error (kernel flushing)
It doesn't seem pleasant that aapt just crashes if he doesn't like something in his input files.
source share