All Errors (5978 found)

Sort by:
Go laravel

panic: runtime error: invalid memory address or nil pointer dereference

panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1092460] gorou...

V
Varga Mark asked 1 month ago
0 votes 0 replies 33 views
PostgreSQL laravel

deadlock detected

ERROR: deadlock detected DETAIL: Process 12345 waits for ShareLock on transaction 67890; blocked by process 12346. Process 12346 waits for ShareLock...

V
Varga Mark asked 1 month ago
0 votes 0 replies 27 views
Java laravel

java.lang.OutOfMemoryError: GC overhead limit exceeded

Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded at java.util.Arrays.copyOfRange(Arrays.java:3664) at java.lang.Str...

V
Varga Mark asked 1 month ago
0 votes 0 replies 21 views
Python laravel Solved

Deadlock: Thread-2 waiting for Lock-A

RuntimeError: Deadlock detected Thread-1 holds <Lock-A> and waits for <Lock-B> Thread-2 holds <Lock-B> and waits for <Lock-A> at threading.py:10...

V
Varga Mark asked 1 month ago
0 votes 0 replies 29 views
Rust laravel

error[E0502]: cannot borrow `*self` as mutable because it is also borrowed as immutable

error[E0502]: cannot borrow `*self` as mutable because it is also borrowed as immutable --> src/main.rs:15:9 | 14 | let x = &self.data; |...

V
Varga Mark asked 1 month ago
0 votes 0 replies 70 views
Laravel laravel

Integrity constraint violation: 1451

Illuminate\Database\QueryException SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constrain...

V
Varga Mark asked 1 month ago
0 votes 0 replies 70 views
Laravel laravel

Integrity constraint violation: 1451

Illuminate\Database\QueryException SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constrain...

V
Varga Mark asked 1 month ago
0 votes 0 replies 52 views
JavaScript laravel

FATAL ERROR: Ineffective mark-compacts near heap limit

<--- Last few GCs ---> [1234:0x5678] 25000 ms: Mark-sweep 1350.5 (1400.0) -> 1345.2 (1400.0) MB, 1200.5 / 0.0 ms (average mu = 0.100, current mu =...

V
Varga Mark asked 1 month ago
0 votes 0 replies 64 views
JavaScript laravel

UnhandledPromiseRejectionWarning: Error: ETIMEDOUT

(node:1234) UnhandledPromiseRejectionWarning: Error: ETIMEDOUT at Timeout._onTimeout (/app/node_modules/request/request.js:849:19) at listOnTi...

V
Varga Mark asked 1 month ago
0 votes 0 replies 28 views
PostgreSQL laravel

deadlock detected

ERROR: deadlock detected DETAIL: Process 12345 waits for ShareLock on transaction 67890; blocked by process 12346. Process 12346 waits for ShareLock...

V
Varga Mark asked 1 month ago
0 votes 0 replies 47 views
Go laravel

fatal error: all goroutines are asleep - deadlock!

fatal error: all goroutines are asleep - deadlock! goroutine 1 [chan receive]: main.main() /app/main.go:12 +0x34 exit status 2

V
Varga Mark asked 1 month ago
0 votes 0 replies 31 views
Java laravel

ConcurrentModificationException

java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909) at java.util.ArrayList$Itr.next(Arra...

V
Varga Mark asked 1 month ago
0 votes 0 replies 34 views
JavaScript laravel

FATAL ERROR: Ineffective mark-compacts near heap limit

<--- Last few GCs ---> [1234:0x5678] 25000 ms: Mark-sweep 1350.5 (1400.0) -> 1345.2 (1400.0) MB, 1200.5 / 0.0 ms (average mu = 0.100, current mu =...

V
Varga Mark asked 1 month ago
0 votes 0 replies 40 views
Laravel laravel

N+1 Query Problem Detected

DebugBar: 150 queries executed on request. SELECT * FROM `comments` WHERE `post_id` = 1 SELECT * FROM `users` WHERE `id` = 5 SELECT * FROM `users` WHE...

V
Varga Mark asked 1 month ago
0 votes 0 replies 23 views
Rust laravel

error[E0502]: cannot borrow `*self` as mutable because it is also borrowed as immutable

error[E0502]: cannot borrow `*self` as mutable because it is also borrowed as immutable --> src/main.rs:15:9 | 14 | let x = &self.data; |...

V
Varga Mark asked 1 month ago
0 votes 0 replies 51 views