Re: Strategies to debug memory alignment issues

2023-08-10 Thread Tomas Rokicki
To me this looks like a heap smash. Try enabling the address sanitizer. On Thu, Aug 10, 2023 at 10:18 AM 'Sam Clegg' via emscripten-discuss < emscripten-discuss@googlegroups.com> wrote: > How did the issue present itself before you enabled UBSAN? (Are you sure > its the same issue?) > > Is the

Re: Strategies to debug memory alignment issues

2023-08-10 Thread 'Sam Clegg' via emscripten-discuss
How did the issue present itself before you enabled UBSAN? (Are you sure its the same issue?) Is there some way you could make/share a minimal repro case? cheers, sam On Wed, Aug 9, 2023 at 7:13 AM 'Mike Lischke' via emscripten-discuss < emscripten-discuss@googlegroups.com> wrote: > Hi all,