Search Issue Tracker
Fixed in 5.5.2
Votes
4
Found in
5.5.0p3
Issue ID
864122
Regression
Yes
TLS ALLOCATOR ALLOC_TEMP_THREAD error caused by particle systems
Steps to reproduce:
1. Download and open the attached project
2. Drag the Fireworks prefab into the scene
3. Observe the console
Expected result: no errors
Actual result: ERROR IN TLS ALLOCATOR ALLOC_TEMP_THREAD
Reproduced on: 5.5.0p3
Not reproduced on: 5.4.4f1, 5.6.0b3
Notes:
-in this case, caused by the Fireworks prefab from standard assets
Comments (67)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity crashes during the scene template selection in the "Inspector" tab
- [Android] [iOS] [UnityWebRequest] Requests with "UnityWebRequest" are open for SSL Proxying
- SetWindowsHookEx does not prevent Windows key input when Editor or Player Window is focused and Active Input Handling is set to “Input System Package (New)” or “Both”
- Crash on GetEffectiveBc7TextureCompressor() when loading and unloading all Assets in the Project
- Terrain Masks do not ignore the mipmap limit
vishal
Jun 09, 2017 07:08
Also getting same issue when building android. even without a particle system in my code. I also get a lot of log spam about Allocation of bytes such as:
Allocation of 35 bytes at 060af1a0
rangleme
Jun 02, 2017 23:27
I get this error on 5.6.1f1 when building for iOS on Windows - even without a particle system in my code or scene. Sometimes I must restart Unity because of all the allocation errors. Works fine in target platform Android or Windows - but starts immediately upon switching platform to iOS.
TLS Allocator ALLOC_TEMP_THREAD, underlying allocator ALLOC_TEMP_THREAD has unfreed allocations
UnityEditor.HostView:OnGUI()
TLS Allocator ALLOC_TEMP_THREAD, underlying allocator ALLOC_TEMP_THREAD has unfreed allocations
natsupy
Jun 01, 2017 08:05
still on unity 5.6.1f1 after build for IOS on Win
wirescape
May 28, 2017 21:36
Getting this bug after iOS build on Windows and not Mac. 5.6.1f1.
MollyGaming
May 26, 2017 17:30
Still a issue on IOS build. on 5.6.1f1
stephan_p
May 18, 2017 12:52
also have this problem when building iOS. In fact. the project gets built successfully, but the build postprocessor scripts don't get called
gisfs
May 09, 2017 00:55
still remain on 5.6.0f3 when build for ios
HexterP
Apr 25, 2017 08:49
I'm also getting this error when I build for iOS.
kienbb
Apr 21, 2017 03:28
still remain on Unity 5.6.0f3 :v, here's my log: "TLS Allocator ALLOC_TEMP_THREAD, underlying allocator ALLOC_TEMP_THREAD has unfreed allocations"
WagDan
Apr 20, 2017 08:31
I take that back, deleting the standard assets pack has no effect.