This is a migrated thread and some comments may be shown as answers.

SCRIPT28: Out of stack space

2 Answers 91 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tiago
Top achievements
Rank 1
Tiago asked on 28 May 2013, 02:27 PM
I have a page where I need to search for a record. This also allows to update the record and saving changes.
This error was detected by an user where has to search and update lot of records and he does this in a really fast way.

But, I could reproduce the same problem only searching for the same record a few times. So basically, what I had to do was enter a random number, press search... and after get the information I press search again...and again ...and again... a few more times until get the error message.


SCRIPT28: Out of stack space 
Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3ac9cbdec3-c810-4e87-846c-fb25a7c08002%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2013.1.403.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3abcbc5876-5d5e-4774-955e-2ecda3d55cd3%3a16e4e7cd%3aed16cbdc%3a874f8ea2%3af7645509%3a24ee1bba%3ac172ae1e%3af46195d3%3a9cdfc6e7%3a2003d0b8%3ae330518b%3a1e771326%3ac8618e41%3ae4f8f289%3a86526ba7%3ab7778d6c%3aaa288e2d%3a7165f74%3a19620875%3a490a9d4e%3abd8f85e4%3a58366029, line 6 character 12015

I've tryied to see the code on that line/character and is pointing for the following code:

// MicrosoftAjax.js
...
return Array.apply(null,a)}

In this link there is the whole file:
https://www.dropbox.com/s/y3klsn0jrt9wvwv/telerik_webresource_error.txt

How can I troubleshoot better this?

Thanks

2 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 30 May 2013, 10:35 AM
Hello Tiago,

Could you open a support ticket and attach a working sample project demonstrating the issue, so that we can troubleshoot it locally.
 

Regards,
Bozhidar
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Tiago
Top achievements
Rank 1
answered on 06 Jun 2013, 08:30 AM
Hi,
After some tests, I could get the problem solved after removing the following line:
<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" EnableRoundedCorners="false" />

Thanks
Tags
General Discussions
Asked by
Tiago
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Tiago
Top achievements
Rank 1
Share this question
or