close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Opened 11 years ago

Closed 11 years ago

#82 closed defect (fixed)

Source location error on large files

Reported by: Raymond Toy Owned by: somebody
Priority: major Milestone:
Component: Core Version: 2013-05
Keywords: Cc:

Description

As noted in the email from Matt Kaufmann, there is an error in computing the source location. The problem was that the file was very large with many long forms. This caused the form number to overflow the 14-bit number used to hold the form number.

Change History (1)

comment:1 Changed 11 years ago by toy.raymond@…

Resolution: fixed
Status: newclosed

commit 9be6530c85baf6d45ab60a94867ba1e3ff3d66b0 Author: Raymond Toy <toy.raymond@…> Date: Mon May 20 19:24:53 2013 -0700

Fix ticket:82: If the form numbers are too large to be encoded, don't try to set the source location information. We try to print a warning in such cases.

Note: See TracTickets for help on using tickets.