Hi All

Please advise me to visit my traceback .  where is my problem? And how will I 
solve it?

I have run one program with static flag successfully but when I want run the 
same program with pthread.o and with static flags then shown the panic 
messages. I added here my total traceback.   

My traceback with Pthread.o:
hise@ubuntu:~/Work$ arm-linux-gnueabi-gcc -static  cnt.c -O3 -o cntnnn -lm  
m5threads-1118adb7cdad/pthread.ohise@ubuntu:~/Work$ 
./M5/gem5/build/ARM/gem5.opt M5/gem5/configs/example/se.py -c cntnnn  -o 4 
--cpu-type=arm_detailed --caches --l2cache
gem5 Simulator System.  http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.

gem5 compiled Aug  8 2012 07:52:25
gem5 started Dec 25 2012 11:57:54
gem5 executing on ubuntu
command line: ./M5/gem5/build/ARM/gem5.opt M5/gem5/configs/example/se.py -c 
cntnnn -o 4 --cpu-type=arm_detailed --caches --l2cache
Global frequency set at 1000000000000 ticks per second
0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000
**** REAL SIMULATION ****
info: Entering event queue @ 0.  Starting simulation...
panic: Page table fault when accessing virtual address 0xf0000
 @ cycle 14903000
[invoke:build/ARM/sim/faults.cc, line 70]
Memory Usage: 581672 KBytes
Program aborted at cycle 14903000
Aborted (core dumped)



Without pthread but with static flags:
hise@ubuntu:~/Work$ ./M5/gem5/build/ARM/gem5.opt M5/gem5/configs/example/se.py 
-c cnt  -o 4 --cpu-type=arm_detailed --caches --l2cache
gem5 Simulator System.  http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.

gem5 compiled Aug  8 2012 07:52:25
gem5 started Dec 25 2012 11:58:29
gem5 executing on ubuntu
command line: ./M5/gem5/build/ARM/gem5.opt M5/gem5/configs/example/se.py -c cnt 
-o 4 --cpu-type=arm_detailed --caches --l2cache
Global frequency set at 1000000000000 ticks per second
0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000
**** REAL SIMULATION ****
info: Entering event queue @ 0.  Starting simulation...
hack: be nice to actually delete the event here
Exiting @ tick 14968000 because target called exit()

hise@ubuntu:~/Work$ 

With best regards
-----
Musharaf


_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to