ldionne/hawick_circuits

Crash when running the algorithm on a certain circuit

Opened this issue · 5 comments

Hi
I am using your algorithm as part of boost. Thank you very much for this great piece of work. I use it for instance when trying to figure out the outline of a lake, after using CGAL's alpha-shape function.

However, when running simple circuits (only one loop), the algorithm crashes. I could not figure out the problem. I attached an example of a circuit which does not work.

Thank you very much.
Daniel.
buggy_circuit.txt

I guess you should provide a MWE ...

@bpshop Sorry for the delay -- I don't have a lot of time to maintain this anymore. If you provide a minimal working example, I'll try to make some time to look at it and fix it both here and in Boost.

Thank you very much for taking the time to reply. Here is the MWE.
Cheers,
bpshop

main.zip

I just tried your example and it was working for me. Can you provide a stacktrace of the error in debug mode?

Hi
Thank you very much for your help.
I attached the stacktrace (I am new so these advanced debugging feature, so just tell me if you need anything else).
I am running the example on Windows, with Visual Studio.
stack_trace.txt