comse6998 / spring2024

Repository for COMSE6998 in the Spring 2024 term
2 stars 20 forks source link

Registers seem not to be released #155

Closed lafis002 closed 4 months ago

lafis002 commented 4 months ago

With the newest commits, the pfind function fails very early on.

Error:

Assertion failed: (lrutime < UINT64_MAX), function pfind, file CDC8600.cc, line 264. Abort trap: 6

Before the latest commits I only got that for some traces later in the program and increasing the available registers fixed the problem, now it does not fix it anymore, one of the newest changes must have a bug regarding the register claiming and freeing process.

joseemoreira commented 4 months ago

I made another commit yesterday afternoon. That fixed the problem for dcopy. Are you still having it with dger?

lafis002 commented 4 months ago

The issue with the registers seems to be fixed. Now we are stuck in the infinite loop :D