Some shell helpers like PathExists use verify in their implementations. There's no real good reason for this, and it causes the debug versions of the shell to crash on incorrect inputs.
A list of locations in shell_utils_launcher.cpp that should probably get fixed up includes:
- ResetDbpath
- PathExists
- CopyDbpath
- getSignal
- ProgrammerRunner's ctor