Ticket #5 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

CCilVm::Execute() asserts in the second call.

Reported by: TakashiKato Assigned to: somebody
Priority: critical Milestone: M1
Component: Virtual Machine Version:
Severity: 1 Keywords:
Cc:

Description

CCilVm::Execute() asserts in the second call.

Example:

  vm = new cri::CCilVm;
  vm->SetILPool(...);
  vm->SetSymbolInformation(...);
  vm->SetMetaData(...);
  vm->BindBuiltinMethod(...);

  vm->Execute();
  vm->Execute();  <- assert!

Attachments

Change History

07/24/08 17:03:21 changed by anonymous

  • status changed from new to closed.
  • resolution set to fixed.

Add/Change #5 (CCilVm::Execute() asserts in the second call.)




Change Properties
Action