Franck Bui changed bug 1043758
What Removed Added
Status NEW CONFIRMED
CC   fbui@suse.com, thomas.blume@suse.com
Flags   needinfo?(thomas.blume@suse.com)

Comment # 1 on bug 1043758 from
Thomas, I think it's related to your work:

   importd: support SUSE style checksums (#5206)

In src/import/pull-tar.c:

 (gdb) frame 0
 #0  tar_pull_job_on_finished (j=0x560b735957c0) at src/import/pull-tar.c:310
310            if (i->checksum_job->style == VERIFICATION_PER_DIRECTORY &&
i->signature_job->error != 0) {

 (gdb) p i->signature_job 
 $4 = (PullJob *) 0x0

This is easy to reproduce with the latest v228 update (42.2 or SP2).

Could you have a look ?

Thanks.


You are receiving this mail because: