Segmentation fault occurring weirdly UPDATEWell it turns out [code]Segment* [/code]inside [code]vector<Segment*> segTable;[/code] is invalidate...
Segmentation fault occurring weirdly UPDATE[quote] I don't see anything that would prevent it. Your Segment objects are stored in the same list...
Segmentation fault occurring weirdly UPDATE[quote]Here's what I think is happening. You "erase" a Segment (see line 40 in memory::allocate) whi...
Segmentation fault occurring weirdly UPDATE@cire I was trying to create a pointer to the newly inserted Segment object. So I needed access to ...
Segmentation fault occurring weirdly UPDATETo be honest I am just rushing through the coding since it was just homework. I didn't have a lot of...
This user does not accept Private Messages