Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to start 7.2.5 crash with SLES15 coredump #28

Open
alex1284B opened this issue Jan 21, 2019 · 4 comments
Open

Unable to start 7.2.5 crash with SLES15 coredump #28

alex1284B opened this issue Jan 21, 2019 · 4 comments

Comments

@alex1284B
Copy link

I've got
crash-7.2.5: page excluded: kernel virtual address: ffff880825d47000 type: "memory section"

7.2.1 crash works fine with the same coredump/vmlinux. Both versions were builded with the same gcc/gdb.
build_target: X86_64
build_version: 7.2.5
compiler version: gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-17)
SLES kernel is 4.12.14-25.22 x86_64 SMP
I've checked 7.2.2 and it doesn't work also with the same error msg.

@crash-utility
Copy link
Collaborator

crash-utility commented Jan 21, 2019 via email

@alex1284B
Copy link
Author

I've tried, the same error.

@pandafromspace
Copy link

pandafromspace commented Jan 28, 2019

I can confirm the same issue. The regression appeared with commit d586679. Removing the line "machdep->is_page_ptr = x86_64_is_page_ptr;" after having checked out commit 4141373 does not help, crash fails with the same "memory section" error message.

The last "memory section" references with the modified build are as follows:

Breakpoint 1, read_mem_section (addr=18446683600716103656) at memory.c:17005
17005 if ((addr == 0) || !IS_KVADDR(addr))
#0 read_mem_section (addr=18446683600716103656) at memory.c:17005
#1 0x00005555556ad30c in valid_section (addr=18446683600716103656) at memory.c:17066
#2 0x00005555556ad4a6 in valid_section_nr (nr=487456) at memory.c:17112
#3 0x00005555556ad654 in dump_mem_sections (initialize=1) at memory.c:17155
#4 0x00005555556aa88c in dump_memory_nodes (initialize=1) at memory.c:16309
#5 0x00005555556ab947 in node_table_init () at memory.c:16536
#6 0x000055555567322c in vm_init () at memory.c:1093
#7 0x0000555555656a98 in main_loop () at main.c:770
#8 0x0000555555909bb3 in captured_command_loop (data=data@entry=0x0) at main.c:258
#9 0x00005555559086fa in catch_errors (func=func@entry=0x555555909ba0 <captured_command_loop>, func_args=func_args@entry=0x0, errstring=errstring@entry=0x555555b74749 "", mask=mask@entry=6) at exceptions.c:557
#10 0x000055555590ad06 in captured_main (data=data@entry=0x7fffffffd730) at main.c:1064
#11 0x00005555559086fa in catch_errors (func=func@entry=0x555555909ed0 <captured_main>, func_args=func_args@entry=0x7fffffffd730, errstring=errstring@entry=0x555555b74749 "", mask=mask@entry=6) at exceptions.c:557
#12 0x000055555590b080 in gdb_main (args=0x7fffffffd730) at main.c:1079
#13 gdb_main_entry (argc=, argv=) at main.c:1099
#14 0x0000555555714d81 in gdb_main_loop (argc=2, argv=0x7fffffffd8c8) at gdb_interface.c:76
#15 0x00005555556568f4 in main (argc=3, argv=0x7fffffffd8c8) at main.c:707

Breakpoint 1, read_mem_section (addr=18446683600716103672) at memory.c:17005
17005 if ((addr == 0) || !IS_KVADDR(addr))
#0 read_mem_section (addr=18446683600716103672) at memory.c:17005
#1 0x00005555556ad30c in valid_section (addr=18446683600716103672) at memory.c:17066
#2 0x00005555556ad4a6 in valid_section_nr (nr=487457) at memory.c:17112
#3 0x00005555556ad654 in dump_mem_sections (initialize=1) at memory.c:17155
#4 0x00005555556aa88c in dump_memory_nodes (initialize=1) at memory.c:16309
#5 0x00005555556ab947 in node_table_init () at memory.c:16536
#6 0x000055555567322c in vm_init () at memory.c:1093
#7 0x0000555555656a98 in main_loop () at main.c:770
#8 0x0000555555909bb3 in captured_command_loop (data=data@entry=0x0) at main.c:258
#9 0x00005555559086fa in catch_errors (func=func@entry=0x555555909ba0 <captured_command_loop>, func_args=func_args@entry=0x0, errstring=errstring@entry=0x555555b74749 "", mask=mask@entry=6) at exceptions.c:557
#10 0x000055555590ad06 in captured_main (data=data@entry=0x7fffffffd730) at main.c:1064
#11 0x00005555559086fa in catch_errors (func=func@entry=0x555555909ed0 <captured_main>, func_args=func_args@entry=0x7fffffffd730, errstring=errstring@entry=0x555555b74749 "", mask=mask@entry=6) at exceptions.c:557
#12 0x000055555590b080 in gdb_main (args=0x7fffffffd730) at main.c:1079
#13 gdb_main_entry (argc=, argv=) at main.c:1099
#14 0x0000555555714d81 in gdb_main_loop (argc=2, argv=0x7fffffffd8c8) at gdb_interface.c:76
#15 0x00005555556568f4 in main (argc=3, argv=0x7fffffffd8c8) at main.c:707
crash: invalid kernel virtual address: ffffc90008b50000 type: "memory section"
[Inferior 1 (process 27504) exited with code 01]
No stack.
(gdb)

@crash-utility
Copy link
Collaborator

crash-utility commented Jan 28, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants