Hi everybody,
I've encountered a problem in the save process of a document :
Adobe InDesign CS6(14998,0xb0f0f000) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
Adobe InDesign CS6(14998,0xb0f0f000) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
Adobe InDesign CS6(14998,0xb0f0f000) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
(and so on...)
Before saving my document, I created thousands and thousands (and even more) of frames, groups and various bosses.
And while saving, InDesign crashed on this instruction :
docFileHandler->Save(documentUIDRef, kSuppressUI);
Do you think a really big amount of data to save in the database of the document could lead to such a crash with this symptom ?
The solution I was thinking was slicing my transaction to several more little, and do regular saves of the document. Is it an idea that makes sense for you ?