Skip to content

EInvalidPointer when running jMeter against Sample Project #335

@rfx77

Description

@rfx77

When i create a simple Sample Project where i start the mvc framework with this code:
LServerListener := TMVCListener.Create(TMVCListenerProperties.New
.SetName('Listener1')
.SetPort(APort)
.SetMaxConnections(1024)
.SetWebModuleClass(TMyWebModule)
);
LServerListener.Start;

i am getting e EInvalidPointer Exception frequently

i attached my eurekalog logfile where you can see the stacktarce. i also attached a screenshot of the stacktrace.

There seems to be a concurrency issue when the TWebModule Create is called. The Problem occurs on TRttiContext.DropContext in EndGlobalLoading. The Problem only occurs when i start dmvc with the TMVCListerner - Code from above

stack

log.zip

Metadata

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions