vengi icon indicating copy to clipboard operation
vengi copied to clipboard

CI: bus error 10 (out of memory) on clang macosx

Open mgerhardy opened this issue 2 years ago • 2 comments

getting a bus error 10 report during lto when compiling on osx.

mgerhardy avatar Jun 14 '22 16:06 mgerhardy

https://developer.apple.com/forums/thread/697492

mgerhardy avatar Jun 14 '22 20:06 mgerhardy

set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -Xlinker -stack_size -Xlinker 0x100000")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${PLATFORM_LINKFLAGS}")

mgerhardy avatar Jun 14 '22 20:06 mgerhardy

this is fixed now - see the latest mentioned commit

mgerhardy avatar Dec 09 '22 18:12 mgerhardy