Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2019.1.X
Votes
2
Found in
2018.3.0b7
2018.3.4f1
2019.1.0a6
2019.2.0a1
Issue ID
1125073
Regression
Yes
Particle System component causes error: "Internal: JobTempAlloc has allocations that are more than 4 frames old"
Steps to reproduce:
1. Create a new project
2. Create empty GameObject in the Hierarchy
3. Add the "Particle System" component to an empty GameObject
4. Select "Main Camera", expand & collapse "Camera Component" in the Inspector
Expected Result: No Errors appear.
Actual Result: Errors appear.
Reproduced in: 2018.3.5f1, 2019.1.0b3, 2019.2.0a5
Not reproduced in: 2018.3.0b6, 2019.1.0a5
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
xTyler73
Mar 27, 2019 05:48
Fixed in 2018.3.10 - Thank you!
xTyler73
Mar 25, 2019 21:11
Not fixed in 2018.3.9 despite the release notes stating:
Particles: Fixed "Internal: JobTempAlloc has allocations that are more than 4 frames old" error message
It then references this Issue ID in brackets.
I reproduced it using the exact 4 steps listed above.
Also note that it's a warning, not an error, and lists another warning beneath it stating:
To Debug, enable the define: TLA_DEBUG_STACK_LEAK in ThreadsafeLinearAllocator.cpp. This will output the callstacks of the leaked allocations