<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>when something is freezing, usually indicates some kind of loop, or inter locking of some threads.</DIV>
<DIV> </DIV>
<DIV>If you attach a debugger to the process, then click Break All, it will most likely break into the place that is looping, or wait.</DIV>
<DIV> </DIV>
<DIV>You can download WinDbg, a very good debugger on Windows.</DIV>
<DIV> </DIV>
<DIV>One problem is that since VBox does not ship debugging symbols, you may need to build your own OSE code, which will generates debug symbol files.</DIV>
<DIV><BR><BR>--- On <B>Tue, 7/27/10, Alexey Eremenko <I><al4321@gmail.com></I></B> wrote:<BR></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid"><BR>From: Alexey Eremenko <al4321@gmail.com><BR>Subject: Re: [vbox-dev] One more nasty stuck/crash of Qt GUI on Windows host<BR>To: "VirtualBox developer's list" <vbox-dev@virtualbox.org><BR>Date: Tuesday, July 27, 2010, 10:43 AM<BR><BR>
<DIV class=plainMail>On Tue, Jul 27, 2010 at 8:07 AM, Alexey Eremenko <<A href="http://us.mc343.mail.yahoo.com/mc/compose?to=al4321@gmail.com" ymailto="mailto:al4321@gmail.com">al4321@gmail.com</A>> wrote:<BR>> Since we are speaking about stability as of late, I would like to<BR>> point a problem.<BR>><BR>> Basically, when doing copy/paste in the VBox Qt GUI on Windows host,<BR>> in some cases the VBox GUI stucks until gets manually killed.<BR>> This happens even if no VMs are running at all. Qt somehow manages to<BR>> corrupt the clipboard on copy operation, then later crash on paste<BR>> operation.<BR>><BR>> <A href="http://www.virtualbox.org/ticket/4491" target=_blank>http://www.virtualbox.org/ticket/4491</A><BR>><BR>> --<BR>> -Alexey Eromenko "Technologov"<BR>><BR><BR>How can we debug it ???<BR><BR>Can you setup some computer with remote access to it + debugging<BR>tools, so I can reproduce the crash
 ?<BR><BR>-- <BR>-Alexey Eromenko "Technologov"<BR><BR>_______________________________________________<BR>vbox-dev mailing list<BR><A href="http://us.mc343.mail.yahoo.com/mc/compose?to=vbox-dev@virtualbox.org" ymailto="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</A><BR><A href="http://vbox.innotek.de/mailman/listinfo/vbox-dev" target=_blank>http://vbox.innotek.de/mailman/listinfo/vbox-dev</A><BR></DIV></BLOCKQUOTE></td></tr></table>