Ticket #199 (new bug report)

Opened 8 months ago

Last modified 8 months ago

travelling sales person crash

Reported by: amdstorm Owned by: somebody
Priority: major Milestone:
Component: TSP Version:
Keywords: Cc:

Description

I have some roadline data of Singapore. I exported it from manifold into postgresql.

after running assign_vertex_id, all source and target are set.

running the following statement crashes the database

SELECT * FROM tsp('SELECT distinct source AS source_id, x1::double precision AS x, y1::double precision AS y FROM roadlines WHERE source IN (28)', '28', 352);

I am using post gis 1.4, and postgres 8.4

Change History

Changed 8 months ago by amdstorm

running on windows 7

Changed 8 months ago by daniel

  • component changed from A* to TSP

Do you use binary versions (and if so, which one do you use?) or did you compile yourself?

Changed 8 months ago by amdstorm

yup binary version..

i just downloaded and copied the dlls to the correct folder. thanks

Changed 8 months ago by daniel

I'm not sure this binary has been compiled with Windows 7 in mind.

Note: See TracTickets for help on using tickets.