Ticket #495 (closed fixme: done)
session re-entrance problems with mockup code
| Reported by: | ichthyo | Owned by: | ichthyo |
|---|---|---|---|
| Priority: | grave | Milestone: | 0integration |
| Component: | lumieraProc | Keywords: | session sanity |
| Cc: | Blocked By: | ||
| Blocking: | #404, #494 |
Description
The mockup code currently in place creates a re-entrance on session default initialisation.
While this problem is considered to be temporary, it hinders further testing and thus should be somehow patched away....
Change History
Note: See
TracTickets for help on using
tickets.

wasn't able to get rid of the re-entrance, but it isn't worth to try hard. Because the session switch happens sort-of transactional, and the superfluous new instance will just be discarded. That's ugly, but will go away when the internals of the model are finished and especially class EDL is gone.
Actually, a missing member initialisation was what caused the problems.