pgRouting

Ticket #129 (closed bug report: fixed)

Opened 3 months ago

Last modified 2 days ago

server connexion closed unexpectedly using shortest_path

Reported by: c.mohsen Assigned to: anton
Priority: major Milestone: Version 1.1
Component: pgRouting package Version: 1.0.0a
Keywords: Cc:

Description

Hello,

I'm using the librouting dll from pgRouting-1.0.0_win32.

Here are the steps to reproduce my problem :

1. execute the file dijkstra.sql (see attached files) to create the function shortest_path

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

3. 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 closes unexpectedly instead of giving me an answer.

Attachments

Nouveau dossier (2).rar (162.2 kB) - added by c.mohsen on 09/02/08 15:10:23.

Change History

09/02/08 15:10:23 changed by c.mohsen

  • attachment Nouveau dossier (2).rar added.

09/02/08 16:16:32 changed by anton

  • owner changed from somebody to anton.
  • status changed from new to assigned.

For your versions of PostgreSQL and PostGIS you should use the newer 1.02 version of pgRouting. The version you're using now was compiled for older versions of PostgreSQL and PostGIS.

So, please try newer version of pgRouting and report results.

09/02/08 21:46:57 changed by c.mohsen

I'm now using pgrouting 1.02 but I still have the same problem...

09/03/08 09:26:19 changed by anton

OK, now please wait for a while - I'm going to try your data from the attachment.

11/19/08 16:45:24 changed by anton

  • status changed from assigned to closed.
  • resolution set to fixed.

Probably fixed with 1.03. Please reopen if it crashes.