I was able to narrow it down to code-stubs.h line 222 in CodeStub::GetKey where it calls into the virtual method MinorKey. That method seems to be pure virtual at the moment. I'm not sure what the actual class is that is causing the issue. I'll try to dig into it more.
Pat On Fri, Mar 2, 2012 at 4:27 PM, Patrick Scott <[email protected]>wrote: > I kept getting an error using mksnapshot with gcc 4.4.5 and found that > there have been bugs in the past related to calling a pure virtual > function on gcc 4.4.4. I have the absolute latest version of v8 but > still get this problem on gcc 4.4.5. I downgraded by compiler to 4.1 > and everything works fine. I took a brief look at the changes to gcc > between versions and the only suspicious change I found was about > indirect inlining. > > Are there any compiler gurus willing to investigate what could be > wrong? > > Thanks, > Patrick > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
