Have you tried running your program on a real system? There's very likely a programming error where you're dereferencing a NULL pointer.
Gabe On 09/07/11 12:17, shu wrote: > Hi all, > > I am simulating a C program on ALPHA_SE system. I got errors "panic: > Tried to access unmapped address 0xa8". > I don't know whether I don't have enough cache. My cache size is just > the default value. > > In my program, It need to read a .txt file. I got the error when the > program run to function"fscanf(fs,"%f",&input[i][j]);" > > Thanks in advance. > > Regards, > Shu. > > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
