Re: [Gems-users] Address assertion error on GEMS LogTM


Date: Sun, 29 Mar 2009 07:54:10 -0600
From: Dan Gibson <degibson@xxxxxxxx>
Subject: Re: [Gems-users] Address assertion error on GEMS LogTM
Based on the contents of the memory map, set g_MEMORY_SIZE_BYTES to 2147483648.

Regards,
Dan

On Sun, Mar 29, 2009 at 12:35 AM, BYONG WU CHONG <bernard.chong@xxxxxxxx> wrote:
Hi,

I am having this assertion error while I am running SPLASH2 barnes on GEMS EE TM (LogTM).
-------------------- CLI ERROR LOG START --------------------
memoryBits: 3 memorySizeBits: 32 Address: [0x8796d1040, line 0x8796d1040]error: limit exceeded.  dataBlockBits: 6 memoryModuleBlocks: 8388608 index: 71087752 failed assertion 'index < RubyConfig::memoryModuleBlocks()' at fn integer_t Address::memoryModuleIndex() const in common/Address.h:210 failed assertion 'index < RubyConfig::memoryModuleBlocks()' at fn integer_t Address::memoryModuleIndex() const in common/Address.h:210 At this point you might want to attach a debug to the running and get to the crash site; otherwise press enter to continue
PID: 8176
-------------------- CLI ERROR LOG END --------------------

I did some research on this error and there was a thread that I should modify memory space so that I can avoid this error.
https://lists.cs.wisc.edu/archive/gems-users/2009-March/msg00059.shtml

My g_MEMORY_SIZE_BYTES is 4294967296 = 0x100000000

The output from "phys_mem0.map" is
simics> phys_mem.map
base               object               fn offs               length
0x0000000000000000 memory                0 0x0                0x80000000
0x0000000800000000 memory                0 0x80000000         0x80000000
0x000007fff07ffff0 simicsfs              0 0x0                0x10

Could someone tell me how should I avoid this assertion error?


The simics script is this
http://www.cs.utah.edu/~bchong/CA/debugging/barnes-EE-04-debug.simics

The LL TM python script used on above script is this
http://www.cs.utah.edu/~bchong/CA/debugging/tm_ee.py

The CLI output which contains the assertion error is this
http://www.cs.utah.edu/~bchong/CA/debugging/barnes-EE-04-debug-CLIout.txt

The console window output is this
http://www.cs.utah.edu/~bchong/CA/debugging/SPLASH2_barnes_EETM_04_debug.out

_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/" to your search.




--
http://www.cs.wisc.edu/~gibson [esc]:wq!
[← Prev in Thread] Current Thread [Next in Thread→]