Re: [Gems-users] New Protocol with SLICC


Date: Tue, 23 May 2006 09:39:31 +1200
From: Cong Wang <jameswang99@xxxxxxxxx>
Subject: Re: [Gems-users] New Protocol with SLICC
Hi Kevin:   
    The bug turns out to be the name of the L2cache. In log_tm xact_mgr, it
expect the L2cache to be named as cacheMemory in the slicc file but I named
it as L2CacheMemory.

Regard
James

On 23/5/06 5:16 AM, "Kevin Moore" <kmoore@xxxxxxxxxxx> wrote:

> James,
> It's hard to say what might be going on without knowing more about the
> crash.  Can you send me the slicc file (cache.sm)?  Thanks,
> 
> Kevin
> 
> On May 21, 2006, at 10:45 PM, James Wang wrote:
> 
>> Hi All:
>>     I am currently working on some new cache protocol
>> that resembles Speculative Lock Elision with
>> begin_XACT and commit_XACT. My slicc file compiles but
>> whenever it hits a commit instruction, it will crash
>> and give a segmentation fault. I was able to identify
>> the crashing function as the following one
>> in fn void TransactionManager::clearTransState() in
>> log_tm/TransactionManager.C:487
>>     But I did not modify that function at all. What's
>> going on here?
>>     Thanks in advance.
>> 
>> 
>> Regards
>> James
>> _______________________________________________
>> Gems-users mailing list
>> Gems-users@xxxxxxxxxxx
>> https://lists.cs.wisc.edu/mailman/listinfo/gems-users
> 
> _______________________________________________
> Gems-users mailing list
> Gems-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/gems-users


[← Prev in Thread] Current Thread [Next in Thread→]