Actions
Bug #5550
closedlz4 kernel panic
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2015-01-20
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
I am not sure about lz4
> ::panicinfo cpu 5 thread ffffff003d5f8c40 message pcieb-3: PCI(-X) Express Fatal Error. (0x45) /* cut */ > $C ffffff003d5f8ad0 vpanic() ffffff003d5f8b70 pcieb_intr_handler+0x1c9(ffffff090a207b00, 1) ffffff003d5f8be0 av_dispatch_autovect+0x91(1b) ffffff003d5f8c20 dispatch_hardint+0x36(1b, 0) ffffff003ed136e0 switch_sp_and_call+0x13() ffffff003ed13740 do_interrupt+0xa8(ffffff003ed13750, ffffff064e6f3000) ffffff003ed13750 _interrupt+0xba() ffffff003ed138d0 LZ4_compressCtx+0xdb(ffffff09fb66c000, ffffff064e6f3000, ffffff0bc724e004, 20000, 1bffc) ffffff003ed13940 real_LZ4_compress+0x6e(ffffff064e6f3000, ffffff0bc724e004, 20000, 1bffc) ffffff003ed13990 lz4_compress+0x36(ffffff064e6f3000, ffffff0bc724e000, 20000, 1c000, 0) ffffff003ed139d0 zio_compress_data+0x89(f, ffffff064e6f3000, ffffff0bc724e000, 20000) ffffff003ed13a40 zio_write_bp_init+0x1f4(ffffff09f0ec6400) ffffff003ed13a70 zio_execute+0x78(ffffff09f0ec6400) ffffff003ed13b30 taskq_thread+0x2d0(ffffff09236b56d0) ffffff003ed13b40 thread_start+8()
Illumos was built from the source code, revision is dcf050a (from git)
or nearest to it
http://witch.tambov.ru/~denis/vmdump.0
size is 3.8GB
I hope my dump will help you to fix it,
thanks
Updated by Rich Ercolani over 7 years ago
I'm not a domain expert, but that panic really looks less like an LZ4 problem and more like a hardware fault/error.
Updated by Josef Sipek over 7 years ago
Agreed. While executing lz4 code, an interrupt occured. The interrupt is totally unrelated to lz4.
Updated by Denis Kozadaev over 7 years ago
ok, guys, then close it if you are absolutely sure it is a double
Updated by Josef Sipek over 7 years ago
- Status changed from New to Rejected
You should check fmdump because it sounds like you have a hardware failure. If it isn't a hardware issue, let us know!
Actions