I've been making a program that uses V8. It used to work fine until I updated the version of V8 used from 3.15.0 to the last 3.15 revision. Now I get the following error:
# # Fatal error in ../src/platform.h, line 604 # CHECK(mutex_ != __null) failed # This happens before anything in main(), and causes breakpoint trap. It looks like it is from the scopedlock function. Any idea what can cause that kind of error? -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users