Dismiss Notice
This Section is READ ONLY - All Posts Are Archived

DynamicHeapAllocator out of memory - Could not get memory for large allocation

Discussion in 'Critical Issues (Blockers, Performance, Crashes)' started by Feeyo, Aug 23, 2018.

Thread Status:
Not open for further replies.
  1. Feeyo

    Feeyo Avatar

    Messages:
    1,716
    Likes Received:
    2,520
    Trophy Points:
    113
    Location:
    Aelasar’s Forest
    So I restarted my client started playing, went to AsyncLoadSequence begin. SceneToLoad: HiddenVale_Forest02_Tier5:playerSpawnLocation

    And crashed:
    Code:
    Network storage reset
    NetworkingPeer: Connecting to "208.81.240.54:5055"
    PhotonNetwork: StatusChange Connect, State=ConnectingToMasterserver
    PhotonNetwork: StatusChange EncryptionEstablished, State=ConnectedComingFromGameserver
    AuthenticateResponse: Ok, Position=0
    OnAuthenticateComplete: Ok
    Network storage reset
    AsyncLoadSequence begin. SceneToLoad: HiddenVale_Forest02_Tier5:PlayerSpawnLocation
    2:05:47 PM: Loading Scene...
    10
    2:05:48 PM: Level load loop started.
    DynamicHeapAllocator allocation probe 1 failed - Could not get memory for large allocation 18446744069342912108.
    DynamicHeapAllocator allocation probe 2 failed - Could not get memory for large allocation 18446744069342912108.
    DynamicHeapAllocator allocation probe 3 failed - Could not get memory for large allocation 18446744069342912108.
    DynamicHeapAllocator allocation probe 4 failed - Could not get memory for large allocation 18446744069342912108.
    DynamicHeapAllocator out of memory - Could not get memory for large allocation 18446744069342912108!
    DynamicHeapAllocator allocation probe 1 failed - Could not get memory for large allocation 18446744069342912108.
    DynamicHeapAllocator allocation probe 2 failed - Could not get memory for large allocation 18446744069342912108.
    DynamicHeapAllocator allocation probe 3 failed - Could not get memory for large allocation 18446744069342912108.
    DynamicHeapAllocator allocation probe 4 failed - Could not get memory for large allocation 18446744069342912108.
    DynamicHeapAllocator out of memory - Could not get memory for large allocation 18446744069342912108!
    Could not allocate memory: System out of memory!
    Trying to allocate: 18446744069342912108B with 16 alignment. MemoryLabel: TempOverflow
    Allocation happened at: Line:551 in
    Memory overview
    
    [ ALLOC_DEFAULT ] used: 3808045090B | peak: 0B | reserved: 4515902402B
    [ ALLOC_TEMP_JOB ] used: 1021294B | peak: 0B | reserved: 19922944B
    [ ALLOC_TEMP_BACKGROUND_JOB ] used: 0B | peak: 0B | reserved: 1048576B
    [ ALLOC_GFX ] used: 603344606B | peak: 0B | reserved: 742024518B
    [ ALLOC_CACHEOBJECTS ] used: 591910328B | peak: 0B | reserved: 746595104B
    [ ALLOC_TYPETREE ] used: 13142424B | peak: 0B | reserved: 16777216B
    [ ALLOC_PROFILER ] used: 336B | peak: 0B | reserved: 4194304B
    [ ALLOC_TEMP_THREAD ] used: 201708B | peak: 0B | reserved: 3506176B
    Could not allocate memory: System out of memory!
    Trying to allocate: 18446744069342912108B with 16 alignment. MemoryLabel: TempOverflow
    Allocation happened at: Line:551 in
    Memory overview
    
    [ ALLOC_DEFAULT ] used: 3808045090B | peak: 0B | reserved: 4515902402B
    [ ALLOC_TEMP_JOB ] used: 1021294B | peak: 0B | reserved: 19922944B
    [ ALLOC_TEMP_BACKGROUND_JOB ] used: 0B | peak: 0B | reserved: 1048576B
    [ ALLOC_GFX ] used: 603344606B | peak: 0B | reserved: 742024518B
    [ ALLOC_CACHEOBJECTS ] used: 591910328B | peak: 0B | reserved: 746595104B
    [ ALLOC_TYPETREE ] used: 13142424B | peak: 0B | reserved: 16777216B
    [ ALLOC_PROFILER ] used: 336B | peak: 0B | reserved: 4194304B
    [ ALLOC_TEMP_THREAD ] used: 201708B | peak: 0B | reserved: 3506176B
    
     
    (Filename:  Line: 1107)
    
    Receiving unhandled NULL exception
    #0  0x007f6741fc1140 in funlockfile
    #1  0x007f6741fc16d0 in operator new[](unsigned long, std::nothrow_t const&)
    #2  0x007f6741fc1750 in operator new[](unsigned long, std::nothrow_t const&)
    #3  0x007f6741fc19c0 in operator new[](unsigned long, std::nothrow_t const&)
    #4  0x007f6741fc1b30 in operator new[](unsigned long, std::nothrow_t const&)
    #5  0x007f6741fc1bb0 in operator new[](unsigned long, std::nothrow_t const&)
    #6  0x007f6741fc1c70 in operator new[](unsigned long, std::nothrow_t const&)
    #7  0x007f6741fc1e30 in operator new[](unsigned long, std::nothrow_t const&)
    #8  0x007f6741fc1e70 in operator new[](unsigned long, std::nothrow_t const&)
    #9  0x007f6741fc1ed0 in operator new[](unsigned long, std::nothrow_t const&)
    #10 0x007f6741fc1ee0 in operator new[](unsigned long, std::nothrow_t const&)
    #11 0x007f6741fc1f00 in __pthread_get_minstack
    #12 0x007f6741fc1fc0 in clone
    
     
    Sorthious likes this.
Thread Status:
Not open for further replies.