IsraelHikingMap / Site

Israel Hiking Map has maps, route planning, and travel information for Israel. This repository holds the files needed for running the Israel Hiking Map site and apps.
https://israelhiking.osm.org.il/
Other
81 stars 33 forks source link

Site's CPU goes up and doesn't come down #1279

Closed HarelM closed 4 years ago

HarelM commented 4 years ago

Bug

What I expect to happen

Site's CPU should not stay up

What really happened

Site's CPU sometimes goes up but doesn't come down

What I did that caused the issue - step by step

Not fully clear, but it is related to opening a GPX or other navigation file.

My environment

Things I think the developers should know, images, links etc.

I've opened up an issue here after opening a dump file and inspecting the threads that where using 100% of the CPU. https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/issues/41 A temporary workaround could be to limit the time this operation can take, and kill it if it takes too much time. Dump the content to a file and see if the issue can be reproduced locally.

HarelM commented 4 years ago

Apparently also reported in NetTopologySuite/NetTopologySuite.IO.GPX#34, I must have missed that comment... :-(