package (#21) - pgRouting and msvcrt (#16) - Message List

pgRouting and msvcrt

Hello, I try to use pgrouting and I got always an error from Windows/postgres.exe, even on very small diagram (about 30 edges). The problem seems to come from the msvcrt.dll. I didn't find why. I have windows Xp sp2, 500 k Ram and posgres 8.1. The msvcrt.ddll seems to be the last one( 2004). Did you get the same problem ? Does it come from the dll ? a lack of memory ?

Thanks

  • Message #54

    No, we never had such error before. Do you always have it or it depends on a dataset or function?

    • Message #56

      I have always it wathever the table used (large, small, very small,..) and I have tried whith the functions shortest_path, shortest_path_astart from pgRouting 1.0.0. I have tried the old diskjstra.dll whith shortest_path on the same tables and it's work well (but it's slow on the biggest table). I'm not sure that problem comes from the msvcrt.dll. I just get an error message from windows which indicates me that there is an exception raised from postgres.exe. If I open the MS error report, it's indicate that the error is in the msvcrt.dll. I don't know why...

      • Message #57

        Well, honestly, I don't know the reason. Can you try to run it on other machine or windows version?

        • Message #59

          I up-graded postgres to the 8.2 version and that fixed the problem.