Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Sep 2017 02:12:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 222097] [PATCH]www/phpvirtualbox 5.1.1: SOAP Validation constraint violation
Message-ID:  <bug-222097-13-lsV8SiffQ2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222097-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222097-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222097

dereks@lifeofadishwasher.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dereks@lifeofadishwasher.co
                   |                            |m

--- Comment #4 from dereks@lifeofadishwasher.com ---
I think your takeSnapshot() change is still broken.  The null should be fal=
se.=20
Can you take snapshots with this patch?

Also, see https://gist.github.com/derekschrock/f7c4ee9b1d3533088baa1e44ebc6=
24c8
with the patch I've been working with over the past month.  This approach i=
s a
little different by checking in the method for nulls instead of correcting =
the
call itself.  Each fix has pros/cons.

There might be a couple other calls that are still passing nulls
(temporaryEjectDevice, nonRotationalDevice, setHotPluggableForDevice were o=
ther
functions in backtraces I ran into.) I believe you'll run in to these issues
when you're adding/changing controllers, adding/removing disks, or playing
around in the VMM disk manager.

Also, see line vboxconnector.php:2522 I haven't fully traced that back to s=
ee
if $args['class'] issues a SOAP call or not.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222097-13-lsV8SiffQ2>