Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible infinite loop in ArrangementBuilder #98

Open
Ylannl opened this issue Dec 20, 2024 · 4 comments
Open

Possible infinite loop in ArrangementBuilder #98

Ylannl opened this issue Dec 20, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@Ylannl
Copy link
Member

Ylannl commented Dec 20, 2024

On rare occasions the ArrangementBuilder can get stuck in a seemingly infinite loop.

@Ylannl Ylannl added the bug Something isn't working label Dec 20, 2024
@Ylannl Ylannl changed the title Rare crash in ArrangementBuilder Possible infinite loop in ArrangementBuilder Dec 20, 2024
@bertt
Copy link

bertt commented Dec 21, 2024

I have a case of infinite loop, difficult to reproduce. But the trace logs are:


[2024-12-21 08:09:14.289286015] TRACE   {\"name\":\"serialize\",\"count\":47}
[2024-12-21 08:09:24.289425590] TRACE   {\"name\":\"rss\",\"count\":368812032}
[2024-12-21 08:09:24.289445047] TRACE   {\"name\":\"crop\",\"count\":47}
[2024-12-21 08:09:24.289448353] TRACE   {\"name\":\"reconstruct\",\"count\":47}
[2024-12-21 08:09:24.289451118] TRACE   {\"name\":\"sort\",\"count\":47}
[2024-12-21 08:09:24.289453814] TRACE   {\"name\":\"serialize\",\"count\":47}
[2024-12-21 08:09:34.289587676] TRACE   {\"name\":\"rss\",\"count\":368812032}
[2024-12-21 08:09:34.289609507] TRACE   {\"name\":\"crop\",\"count\":47}
[2024-12-21 08:09:34.289612753] TRACE   {\"name\":\"reconstruct\",\"count\":47}
[2024-12-21 08:09:34.289615528] TRACE   {\"name\":\"sort\",\"count\":47}
[2024-12-21 08:09:34.289618113] TRACE   {\"name\":\"serialize\",\"count\":47}

@Ylannl
Copy link
Member Author

Ylannl commented Dec 22, 2024

Thanks for reporting. Could you share the input data and config?

@bertt
Copy link

bertt commented Dec 23, 2024

It's very difficult to reproduce (occurs only after 3 hours processing at exactly the same place). For now I work around it by using a GeoPackage file instead of PostgreSQL as input roofprint table. Somehow this works better.

@bertt
Copy link

bertt commented Jan 9, 2025

A more complete log of this issue in Paris, with las file LHD_FXX_0648_6845_PTS_O_LAMB93_IGN69.copc.laz. Couldn't reproduce it though :-(

france_batiments_aoi.zip
roofer_infinite_loop.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants