kakashidinho / metalangle

MetalANGLE: OpenGL ES to Metal API translation layer
Other
461 stars 65 forks source link

crash on iOS #52

Closed wasabia closed 3 years ago

wasabia commented 3 years ago

maybe when call linkProgram happen

Runner(4953,0x16c25f000) malloc: Heap corruption detected, free list is damaged at 0x28130d1c0
*** Incorrect guard value: 63956752584960
Runner(4953,0x16c25f000) malloc: *** set a breakpoint in malloc_error_break to debug
Runner(4953,0x16c25f000) malloc: Heap corruption detected, free list is damaged at 0x28130d1c0
*** Incorrect guard value: 63956752584960
kakashidinho commented 3 years ago

Could you provide a small example code that causes this crash? Without it i cannot reproduce the crash.