Crash on timeout
See original GitHub issueencountered 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:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Works for me now. Likely coincided with out of memory problem on the server.
cannot repro this:
can you retry and see if this happens at tile 253 again?