Custom Query (45 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 45)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#38 fixed supdrvSessionRetain/supdrvSessionRelease problem Valery V. Sedletski Valery V. Sedletski
Description

The supdrvSessionRetain / supdrvSessionRelease increment / decrement a reference counter for vboxdr.sys open sessions. And the release count is greater than retain count, so we got

!!Assertion Failed!!
Expression: cRefs < _1M
Location  : N:/src/vbox/src/VBox/HostDrivers/Support/SUPDrv.cpp(1364) uint32_t
supdrvSessionRelease(PSUPDRVSESSION)
0xffffffff fd3e4308

on boot. So, there will be trap 0003 on boot with current vboxdrv.sys from repo. There is a preliminary fix, which I attach to this ticket, but it is not perfect.

So, implement a proper fix.

#7 fixed Headless connection diver
Description

test the Driver with the headless connection

#11 fixed Compiler Version diver
Description

We need to take care, that VBox is also buildable with GCC 4 and not only with GCC 3.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.