question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

encountered a stalling process on a pgsql timeout: Coincidentally the swap space of the machine ran full but not sure if this is related.

Writing 1421 tiles...
Progress: tile 253 - 17.80%
Unhandled Exception: Npgsql.NpgsqlException: Exception while reading from stream ---> System.IO.IOException: Unable to read data from the transport connection: Connection timed out. ---> System.Net.Sockets.SocketException: Connection timed out
   at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
   --- End of inner exception stack trace ---
   at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
   at Npgsql.NpgsqlReadBuffer.<>c__DisplayClass31_0.<<Ensure>g__EnsureLong|0>d.MoveNext()
   --- End of inner exception stack trace ---
   at Npgsql.NpgsqlReadBuffer.<>c__DisplayClass31_0.<<Ensure>g__EnsureLong|0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at Npgsql.NpgsqlConnector.<>c__DisplayClass161_0.<<ReadMessage>g__ReadMessageLong|0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming)
   at Npgsql.NpgsqlDataReader.NextResult()
   at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
   at pg2b3dm.BoundingBoxRepository.GetGeometrySubset(NpgsqlConnection conn, String geometry_table, String geometry_column, Double[] translation, Int32[] row_numbers, String colorColumn) in /src/pg2b3dm/BoundingBoxRepository.cs:line 80
   at pg2b3dm.Program.WriteTiles(NpgsqlConnection conn, String geometryTable, String geometryColumn, Double[] translation, Node node, String outputPath, String colorColumn) in /src/pg2b3dm/Program.cs:line 85
   at pg2b3dm.Program.WriteTiles(NpgsqlConnection conn, String geometryTable, String geometryColumn, Double[] translation, Node node, String outputPath, String colorColumn) in /src/pg2b3dm/Program.cs:line 98
   at pg2b3dm.Program.WriteTiles(NpgsqlConnection conn, String geometryTable, String geometryColumn, Double[] translation, Node node, String outputPath, String colorColumn) in /src/pg2b3dm/Program.cs:line 98
   at pg2b3dm.Program.WriteTiles(NpgsqlConnection conn, String geometryTable, String geometryColumn, Double[] translation, Node node, String outputPath, String colorColumn) in /src/pg2b3dm/Program.cs:line 98
   at pg2b3dm.Program.WriteTiles(NpgsqlConnection conn, String geometryTable, String geometryColumn, Double[] translation, Node node, String outputPath, String colorColumn) in /src/pg2b3dm/Program.cs:line 98
   at pg2b3dm.Program.WriteTiles(NpgsqlConnection conn, String geometryTable, String geometryColumn, Double[] translation, Node node, String outputPath, String colorColumn) in /src/pg2b3dm/Program.cs:line 98
   at pg2b3dm.Program.<>c.<Main>b__2_0(Options o) in /src/pg2b3dm/Program.cs:line 73
   at CommandLine.ParserResultExtensions.WithParsed[T](ParserResult`1 result, Action`1 action)
   at pg2b3dm.Program.Main(String[] args) in /src/pg2b3dm/Program.cs:line 79

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
tomvantilburgcommented, Aug 27, 2019

Works for me now. Likely coincided with out of memory problem on the server.

Writing tileset.json...
Writing 1421 tiles...
Progress: tile 266 - 18.72%
0reactions
berttcommented, Aug 27, 2019

cannot repro this: no_repro

can you retry and see if this happens at tile 253 again?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Computer crashes daily | Driver host process timeout.
Hello, so my computer has been crashing pretty much daily for the past 2months, the crash happens whenever. I could be playing games...
Read more >
Timeout crash at startup · Issue #11934 · docker/for-win - GitHub
I have tried with the latest version of Docker Desktop (3.6.0 should be the latest) I have tried disabling enabled experimental features (I ......
Read more >
iOS11 watchdog timeout crashes (0x… - Apple Developer
Hi,. I am debugging user reports of our app repeatedly exiting while in the background starting in iOS11, even during active use (for...
Read more >
Crashes Upon Session Timeout - Oracle Support
Crashes observed when a user's session times out. It does not occur every time a user's session times out. ... PROCESS 2551 CRASHED...
Read more >
POSSIBLE SOLUTION if you are experiencing driver timeout ...
Whenever I turned on my PC, I would get one or two blackscreen crashes followed by the AMD Error Reporting tool telling me...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found