Did you use the same operating system and Mozart version on both systems?

I have looked around in the Mozart source code a bit.
The message "Warning: HashTable reusing entry" is definitely related to
distribution.
(printed in "platform/emulator/hashtbl.cc":
AddressHashTableO1Reset::htAddOverWrite,
which is used in "platform / emulator / libdp / glue_tables.cc" when dealing
with "mediators" which is a DSS abstraction.)

But I don't know what the error really signifies.

You could consider to switch back to Mozart version 1.3.2. That version does
not have the code that prints the warning and might work more robustly in
your scenario.
Whether this is feasible, depends on how much Mozart 1.4 features you have
used, of course.

Regards,
Wolfgang



On Wed, May 4, 2011 at 4:17 PM, Khadija EL MAHRSI <
[email protected]> wrote:

> Hi,
> I've tried running the exact same application on another computer and it
> worked just fine.
> What could have been the cause of the problem?
>
> Thanks
>
>
> 2011/4/30 Khadija EL MAHRSI <[email protected]>
>
>> Hello,
>> my application is kind of complicated so I'll try writing a smaller one
>> which hopefully will reproduce the same error and send it when I'm finished
>> (I hope this won't take long to achieve).
>> Meanwhile, I'll continue working on solving the problem in the original
>> application and tell you if I succeed (or not).
>>
>> Thanks.
>>
>>
>> 2011/4/30 stewart mackenzie <[email protected]>
>>
>>> Hi Khadija,
>>>
>>> Could you please show the code for this, I want to verify it.
>>>
>>> If it is a bug then please be so kind as to submit it to
>>> https://github.com/mozart/mozart/issues/new
>>>
>>> In your bug request ensure you have:
>>> - a piece of code that can replicate the bug,
>>> - a description of what should happen
>>> - a description of what actually happens.
>>>
>>> Kind regards
>>> Stewart
>>>
>>>
>>> On Fri, Apr 29, 2011 at 7:28 PM, Khadija EL MAHRSI
>>> <[email protected]> wrote:
>>> > Hello,
>>> > I've been trying to run a distributed application (to no avail) and I
>>> keep
>>> > getting the following line:
>>> > ***Warning: HashTable reusing entry
>>> >
>>> > So, does this have anything to do with why my application wouldn't
>>> work?
>>> >
>>> > Thanks
>>> >
>>> >
>>> _________________________________________________________________________________
>>> > mozart-users mailing list
>>> > [email protected]
>>> > http://www.mozart-oz.org/mailman/listinfo/mozart-users
>>> >
>>>
>>> _________________________________________________________________________________
>>> mozart-users mailing list
>>> [email protected]
>>> http://www.mozart-oz.org/mailman/listinfo/mozart-users
>>>
>>
>>
>
>
> _________________________________________________________________________________
> mozart-users mailing list
> [email protected]
> http://www.mozart-oz.org/mailman/listinfo/mozart-users
>
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to