Project

General

Profile

Actions

Bug #1161

closed

Npgsql.PostgresException (0x80004005): 54000: index row requires 8792 bytes, maximum size is 8191

Added by Axel "Elanis" Soupé almost 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Haut
Assignee:
-
Start date:
06/20/2021
Due date:
% Done:

100%

Estimated time:
Spent time:

Description

Unhandled exception. Npgsql.PostgresException (0x80004005): 54000: index row requires 8792 bytes, maximum size is 8191
at Npgsql.NpgsqlConnector.<>c_DisplayClass160_0.<gReadMessageLong|0>d.MoveNext()
--- End of stack trace from previous location ---
at Npgsql.NpgsqlConnector.<>c
DisplayClass160_0.<gReadMessageLong|0>d.MoveNext()
--- End of stack trace from previous location ---
at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming)
at Npgsql.NpgsqlDataReader.NextResult()
at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken)
at Npgsql.NpgsqlCommand.ExecuteNonQuery(Boolean async, CancellationToken cancellationToken)
at Npgsql.NpgsqlCommand.ExecuteNonQuery()
at System.Threading.Tasks.Task1.InnerInvoke()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Dysnomia.Common.SQL.DbHelper.ExecuteNonQuery(IDbConnection connection, String sqlStatement, Dictionary
2 parameters, IDbTransaction transaction)
at Dysnomia.DehashMe.DataAccess.HashDataAccess.InsertAll(HashSet`1 hashes) in /app/Dysnomia.DehashMe.DataAccess/HashDataAccess.cs:line 71
at System.Threading.Tasks.Task.<>c.b
140_1(Object state)
at System.Threading.QueueUserWorkItemCallback.<>c.<.cctor>b
_6_0(QueueUserWorkItemCallback quwi)
at System.Threading.ExecutionContext.RunForThreadPoolUnsafeTState
at System.Threading.QueueUserWorkItemCallback.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
Exception data:
Severity: ERROR
SqlState: 54000
MessageText: index row requires 8792 bytes, maximum size is 8191
File: indextuple.c
Line: 180
Routine: index_form_tuple

Actions #1

Updated by Axel "Elanis" Soupé almost 3 years ago

  • Status changed from Unconfirmed to Investigating
  • Priority changed from Normal to Haut
Actions #2

Updated by Axel "Elanis" Soupé almost 3 years ago

  • Status changed from Investigating to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF