Skip to content

Known bugs

Karel Kubicek edited this page Aug 15, 2018 · 2 revisions

Following is the list of bugs we know but probably won't fix:

Memory leak of cyclic streams

Streams like rho-stream are configured as cycle in the nested structure. The pipes are using shared_ptr (used on 3 places: 2x the nested structure of streams + in the pipe ids hashtable). However, using cyclic shared_ptrs leads to unability to dealocate the memory.

The leak size is ~300 B and there is no reason to happen periodically. The streams structure is created and destructed exactly once. Therefore it would be more difficult to solve, than is the added value of having it functional.

Bugs we plan to fix are listed in project issues.