ItsMax123 / StaffMode

A Pocketmine-MP (PMMP) plugin to help staff members enforce the rules of the server.
Apache License 2.0
7 stars 7 forks source link

[Bug] #11

Open Willtom999 opened 3 years ago

Willtom999 commented 3 years ago

ocketMine-MP Crash Dump Sun Aug 22 00:33:33 UTC 2021

Error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 327680 bytes) File: pmsrc/src/pocketmine/level/Level Line: 1466 Type: E_ERROR

Code: [1457] [1458] $block = clone $this->blockStates[$fullState & 0xfff]; [1459] [1460] $block->x = $x; [1461] $block->y = $y; [1462] $block->z = $z; [1463] $block->level = $this; [1464] [1465] if($addToCache and $relativeBlockHash !== null){ [1466] $this->blockCache[$chunkHash][$relativeBlockHash] = $block; [1467] } [1468] [1469] return $block; [1470] } [1471] [1472] /* [1473] @return void [1474] */ [1475] public function updateAllLight(Vector3 $pos){ [1476] $this->updateBlockSkyLight($pos->x, $pos->y, $pos->z);

Backtrace:

PocketMine-MP version: 3.22.2 [Protocol 448] Git commit: d670bc8bf8de0fb8eacbe5c29c9032cad5fe14b5-dirty uname -a: Linux b6bafed3-3415-4823-b903-7c39c35f164a 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 PHP Version: 7.4.21 Zend version: 3.4.0 OS : Linux, linux Composer libraries:

Willtom999 commented 3 years ago

bug boussole teleport

ItsMax123 commented 3 years ago

C’est une erreur qui revient constamment ou une seule fois? Le rapport de crash ne semble pas être la faute de mon plugin.

Willtom999 commented 3 years ago

Qui revien

Willtom999 commented 3 years ago

@ItsMax123