pgRouting

Ticket #128 (closed bug report: duplicate)

Opened 3 months ago

Last modified 3 months ago

server connexion closed unexpectedly using shortest_path

Reported by: c.mohsen Assigned to: somebody
Priority: major Milestone: Version 1.1
Component: pgRouting package Version: 1.0
Keywords: Cc:

Description

Hello,

I'm using the librouting dll from the win32 pgRouting package (postgres 8.3, postgis 1.3.3, windows XP).

Here are the steps to reproduce my problem on pgAdmin III :

1. install the 3 dll librouting (see attached files) (I put them in the folder postgreSQL\8.3\lib)

2. execute the file dijkstra.sql to create the function shortest_path

3. Restore the database "routingtest" (see attached files)

4. execute the query :

SELECT a.edge_id FROM shortest_path('SELECT id, source, target, cost FROM roads_europe_edges', 1, 3, false, false) AS a LEFT JOIN roads_europe ON vertex_id = gid ;

the server connexion closed unexpectedly instead of giving me any answer from my query...

Attachments

Nouveau dossier (2).rar (2.4 MB) - added by c.mohsen on 09/01/08 16:01:38.

Change History

09/01/08 16:01:38 changed by c.mohsen

  • attachment Nouveau dossier (2).rar added.

09/01/08 20:40:42 changed by daniel

Just to make sure: are you using the dll's from pgRouting-1.02_pg-8.3.3.zip? Or the previous version?

09/02/08 16:14:18 changed by anton

  • status changed from new to closed.
  • resolution set to duplicate.

See #129