search for: iptomethod

Displaying 2 results from an estimated 2 matches for "iptomethod".

2009 Aug 20
2
[LLVMdev] Issues with HelloWorld on VMKit
...javac I got ../vmkit/Debug/bin/jnjvm HelloWorld hang for a while and then spits out a terminate called without an active exception Abort I also tried to compile on a machine with gcc 4.1 and Instead I got jnjvm: /mnt/sdb1/ladyvm/vmkit/include/mvm/VirtualMachine.h:369: T* mvm::VirtualMachine::IPToMethod(void*) [with T = jnjvm::JavaMethod]: Assertion `I != Functions.begin() && "Wrong value in function map"' failed. Aborted A friend of mine tried the build process on his machine and got the same "terminate without exception error" Any hint on how to proceed wo...
2009 Aug 20
0
[LLVMdev] Issues with HelloWorld on VMKit
...e no 2 on the "get started" page? It can also be due to x86_64/x86_32 compatibility issues. Is that the case? > I also tried to compile on a machine with gcc 4.1 and Instead I got > > jnjvm: /mnt/sdb1/ladyvm/vmkit/include/mvm/VirtualMachine.h:369: T* > mvm::VirtualMachine::IPToMethod(void*) [with T = jnjvm::JavaMethod]: > Assertion `I != Functions.begin() && "Wrong value in function map"' > failed. > Aborted > > A friend of mine tried the build process on his machine and got the > same "terminate without exception error" &...