GA crash after drag-n-drop

Postings relating to old VirtualBox pre-releases
Post Reply
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

GA crash after drag-n-drop

Post by Technologov »

Host: Win7, VBox 5.0.0-BETA1
Guest: WinXP, VBox 5.0.0-BETA1 GA.

Dragged a file from host desktop to guest desktop.
GA crashed.
Attachments
Windows XP-2015-04-02-03-42-23.log
vbox log
(104.44 KiB) Downloaded 32 times
screenshot
screenshot
drag-n-drop-GA-crash.png (53.4 KiB) Viewed 6982 times
pentagonik
Oracle Corporation
Posts: 283
Joined: 19. May 2008, 16:09
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: Too many to specify!
Contact:

Re: GA crash after drag-n-drop

Post by pentagonik »

Thanks for testing.

Is this reproducible with the same file?

Can you please add:

Code: Select all

VBOXTRAY_RELEASE_LOG=guest_dnd.e.l.f
VBOXTRAY_RELEASE_LOG_DEST=file=C:\Temp\VBox.log
VBOXTRAY_RELEASE_LOG_FLAGS=time thread
to the guest's system environment variables and reboot the guest? This should generate a logfile in "C:\Temp" (must be created first) which should help us debugging the problem further. Thanks!
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Re: GA crash after drag-n-drop

Post by Technologov »

This is 100% reproducible crash.

Sadly, no log file gets created on the guest.

NOTE: The opposite direction works ! (file DnD, from WinXP guest to Win7 host)
pentagonik
Oracle Corporation
Posts: 283
Joined: 19. May 2008, 16:09
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: Too many to specify!
Contact:

Re: GA crash after drag-n-drop

Post by pentagonik »

Can you then please try creating a MiniDump from VBoxTray when it crashes: See: https://www.virtualbox.org/wiki/Core_dump

What exact kind of file are you trying to copy over to the guest? Is this file read/write protected, too big, not accessible maybe?
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Re: GA crash after drag-n-drop

Post by Technologov »

File is simple plain text. Full control permissions.

Bad news: Dump is NOT being created.
I can give you temporary Team-viewer access.

I will also try VBOXTRAY_RELEASE_LOG*

Code: Select all

VBOXTRAY_RELEASE_LOG=guest_dnd.e.l.f
VBOXTRAY_RELEASE_LOG_DEST=file=C:\Windows\Temp\VBoxGA.log
VBOXTRAY_RELEASE_LOG_FLAGS=time thread
Good news ! got log !
Attachments
VBoxGA.log
(522 Bytes) Downloaded 31 times
pentagonik
Oracle Corporation
Posts: 283
Joined: 19. May 2008, 16:09
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: Too many to specify!
Contact:

Re: GA crash after drag-n-drop

Post by pentagonik »

Just reproduced the crash. Investigating.
pentagonik
Oracle Corporation
Posts: 283
Joined: 19. May 2008, 16:09
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: Too many to specify!
Contact:

Re: [BUG] GA crash after drag-n-drop

Post by pentagonik »

Found and fixed the issue; I'll provide you a new Guest Additions build soon.
birdie
Posts: 429
Joined: 2. May 2010, 14:19
Primary OS: Fedora other
VBox Version: PUEL
Guest OSses: Windows, Linux, other Unixes
Location: Artem S. Tashkinov
Contact:

Re: [BUG] GA crash after drag-n-drop

Post by birdie »

pentagonik wrote:Found and fixed the issue; I'll provide you a new Guest Additions build soon.
Speaking of which.

Is it possible to provide, say, daily VirtualBox 5 builds instead of beta 1/beta 2/beta 3/rc 1/rc 2/etc.?

This way it would be easier for us, beta testers, to see real progress.
pentagonik
Oracle Corporation
Posts: 283
Joined: 19. May 2008, 16:09
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: Too many to specify!
Contact:

Re: GA crash after drag-n-drop

Post by pentagonik »

birdie wrote:
pentagonik wrote:Found and fixed the issue; I'll provide you a new Guest Additions build soon.
Speaking of which.

Is it possible to provide, say, daily VirtualBox 5 builds instead of beta 1/beta 2/beta 3/rc 1/rc 2/etc.?

This way it would be easier for us, beta testers, to see real progress.
Well, the issue Technologov reported.

We already defined our release scheme and therefore won't change it.
pentagonik
Oracle Corporation
Posts: 283
Joined: 19. May 2008, 16:09
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: Too many to specify!
Contact:

Re: GA crash after drag-n-drop

Post by pentagonik »

Here's the .ISO:

https://www.virtualbox.org/download/tes ... -99385.iso

Please update the guest with these new Guest Additions and restart. Please let me know if then works for you. Thank you.
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Re: GA crash after drag-n-drop

Post by Technologov »

Thanks ! First bug solved. (VBoxTray crash).

Bug occurs, when drag-n-drop file from host to guest. (small text file)

Now we hit 2nd bug: (this time on host OS)
Attachments
Windows XP Crypto-2015-04-02-12-29-56.log
vbox log
(76.2 KiB) Downloaded 29 times
dnd-problems.png
dnd-problems.png (705.81 KiB) Viewed 6853 times
birdie
Posts: 429
Joined: 2. May 2010, 14:19
Primary OS: Fedora other
VBox Version: PUEL
Guest OSses: Windows, Linux, other Unixes
Location: Artem S. Tashkinov
Contact:

Re: GA crash after drag-n-drop

Post by birdie »

I can confirm that with the test version of GAs drag-n-drop works, but VirtualBox shows an empty error message:
Attachments
dnd_error_linux_host.png
dnd_error_linux_host.png (9.88 KiB) Viewed 6840 times
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

[BLOCKER] GA crash after drag-n-drop

Post by Technologov »

BLOCKER : This bug prevents me from starting mass scale GA testing on a variety of guests. (I won't start guest matrix test without drag n drop)

Please see if you can fix it by BETA2.
pentagonik
Oracle Corporation
Posts: 283
Joined: 19. May 2008, 16:09
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: Too many to specify!
Contact:

Re: BLOCKER: GA crash after drag-n-drop

Post by pentagonik »

This is being worked on currently.
Post Reply