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
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is shown when launching a freshly created project
- Editor Windows dragging behavior is erratic/glitchy when a specific multi-display setup is used and the Editor window is not on the main display
- Meta Quest missing an icon in Build Profiles window in U6.0
- Foldout arrow indent is misaligned in the Inspector when used for Arrays or Lists
- Material import pipeline strips properties when it is added with a script
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.