I'm using trap for EXIT and SIGHUP in .profile file. In trap function I save current folder to some file on a disk when terminal window is closed. And when new terminal is open I read this file and change folder to last one. It works on 1.31.1 but not on 1.32.0. I'm not sure if this working in previous release is just a coincidence or some change was commited lately to break the working.
Created attachment 8706 [details] .profile
Seems the commit in question is ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash https://git.busybox.net/busybox/commit/?id=23bc562a0556d1c0ddad4252fa8d46c863b5fa88
Fixed in git.
Yes, fixed. Thank you.