DetectText icon indicating copy to clipboard operation
DetectText copied to clipboard

infinite loop: after run this code "findLegallyConnectedComponents "

Open yangysc opened this issue 10 years ago • 2 comments

I wonder that when the function""findLegallyConnectedComponents " is planning to return,but it stuck into returning .Could someone help me with that?

yangysc avatar May 22 '15 09:05 yangysc

@yangysc, did you find a solution to this problem as I'm seeing it as well?

kitog avatar Jun 09 '15 22:06 kitog

@kitog In fact ,if you use the release mode instead of debug mode,it can work. It seems that in debug mode ,when it is planning to return ,it will check something ,which makes it stick into infinite loop.

yangysc avatar Jun 10 '15 00:06 yangysc