Re: [PATCH] Make ldd stop after any non-continuable exception

2017-04-05 Thread Jon Turney
On 05/04/2017 08:42, Corinna Vinschen wrote: On Apr 4 18:51, Jon Turney wrote: Ensure that ldd always stops when the exception is flagged as non-continuable. Also arrange for ldd to exit with a non-zero exit code if something went wrong which prevented us from listing all dynamic

Re: [PATCH] Make ldd stop after any non-continuable exception

2017-04-05 Thread Corinna Vinschen
On Apr 4 18:51, Jon Turney wrote: > Ensure that ldd always stops when the exception is flagged as > non-continuable. > > Also arrange for ldd to exit with a non-zero exit code if something went > wrong which prevented us from listing all dynamic dependencies. Patch is ok. In what situation

[PATCH] Make ldd stop after any non-continuable exception

2017-04-04 Thread Jon Turney
Ensure that ldd always stops when the exception is flagged as non-continuable. Also arrange for ldd to exit with a non-zero exit code if something went wrong which prevented us from listing all dynamic dependencies. Signed-off-by: Jon Turney --- Notes: I saw an