The panic: Tried to access unmapped address 0. error comes in each run of all 
the spec2006 benchmarks in ALPHA_SE.

My cpu2006.py file is like this:
#401.bzip2
bzip2 = LiveProcess()
bzip2.executable =  binary_dir+'401.bzip2/exe/bzip2_base.i386-m32-gcc42-nn'
data=data_dir+'401.bzip2/data/all/input/input.program'
bzip2.cmd = [bzip2.executable] + [data, '1']
bzip2.cwd = data_dir+'401.bzip2/data/all/input/'
bzip2.output = 'input.program.out'
And the system config in se_spec2006.py is:
system = System(cpu = [CPUClass(cpu_id=i) for i in xrange(np)],
                physmem = SimpleMemory(range=AddrRange("2048MB")),
                membus = CoherentBus(), mem_mode = 'timing',
                clk_domain = SrcClockDomain(clock = options.sys_clock))

However, when I build a x86 version of gem5, some benchmarks works fine.

ANYONE CAN HELP??


Best,
Kunta Zhang
[email protected]


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

Reply via email to