bugKawa - Bugs: bug #8955, VerifyError in srfi1.scm

 
 

bug #8955: VerifyError in srfi1.scm

Submitter:  None
Submitted:  Fri 14 May 2004 02:09:12 AM UTC
   
 
Category:  Code generation Severity:  3 - Normal
Item Group:  Compile-time exception Status:  Fixed
Privacy:  Public Assigned to:  bothner
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 18 May 2004 12:21:58 AM UTC, comment #2: 

I checked in to CVS the testcase and a fix (attached).

Per Bothner <bothner>
Group administrator
Fri 14 May 2004 07:08:38 AM UTC, comment #1: 

I forgot to mention that I believe the problem was
introduced by the 22 Apr 2004 checkin to LambdaExp.java and
ApplyExp.java:


  • LambdaExp.java (loadHeapFrame):  May need to use closureEnv,

even when this is curLambda.  Fix verification error on psyntax.pp

  • LambdaExp.java (compileEnd):  Don't popScope if inlineOnly,

since closureEnv may be needed for nested inlined methods.

  • ApplyExp.java (compile): Do popScope later after compileChildMethods.




Chris Dean <ctdean>
Fri 14 May 2004 02:09:12 AM UTC, original submission:  

Latest code generates class files that cause a VerifyError
when loaded.  Patch to testsuite attached that shows the
problem.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #1323:  inlinedIn.patch added by bothner (933B - application/octet-stream - Patch.)
file #1309:  misc-test.patch added by None (607B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-05-18 bothner StatusNone Fixed
    Assigned toNone bothner
    Open/ClosedOpen Closed
    Attached File- Added inlinedIn.patch, #1315
2004-05-14 None Attached File- Added misc-test.patch, #1301

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code