summaryrefslogtreecommitdiffstats
path: root/tools/h5recover/testfiles/test23.stdout
blob: fc1c805fdff4fc5be5583331f3d56b1030d32985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Examining the putative HDF5 file test23.h5:
	attempting to get the length of test23.h5...
		file length = 6752
	attempting to open test23.h5...
		opened file successfully.
	searching for super block...
		superblock found at 0x0.
	reading super block version...
		super block version = 2.
	reading offset and length sizes from super block...
		offset_size = 8.
		length_size = 8.
	computing eoa addr and offset...
		eoa_addr = 0x1c
		eoa_offset = 0x1c
	reading base addr from super block...
		base addr = 0x0
	reading super block extension addr...
		super block extension addr = 0xda7
	reading SB extension object header version...
		object header version = 2.
	scanning SB extension for metadata journaling msg...
	preparing to examine v2 SBE ohdr...
		size of chunk size = 1
		creation order stored = 0
		phase change values stored = 0
		times stored = 1
		chunk 0 size = 0x1f
		chunk 0 addr = 0xdbe
	scanning SB ext chunk 0.
	found journaling message at 0xdc2
		metadata journaling msg addr = 0xdc2
	reading metadata journaling message...
	reading metadata journaling message.
		MDJ msg version = 0
		journaling enabled = TRUE
		magic = 0x60622d70
		journal file path len = 15
	journal file = "trecover.h5.jnl"
	attempting to close test23.h5...
		closed file successfully
	test23.h5 was journaled and not closed properly.
	It is probably corrupt, and it cannot be opened by the HDF5 library.
		journaling enabled = 1
		magic = 0x60622d70
		journal file name = "trecover.h5.jnl".

Examining the putative HDF5 journal file test23.jnl:
	attempting to determine journal file length...
		file length = 49152
	attempting to open test23.jnl...
		opened file successfully.
	attempting to read header.
		journal file version = 1.
		target file = "trecover.h5"
	Unexpected journal magic tag "journal_magc".
	attempting to close test23.jnl...
		closed file successfully.

errors reading test23.jnl.  Journal un-useable.