It may be possible that there may be some conflicting software on your Mac that is not allowing Chrome to launch normally. Most likely, its a defective Chrome extension that's cause the crashing.
Since we can't run Chrome without it crashing we will need to modify its preference file (.plist).
Open your User Preferences (aka, ~/Library/Preferences) folder in the Finder. Then, locate and open the Chrome's plist file in a text-editor. Now scroll down to the line starting the settings blocks: "settings": { Each of the extensions will have its own block inside the settings block. To disable them, change their states to 0: "state": 1
To simplify things, just do a search for all lines containing
"state": 1
and change them to
"state": 0
You should now be able to open Chrome without any extensions. If it works, you know one or more extension could be the culprit.