Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all articles
Browse latest Browse all 12134

Re: memory violation : Exception ACCESS_VIOLATION received.

$
0
0

Hi Alexis

 

Thanks for the detailed response about the posible causes of the error. Below are the responses to few of the points you have mentioed.

 

- Protocol Web (HTML/HTTP)

- Explicit memory declaratons are for 2 int and a char array of 10 which is not expected to hold more than 2 chars; I can decrease this if you want

- Number of itrations is only 1 as i am running from Vugen

 

I have pulled the problamatic piece in to a separate script and the error is still there. pls see the Action.c below; vuser_init.c and vuser_end.c are empty. Attachment is not working

 

Action()
{
	extern char *strcat( char *to, const char *from );
	int n;
	n = 0;
	lr_save_string("", "ifCategorization");
	for(n = 10; n>=1; n--)
	{
		if (0 == 0)
		{			
			lr_save_string(strcat("A", "9"), "ifCategorization");
			break;
		}
	}
	return 0;
}

 

Also, I am not able to access the link you have shared.


Viewing all articles
Browse latest Browse all 12134

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>