Opened 13 years ago
Closed 13 years ago
#10434 closed defect (duplicate)
Assertion Failed crash under heavy disk IO
Reported by: | level7 | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.1.12 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Linux |
Description
Hi, when my Guest VM is under heavy disk IO (doing svn update
of a large working directory) it randomly crashes (1-2 times a day) with the following error in the log file:
16:25:49.040 AsyncCompletion: Task 0x007fc5fb991480 completed after 15 seconds 16:25:49.040 AsyncCompletion: Task 0x007fc5fb9916c0 completed after 15 seconds 16:25:49.040 AsyncCompletion: Task 0x007fc5fb991680 completed after 15 seconds 16:25:50.913 AHCI#0: Canceled read at offset 11987676672 (114688 bytes left) returned rc=VINF_SUCCESS 16:25:50.913 16:25:50.913 !!Assertion Failed!! 16:25:50.913 Expression: pSgBuf->cbSegLeft <= 5 * _1M && (uintptr_t)pSgBuf->pvSegCur >= (uintptr_t)pSgBuf->paSegs[pSgBuf->idxSeg].pvSeg && (uintptr_t)pSgBuf->pvSegCur + pSgBuf->cbSegLeft <= (uintptr_t)pSgBuf->paSegs[pSgBuf->idxSeg].pvSeg + pSgBuf->paSegs[pSgBuf->idxSeg].cbSeg 16:25:50.913 Location : /home/vbox/vbox-4.1.12/src/VBox/Runtime/common/misc/sg.cpp(54) void* sgBufGet(RTSGBUF*, size_t*) 16:25:50.913 pSgBuf->idxSeg=0 pSgBuf->cSegs=1 pSgBuf->pvSegCur=00007fc5f4ab1000 pSgBuf->cbSegLeft=65536 pSgBuf->paSegs[0].pvSeg=000000000176c330 pSgBuf->paSegs[0].cbSeg=114688
- Host: Ubuntu 10.10 64bit
- Guest: Ubuntu 8.04 64bit
Attachments (1)
Change History (6)
comment:1 by , 13 years ago
by , 13 years ago
Attachment: | AssertionFailed.log added |
---|
comment:4 by , 13 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
Could someone please explain to me in what way this bug is a duplicate of #10292 ?
Last comment to the above bug says:
I am not sure this is actually a bug at this point or user error.
and references forum post which mentions VirtualBox vs Extension Pack version miss match:
https://forums.virtualbox.org/viewtopic.php?f=8&t=48226
My VirtualBox version is exactly the same as Extension Pack, so can't see how this would be relevant?
comment:5 by , 13 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Your VM runs into the very same assertion as the user in #10292. The extension pack does not matter and yes, this is a VirtualBox bug but so far we have no idea what's wrong. The crash happens only for a few users and only if there a lot of pending I/O requests as can be seen in your logfile. Please continue the discussion in #10292, not here.
Could you please attach full log file?