mehemmedv / DB_Imp_Seminar

Seminar: Techniques for implementing main memory database systems
https://db.in.tum.de/teaching/ws1718/seminarHauptspeicherdbs/?lang=en
4 stars 2 forks source link

Fix memory issues #1

Closed jboettcher closed 7 years ago

jboettcher commented 7 years ago

I would recommend running your program through the address sanitizer: it detects all kind of memory issues and leaks:

https://github.com/mehemmedv/DB_Imp_Seminar/blob/836621698043aaebe149080a9ae018ee8af0775a/CMakeLists.txt#L8

--> cmake -DCMAKE_BUILD_TYPE=Debug

mehemmedv commented 7 years ago

Resolved.