Custom Query (45 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 45)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20 fixed waitForEventsOnXPCOM rc=-1 errno=22 Valery V. Sedletski Valery V. Sedletski
Description

The message in the title repeats many times in the VM log, then after a minute or so, the VM starts, and then terminates.

VirtualBox VM 5.0.0_OSE r6 os2.x86 (Aug 28 2015 08:55:42) release log
00:00:01.386799 Log opened 2015-09-04T14:49:14.871000000Z
00:00:01.386802 Build Type: release
00:00:01.386806 OS Product: OS/2
00:00:01.386808 OS Release: 1
00:00:01.386811 OS Version: 2.45
00:00:01.386824 Host RAM: 3582MB total, 3363MB available
00:00:01.386828 Executable: L:\SRC\VBOX\OUT\OS2.X86\RELEASE\BIN\VBOXHEADLESS.EXE
00:00:01.386829 Process ID: 1322

00:00:01.386830 Package type: OS2_32BITS_GENERIC (OSE)
00:00:01.404009 Installed Extension Packs:
00:00:01.404029   Oracle VBoxDTrace Extension Pack (Version: 5.0.0_OSE r6; VRDE Module: )
00:00:01.407178 Console: Machine state changed to 'Starting'
00:00:01.427161 waitForEventsOnXPCOM rc=-1 errno=22
00:00:01.427197 waitForEventsOnXPCOM rc=-1 errno=22
00:00:01.427210 waitForEventsOnXPCOM rc=-1 errno=22
00:00:01.427223 waitForEventsOnXPCOM rc=-1 errno=22
00:00:01.427235 waitForEventsOnXPCOM rc=-1 errno=22
#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.

#60 fixed r121-- Configure failure SDL--- "./src/thread/os2 missing" rklipp rklipp
Description

Checking for libpng: found version 1.6.21, OK. Checking for SDL:

SDL not found at -L/@unixroot/usr/lib -lSDL -I/@unixroot/usr/include/SDL ./src

/thread/os2 or SDL headers not found

Check the file F:/5.0.6Netlabs-121SDL/configure.log for detailed error informat

ion. Check F:/5.0.6Netlabs-121SDL/configure.log for details

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