Open
Description
Describe the bug
Using OTP 28.0.1, when I want to stop the Observer, beam crashes completely.
OTP 27.3.3 on the same machine works correctly.
To Reproduce
> erl
Erlang/OTP 28 [erts-16.0.1] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit] [dtrace]
Eshell V16.0.1 (press Ctrl+G to abort, type help(). for help)
1> observer:start().
ok
2> observer:stop().
libc++abi: terminating due to uncaught exception of type wxe_badarg
'erl' terminated by signal SIGABRT (Abort)
Affected versions
28.0.1 on macOS 15.5 with wxWidgets 3.2.8