Custom Query (16363 matches)
Results (538 - 540 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3818 | invalid | FreeBSD amd64 build fix | ||
| Description |
diff ./vbox/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk ./vbox/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk.orig 297c297 < ifeq ($(filter-out darwin.x86 darwin.amd64 os2.x86 solaris.x86 solaris.amd64 win.x86 win.amd64 linux.amd64 freebsd.amd64,$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)),) ---
win.x86 win.amd64 linux.amd64,$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)),) |
|||
| #14567 | duplicate | IntegrityError: (1062, "Duplicate entry 'kelsang.sherab@hotmail.com' for key 'PRIMARY'") | ||
| Description |
How to Reproduce
While doing a POST operation on (please provide additional details here) Request parameters: {'__FORM_TOKEN': u'6d1a2266a936f706d1ffd5d1',
'nick': u'redwisdomlight',
'referer': u'https://www.virtualbox.org/login'}
User agent: System InformationSystem information not available Enabled PluginsPlugin information not available Python TracebackTraceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 513, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 235, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 126, in process_request
ret = self._do_login(req)
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 231, in _do_login
@self.env.with_transaction()
File "/usr/lib/python2.4/site-packages/trac/db/api.py", line 77, in transaction_wrapper
fn(ldb)
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 236, in store_authnick
(remote_user, nick))
File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 65, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib64/python2.4/site-packages/MySQL_python-1.2.4b4-py2.4-linux-x86_64.egg/MySQLdb/cursors.py", line 202, in execute
self.errorhandler(self, exc, value)
File "/usr/lib64/python2.4/site-packages/MySQL_python-1.2.4b4-py2.4-linux-x86_64.egg/MySQLdb/connections.py", line 36, in defaulterrorhandler
raise errorclass, errorvalue
IntegrityError: (1062, "Duplicate entry 'kelsang.sherab@hotmail.com' for key 'PRIMARY'")
|
|||
| #8773 | fixed | 4.0.4 and 4.0.6 IO Subsystem errors => Fixed in SVN | ||
| Description |
There is a bug in IO subsystem of the 4.0.4 and 4.0.6 VBox, which is quite easy to reproduce. To reproduce it it is enough to copy the file into the guest OS (using, for example NFS as a medium, but You can try different media as well) and compute its checksum (using cksum utility). Such copy of the file generates quite different checksum, than original file. I have tested it on different Host/Guest OSes combination, so I think, that the bug is generic Here are examples : Host : Windows 7 64 bits, SP1 (guests : Oracle Linux 5.6, 64 bits, Solaris 10u9 64 bits) Host : Oracle Linux 5.6, 64 bits, (guests : Oracle Linux 5.6, 64 bits, Solaris 10u9 64 bits) Host : Solaris 10u9, 64 bits, (guests : Oracle Linux 5.6, 64 bits, Solaris 10u9 64 bits) The bug is able to reproduce on at least some larger files (around 1GB) Versions affected are (at least : 4.0.4 and 4.0.6) I have reproduced it with option "Used host IO cache" both - enabled, and disabled - results are the same. I am choosing "Solaris" as a host and guest, but - as I have written - the bug seems to be generic, as I have tested it on more Host/Guest combinations than this one. However - I haven't tested it on any 32-bit platform. |
|||

