Hello,
I think the only difference between the two machines is the Windows version.
The first machine (which had the problem) had Windows 7 while the one that
worked had Windows XP.
If I remember correctly, I have installed Mozart 1.3.2 on both machines.
Now here is something else that happened. After trying to run the same
application on the Windows 7 machine (without changing anything), instead of
getting the warning (which I no longer get), I've been getting a "Windows
has stopped working".
I've also tried running this application on another machine also with
Windows 7 and the same "Windows has stopped working" happened. What could be
behind this?

I also have another question if you would be kind enough to look into.
In another distributed application, I've had the following error and I have
no idea what it means or what could be its cause.

%********************** error in application ********************
%**
%** Application of non-procedure and non-object
%**
%** In statement: {<Resource> _<optimized>}
%**
%** Call Stack:
%** procedure 'IsDeepGuard' in file
"f:/cygwin/home/Administrator/Mozart-1-3-2/mozart/share/tools/browser/reflect.oz",
line 64, column 3, PC = 41983972
%**--------------------------------------------------------------

%***************** Error: distributed programming ***************
%**
%** dp(conditions:[permFail] entity:<Port> op:send(apply(<Chunk>
_<optimized>)))
%**--------------------------------------------------------------

Can you possibly explain this error to me?

Thanks.


2011/5/4 Wolfgang Meyer <[email protected]>

> 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
>
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to