From: Mark D. <mdu...@at...> - 2024-05-30 14:00:25
|
On 5/30/24 5:34 AM, Thorsten Otto wrote: > Hi, > > > i'm currently trying to diagnose a problem in gcc-14. The symptom is that > > > - it works when using the gcc-13.3.0 cross-compiler > > - it works when using the gcc-14.1.0 cross-compiler > > - it works when using the native gcc-13.3.0 compiler on aranym > > - but it crashes with a bus-error (mint's idea of a segmentation fault) > when using the native gcc 14.1.0 compiler. > > This is super obvious but I've forgotten before. Your binary's stack size is sufficient? Mark |