PocketMine Crash Archive

#29781810 Out of memory error

Submitted by PocketMine-MP 1.4.1-980

General information

Version: 1.4.1-980
API version: 1.11.0
Caused by a Plugin: Not directly
Report date: Tuesday 11/10/2022 12:03:41
Attached Issue: None

System Information

PHP version: 5.6.2
Operating system: android
System banner: Linux localhost 3.18.35 #1 SMP PREEMPT Thu Sep 19 16:33:14 KST 2019 armv7l

Error information

Allowed memory size of 67108864 bytes exhausted (tried to allocate 4104 bytes)
File: /src/pocketmine/command/CommandReader
Line: #59
Error level: E_ERROR

[50] 		return $line;
[51] 	}
[52] 
[53] 	/**
[54] 	 * Reads a line from console, if available. Returns null if not available
[55] 	 *
[56] 	 * @return string|null
[57] 	 */
[58] 	public function getLine(){
[59] 		if($this->buffer->count() !== 0){
[60] 			return $this->buffer->synchronized(function (){
[61] 				return $this->buffer->shift();
[62] 			});
[63] 		}
[64] 
[65] 		return \null;
[66] 	}
[67] 
[68] 	public function run(){
[69] 		$opts = \getopt("", ["disable-readline"]);
#0 (): pocketmine\Server->crashDump()

Loaded Plugins

NameVersionStateAuthor(s)

Server Settings [toggle]

NameValue
server-nameMatheus
server-port19132
gamemode0
max-players2
spawn-protection16
whitelistoff
enable-queryon
enable-rconoff
descriptionServer made using PocketMine-MP
motdWelcome @player to this server!
server-typenormal
memory-limit64M
last-updateoff
announce-player-achievementson
view-distance10
allow-flightoff
spawn-animalson
spawn-mobson
hardcoreoff
pvpoff
difficulty3
generator-settings
level-nameworld
level-seedvila
level-typeDEFAULT
rcon.password******
auto-saveon
white-listoff
force-gamemodeoff
settings.shutdown-messageServer closed
settings.query-pluginstrue
settings.deprecated-verbosetrue
settings.enable-profilingfalse
settings.advanced-cachefalse
settings.upnp-forwardingfalse
settings.send-usagetrue
settings.async-workers1
debug.level1
debug.commandsfalse
level-settings.default-formatmcregion
level-settings.convert-formatfalse
chunk-sending.per-tick4
chunk-sending.compression-level8
chunk-sending.max-chunks256
chunk-ticking.per-tick260
chunk-ticking.tick-radius4
chunk-ticking.light-updatesfalse
chunk-ticking.clear-tick-listfalse
chunk-generation.use-asyncfalse
chunk-generation.per-tick1
chunk-gc.period-in-ticks600
ticks-per.animal-spawns400
ticks-per.monster-spawns1
ticks-per.autosave6000
ticks-per.cache-cleanup900
spawn-limits.monsters70
spawn-limits.animals15
spawn-limits.water-animals5
spawn-limits.ambient15
auto-report.enabledtrue
auto-report.send-codetrue
auto-report.send-settingstrue
auto-report.send-phpinfotrue
auto-report.hostcrash.pocketmine.net
auto-updater.enabledtrue
auto-updater.on-update.warn-consoletrue
auto-updater.on-update.warn-opstrue
auto-updater.preferred-channelbeta
auto-updater.suggest-channelstrue
auto-updater.hostwww.pocketmine.net
aliases
worlds
Find duplicates  |   Download