Opened 11 years ago
Closed 11 years ago
#140 closed defect (invalid)
adjust/finalize raised STORAGE_ERROR
Reported by: | Maxim Reznik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Matreshka | Version: | |
Keywords: | Cc: |
Description
Some strange error
./test
Open
raised PROGRAM_ERROR : adjust/finalize raised STORAGE_ERROR: stack overflow (or erroneous memory access)
Attachments (1)
Change History (3)
by , 11 years ago
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
It is bug in GNAT compiler, it finalize temporary objects before call to Create subprogram, thus passed objects is invalid.
Note:
See TracTickets
for help on using tickets.
Если в этом тесте аргументы вынести в отдельные константы то все пашет.