Opened 13 years ago
Closed 13 years ago
#40 closed defect (fixed)
Symbol resolution causes a crash during symbol cache initialization
Reported by: | phdmakk | Owned by: | phdmakk |
---|---|---|---|
Priority: | blocker | Milestone: | v1.0.x Series |
Component: | Common | Version: | 1.0 |
Keywords: | Cc: |
Description
Symbol resolution causes a crash with compound expressions that use field expression specs. The issue is however a bit tricky to reproduce.
Change History (2)
comment:1 Changed 13 years ago by phdmakk
- Status changed from new to accepted
comment:2 Changed 13 years ago by phdmakk
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
The fix includes a more robust symbol resolution, however there might be an additional underlying issue which may or may not manifest itself directly associated with grammar ambiguities in that inline templates and compound expressions can be syntactically identical. To be investigated further.