Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(JP) gpusort.cの潜在的なメモリリーク #28

Closed
kaigai opened this issue Jun 3, 2014 · 1 comment
Closed

(JP) gpusort.cの潜在的なメモリリーク #28

kaigai opened this issue Jun 3, 2014 · 1 comment
Labels
bug developer confirmed the steps to reproduce the problem, and does not work as expected

Comments

@kaigai
Copy link
Contributor

kaigai commented Jun 3, 2014

GPU側でソート処理を行った後、本体側へ戻ってきた pgstrom_gpusort オブジェクトから、
pgstrom_gpusort_chunk オブジェクトのみをデタッチして、GpuSortState->sorted_chunks
リストに結合する。
ここから gpusort_end が呼ばれるまでの間、resource trackerに捕捉されないため、
潜在的なメモリリークの危険性がある。
6末以降に対応予定。

@kaigai kaigai added the bug label Jun 3, 2014
@kaigai
Copy link
Contributor Author

kaigai commented Oct 27, 2014

コードベースが非常に古いので、一旦クローズ扱いとします。

gpusort.c は deadcode/ に移りましたし…。

@kaigai kaigai closed this as completed Oct 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug developer confirmed the steps to reproduce the problem, and does not work as expected
Projects
None yet
Development

No branches or pull requests

1 participant