Changes between Initial Version and Version 1 of Ticket #8884


Ignore:
Timestamp:
Aug 14, 2012, 4:41:24 PM (12 years ago)
Author:
diver
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8884

    • Property Component File Systems/BFSApplications/Command Line Tools
    • Property Status newassigned
  • Ticket #8884 – Description

    initial v1  
    1 When running recover with recover -dv /dev/disks/scsi/0/0/0/3_4 /Data2/recovered
    2 It crashes after displaying "Checking disk structure integrity" (or something like that) and "1050 nodes".
    3 Below is the gdb session i could do, extracting some informations.
     1When running recover with
     2{{{
     3recover -dv /dev/disks/scsi/0/0/0/3_4 /Data2/recovered
     4}}}
     5It crashes after displaying "Checking disk structure integrity" (or something like that) and "1050 nodes".[[BR]]
     6Below is the gdb session i could do, extracting some informations.[[BR]]
    47Crash is reproducible.
    5 
    6 GNU gdb 6.3
    7 Copyright 2004 Free Software Foundation, Inc.
    8 GDB is free software, covered by the GNU General Public License, and you are
    9 welcome to change it and/or distribute copies of it under certain conditions.
    10 Type "show copying" to see the conditions.
    11 There is absolutely no warranty for GDB.  Type "show warranty" for details.
    12 This GDB was configured as "i586-pc-haiku"...
    13 [tcsetpgrp failed in terminal_inferior: Invalid Argument]
     8{{{
    149Thread 7006 caused an exception: Segment violation
    15 Reading symbols from /boot/system/runtime_loader...done.
    16 Loaded symbols for /boot/system/runtime_loader
    17 Reading symbols from /boot/system/lib/libbe.so...done.
    18 Loaded symbols for /boot/system/lib/libbe.so
    19 Reading symbols from /boot/system/lib/libstdc++.r4.so...done.
    20 Loaded symbols for /boot/system/lib/libstdc++.r4.so
    21 Reading symbols from /boot/system/lib/libroot.so...done.
    22 Loaded symbols for /boot/system/lib/libroot.so
    23 Reading symbols from /boot/system/lib/libicudata.so.48.1.1...done.
    24 Loaded symbols for /boot/system/lib/libicudata.so.48.1.1
    25 Reading symbols from /boot/system/lib/libicui18n.so.48.1.1...done.
    26 Loaded symbols for /boot/system/lib/libicui18n.so.48.1.1
    27 Reading symbols from /boot/system/lib/libicuio.so.48.1.1...done.
    28 Loaded symbols for /boot/system/lib/libicuio.so.48.1.1
    29 Reading symbols from /boot/system/lib/libicule.so.48.1.1...done.
    30 Loaded symbols for /boot/system/lib/libicule.so.48.1.1
    31 Reading symbols from /boot/system/lib/libiculx.so.48.1.1...done.
    32 Loaded symbols for /boot/system/lib/libiculx.so.48.1.1
    33 Reading symbols from /boot/system/lib/libicutu.so.48.1.1...done.
    34 Loaded symbols for /boot/system/lib/libicutu.so.48.1.1
    35 Reading symbols from /boot/system/lib/libicuuc.so.48.1.1...done.
    36 Loaded symbols for /boot/system/lib/libicuuc.so.48.1.1
    37 Reading symbols from /boot/system/lib/libroot-addon-icu.so...done.
    38 Loaded symbols for /boot/system/lib/libroot-addon-icu.so
    39 [tcsetpgrp failed in terminal_inferior: Invalid Argument]
     10[...]
    4011[Switching to team /Data2/haiku/generated/generated.gcc2/objects/haiku/x86/debug_1 (7006) thread recover (7006)]
    41120x00000000 in ?? ()
     
    6536      allocation_group = 0, start = 0, length = 0}, fRunFileOffset = 0,
    6637    fRunBlockEnd = 0, fPosition = 0}, fTree = 0x0}
     38}}}