On Sun, Aug 17, 2025 at 2:28 PM penguin p <tgc...@gmail.com> wrote:
>
> > >Sorry I meant not the Apple crash report, but the output printed to
> > the terminal upon a crash. It should start with something like:
> Oh ok, but it didn’t look like it has anything useful printed. Here is the 
> message
> ```
> penguin@macstudio bash % ./bash --norc
> bash(78229,0x1fcb120c0) malloc: nano zone abandoned due to inability to 
> reserve vm space.
> bash-5.3$ echo "hello"
> hello # I then press Ctrl + R, Ctrl + C on my keyboard from
> bash-5.3$ zsh: segmentation fault  ./bash --norc

Can you check that this build really used AddressSanitizer?

    ASAN_OPTIONS=help=1 ./bash -c :

Should print a bunch of option help text if it is.

Reply via email to