ekinoguz / sprout-database

Database project of a graduate class.
0 stars 0 forks source link

IX Seg faults in MAC #18

Closed ekinoguz closed 11 years ago

ekinoguz commented 11 years ago

when cache is enabled, I get seg fault in test case 3, cache.cc line 72, when cache is disabled, I get seg fault after the last test case, cache.cc line 40

diedthreetimes commented 11 years ago

Is it correct that the segfault occurs in the cache even when it is disabled?

ekinoguz commented 11 years ago

gdb prints: Cache::~Cache (this=0x1000361e0) at cache.cc:40, line 40 is destructor of Cache

diedthreetimes commented 11 years ago

the first segfault happens in ubuntu as well. I wonder if it might be related to the large test bug. The second segfault is more of a mystery.