Re: [vbox-dev] VBoxTray crash bug

2009-11-05 Thread Huihong Luo
yes, very stable now. no more crashes over last 2 days on a  few vms running seamless mode --- On Wed, 11/4/09, Andreas - Sun Microsystems pentago...@sun.com wrote: From: Andreas - Sun Microsystems pentago...@sun.com Subject: Re: [vbox-dev] VBoxTray crash bug To: vbox-dev@virtualbox.org Cc:

[vbox-dev] a rare crash

2009-11-05 Thread Huihong Luo
this doesn't happen often, just FYI   static PPDMASYNCCOMPLETIONTASK pdmR3AsyncCompletionGetTask(PPDMASYNCCOMPLETIONENDPOINT pEndpoint, void *pvUser) {   else { /* Grab a free task from the head. */ AssertMsg(pEndpoint-cTasksCached 0, (No tasks cached but list contain more than one element\n));

Re: [vbox-dev] a rare crash

2009-11-05 Thread Alexander Eichner
Hi Huihong, this is a known problem. The list is corrupted for some reason but I don't know where it gets corrupted yet. I'm working on it. Regards, Alexander Eichner Am 05.11.2009 um 21:03 schrieb Huihong Luo: this doesn't happen often, just FYI static PPDMASYNCCOMPLETIONTASK

Re: [vbox-dev] fixed - VHD not readable by Hyper-V

2009-11-05 Thread Huihong Luo
just a kind remainder, the fix hasn't been checked into svn yet.   We've been running on VHDs with fix for last couple of weeks, seems to be no side effects.   also need to check in the VDCopy patch --- On Thu, 10/15/09, Klaus Espenlaub klaus.espenl...@sun.com wrote: From: Klaus Espenlaub

[vbox-dev] VBoxSvc crash when deleting snapshots

2009-11-05 Thread Huihong Luo
  MediaData::AttachmentList snapAtts = snapshot-getSnapshotMachine()-mMediaData-mAttachments; AssertBreak(pAttach = findAttachment(snapAtts, replaceHd)); } attachLock.unlock();  === CRASH AutoWriteLock attLock(pAttach); pAttach-updateMedium(pHD, false /* aImplicit */);