https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84141
--- Comment #29 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
(In reply to Jürgen Reuter from comment #24)
> Created attachment 43322 [details]
> Additional failing test case (after the prelim. fix)
>
> This is still lengthy, and I can reduce it further but maybe the error helps
> you when you run it in the debugger. I get
> Running test: resonance_insertion_2seg_prod(64951,0x7fff9ae91340) malloc:
> *** mach_vm_map(size=9223372036854779904) failed (error code=3)
> *** error: can't allocate region
> *** set a breakpoint in malloc_error_break to debug
>
> Program received signal SIGSEGV: Segmentation fault - invalid memory
> reference.
>
> Backtrace for this error:
> #0 0x10900d64c
> #1 0x10900c9f3
> #2 0x7fff620bcf59
With Paul's fix for PR84155, the output of the test now is
| ============================================================================
| Running self-test: resonance_insertion
| ----------------------------------------------------------------------------
Running test: resonance_insertion_2 ... success.
*** Test Summary ***
Success:
resonance_insertion_2: resonance color mismatch
Total = 1
Success = 1
Failure = 0
*** End of test Summary ***
| WHIZARD run finished.
|=============================================================================|
which looks like success.