Blender Git Loki
Git Commits -> Revision 86ba5c4
Revision 86ba5c4 by Brecht Van Lommel (master) July 15, 2013, 14:33 (GMT) |
Fix #36127: 10 bit DPX render would crash when doing rendering animations from the UI on OS X. The problem is due to a large variable on the stack, and pthreads have a smaller stack size than the main thread by default. On Linux the pthread stack size seems to be 2MB, OS X 512KB and Windows 256KB - 512KB. |
Commit Details:
Full Hash: 86ba5c4fc5fd0ae1f1c8610a81026d939fb68404
SVN Revision: 58269
Parent Commit: 8a2a323
Lines Changed: +83, -34
1 Modified Path:
/source/blender/imbuf/intern/cineon/logImageCore.c (+83, -34) (Diff)