Opened 10 years ago
Closed 9 years ago
#11900 closed defect (invalid)
[Regression] Big profile build makes StackOverflowError
Reported by: | youngho | Owned by: | youngho |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | BuildSystem | Version: | 1.5 |
Keywords: | big profile | Cc: | |
Blocked By: | Blocking: |
Description
Recently a big profile build makes StackOverflowError?.
I attach build.log and test profile.
Actually, my real proflie is about 2.5 times bigger than the test profile. But There was not happened the StackOverflowError? before.
Attachments (3)
Change History (18)
Changed 10 years ago by
Changed 10 years ago by
Attachment: | easydesk-test.profile.js added |
---|
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|---|
Owner: | changed from James Burke to Rawld Gill |
Probably from the async loader work?
comment:3 Changed 10 years ago by
Status: | new → assigned |
---|
comment:4 Changed 10 years ago by
It is unlikely this is caused by AMD refactor since the error is occurring well after the transforms that make the modules look like pre-AMD modules and, according to the report, the transform works with a smaller profile.
Please confirm what version of dojo you are using. Is it really v1.5? Trunk? If trunk, which revision?
comment:5 follow-up: 6 Changed 10 years ago by
I used trunk current revision.
When I wrote this ticket, I cound not find 1.6 version option in version selector. Sorry for confusion.
comment:6 Changed 10 years ago by
Replying to youngho:
I used trunk current revision.
When I wrote this ticket, I cound not find 1.6 version option in version selector. Sorry for confusion.
Could you please pull the latest--at least r23138 or later and try again. Also, if you have a problem, could you post the output from the build program.
Thanks!
comment:7 Changed 10 years ago by
comment:8 Changed 10 years ago by
Hello rcgill,
Today I tested my build profile with the latest version.
But still StackOverflowError? happend. I attached the build.log
Changed 10 years ago by
Build test log file with the latest svn version
comment:9 Changed 10 years ago by
Owner: | changed from Rawld Gill to James Burke |
---|---|
Status: | assigned → new |
The stack overflow is well after the AMD inverse transforms. James--could you take a look at the build log and see if it means anything to you?
comment:12 Changed 9 years ago by
Owner: | changed from James Burke to Rawld Gill |
---|
Bulk update to assign BuildSystem? tickets to Rawld. Many of these are probably already fixed in 1.7.
comment:13 Changed 9 years ago by
Owner: | changed from Rawld Gill to youngho |
---|---|
Priority: | high → low |
Status: | new → pending |
youngho can you confirm if this problem still exists in 1.7
comment:14 Changed 9 years ago by
Note that the test case is unusable because it references stuff from a non-existant easydesk directory.
(I tried running it and it went fine, except for that error.)
comment:15 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
One thing I missed. If a test profile is a little smaller than test profile, than the build works well.