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. |
| 1 | When running recover with |
| 2 | {{{ |
| 3 | recover -dv /dev/disks/scsi/0/0/0/3_4 /Data2/recovered |
| 4 | }}} |
| 5 | It crashes after displaying "Checking disk structure integrity" (or something like that) and "1050 nodes".[[BR]] |
| 6 | Below is the gdb session i could do, extracting some informations.[[BR]] |
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 | {{{ |
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 | [...] |