SELECT * FROM graph WHERE latch='0' and destid=2 and origid=1;

causes an assert in debug build, but not in our code

But in normal build, it (incorrectly as it happens) reports
Warning 1210    Incorrect arguments to OQGRAPH latch

The immediate fix is to properly handle 0 as no_search ( I had a > instead of
>= after parsing the string)

However I suspect the assert is caused because somewhere we allocated
something and dont properly clean it up on this exit path.  So hopefully I'll
have that fixed soon.

I repeated the assert by just doing select * from graph where latch='bogus';

--Andrew

-- 
Mailing list: https://launchpad.net/~oqgraph-dev
Post to     : oqgraph-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~oqgraph-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to