yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10016
Re: [Bug 1229783] Re: packs.py example hangs due to appendClumped command
Christian,
It seems, the problem commit is this one [1]. There was a "break" in
line 275 [2], but it dissapepared in a new version of Clump.cpp [3].
I did not analyze the logic, but this commit should be double-checked,
as it causes such strange behavior.
Cheers,
[1] https://github.com/yade/trunk/commit/1e5286018b522f9f470799c6f5304886b74a427d
[2] https://github.com/yade/trunk/commit/1e5286018b522f9f470799c6f5304886b74a427d#L0L275
[3] https://github.com/yade/trunk/commit/1e5286018b522f9f470799c6f5304886b74a427d#L0R169
Anton
2013/9/25 Christian Jakob <1229783@xxxxxxxxxxxxxxxxxx>:
> Hm, i had a short look at the code, but do not see why it can get
> infinite ...
>
> When i am back to germany (not before next tuesday) i will try solve it.
>
> thanks for reporting, anton.
>
> c
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1229783
>
> Title:
> packs.py example hangs due to appendClumped command
>
> Status in Yet Another Dynamic Engine:
> New
>
> Bug description:
> The examples/packs/packs.py hangs in line 46 [1] because
> of appendClumped command.
>
> Changing it to "append" fixes the problem. So, it seems,
> appendClump has infinite loop somewhere.
>
> [1]
> https://github.com/yade/trunk/blob/master/examples/packs/packs.py#L46
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/yade/+bug/1229783/+subscriptions
--
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1229783
Title:
packs.py example hangs due to appendClumped command
Status in Yet Another Dynamic Engine:
New
Bug description:
The examples/packs/packs.py hangs in line 46 [1] because
of appendClumped command.
Changing it to "append" fixes the problem. So, it seems,
appendClump has infinite loop somewhere.
[1]
https://github.com/yade/trunk/blob/master/examples/packs/packs.py#L46
To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1229783/+subscriptions
References