Ticket #128 (closed bug report: duplicate)

Opened 2 years ago

Last modified 2 years ago

server connexion closed unexpectedly using shortest_path

Reported by: c.mohsen Owned by: 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 Download (2.4 MB) - added by c.mohsen 2 years ago.

Change History

Changed 2 years ago by c.mohsen

Changed 2 years ago 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?

Changed 2 years ago by anton

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

See #129

Note: See TracTickets for help on using tickets.