On Tue, 2013-11-12 at 21:36 +0100, Jan Kratochvil wrote: > commit 0a5641d518d570021bda6f050c3832dd37a0d3ae > Author: Jan Kratochvil <[email protected]> > Date: Tue Nov 12 20:03:59 2013 +0100 > > Fix non-build-id core files on build-id system > > libdwfl/ > 2013-11-12 Jan Kratochvil <[email protected]> > > Fix non-build-id core files on build-id system. > * link_map.c (report_r_debug): Remove valid clearing if build-id cannot > be read from memory. > > Signed-off-by: Jan Kratochvil <[email protected]>
Yes, this makes sense. This case should be handled the same as if there was no build-id in the first place. Which your patch does. Thanks, Mark
