UPB-FILS-SdE2 / questions

0 stars 1 forks source link

Segment mapping problem #122

Closed victorlisman closed 3 months ago

victorlisman commented 3 months ago

When I run the tests on codespaces I receive the correct segment mappings for the following: bss, check_exec, check_perm, data_bss, inv_perm, no_perm and sum.(I have not gotten to fixing hello and qsort yet). The issue is i receive different segment size mappings and entry points when i push the code. At first I worked locally, but I figured out since the architecture is different I have different entry points... Ok, that is to be expected, but when I ran them on codespaces everything was fine, but when I uploaded the code, suddenly the mappings and entry points were wrong?????? Im uploading some pictures for referece. Keep In mind i receive the correct code and the succes output.

My output: image Correct output: image Output from the autograder tests: image

victorlisman commented 3 months ago

Fixed hello, same issue

victorlisman commented 3 months ago

FIxed it, changed ubuntu version in classroom yml