Ticket #73 (new defect)
Passing csArray<>s across module boundaries is problematic
| Reported by: | res | Owned by: | admin |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | general | Version: | |
| Keywords: | Cc: |
Description
Migrated from SFbug:1496069.
Original description:
A number of interfaces take or return references to
csArray<>s. This is problematic for memory tracking
builds; csArray<>s have a different memory layout there
(due the additional tracking information), hence, you
cannot mix memtracking/non-memtracking modules once a
csArray<> is involved in some interface.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
