xfs
[Top] [All Lists]

Again: xfsrestore assertion failure

To: linux-xfs@xxxxxxxxxxx
Subject: Again: xfsrestore assertion failure
From: Hasch@xxxxxxxxxxx (Juergen Hasch)
Date: Mon, 19 Nov 2001 19:05:26 +0100
Sender: owner-linux-xfs@xxxxxxxxxxx
Hi,

some people reported the following problem back in august :
>   xfsrestore: examining media file 1
>   xfsrestore: seeking past media file directory dump
>   xfsrestore: drive_scsitape.c:1461: do_next_mark: Assertion
>    `rechdrp->first_mark_offset - rechdrp->file_offset <= ( off64_t )
>   ( contextp->dc_recsz )' failed.
>   Aborted (core dumped)

Steve Roseman gave the following fix for it:

523c523
<       IXLATE(rh1, rh2, first_mark_offset);
---
>       /*      IXLATE(rh1, rh2, first_mark_offset); */
532a533
>       BXLATE(first_mark_offset);


Today I ran into the same problem and after applying this fix, all seems to
work well again. Any reason this fix hasn't been applied in the CVS code ?

...Juergen


<Prev in Thread] Current Thread [Next in Thread>