I've encountered the same issue, and seems that when linking against debug libraries, you need to define V8_ENABLE_CHECKS=1 in your project.
I spent quite some time debugging this on a hello world example, until I realised this was needed.