Custom Query (45 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 45)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
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
#19 fixed Frontend traps in VBoxC.dll on terminating Valery V. Sedletski Valery V. Sedletski
Description

When terminating VBoxHeadless, we got a trap in VBoxC.dll:

[l:\src\vbox\out\os2.x86\release\bin]VBoxHeadless.exe -s ramfsos2
Oracle VM VirtualBox Headless Interface 5.0.0_OSE
(C) 2008-2015 Oracle Corporation
All rights reserved.

com::Initialize(), starting

Killed by SIGSEGV
pid=0x00c9 ppid=0x0068 tid=0x0001 slot=0x00a6 pri=0x0200 mc=0x0001 ps=0x0010
L:\SRC\VBOX\OUT\OS2.X86\RELEASE\BIN\VBOXHEADLESS.EXE
VBOXC 0:000a9431
cs:eip=005b:1d2c9431      ss:esp=0053:0013eca8      ebp=0013ece8
 ds=0053      es=0053      fs=150b      gs=0000     efl=00010246
eax=00000000 ebx=003367e0 ecx=00000000 edx=0013ecc0 edi=002c29f0 esi=00339540
Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.
#18 fixed NAT: Poll returns (Invalid argument) suppressed 130 Valery V. Sedletski Valery V. Sedletski
Description

When enabled the network (namely, the NAT), got a lot of messages in the VM log about incorrect return from poll() (a log can grow up to tens of megabytes):

00:00:50.680202 Changing the VM state from 'CREATED' to 'POWERING_ON'
00:00:50.704983 NAT: Poll returns (Invalid argument) suppressed 130
00:00:50.705224 NAT: Poll returns (Invalid argument) suppressed 130
00:00:50.705441 NAT: Poll returns (Invalid argument) suppressed 130
00:00:50.705671 NAT: Poll returns (Invalid argument) suppressed 130
00:00:50.705887 NAT: Poll returns (Invalid argument) suppressed 130
00:00:50.706103 NAT: Poll returns (Invalid argument) suppressed 130
00:00:50.706319 NAT: Poll returns (Invalid argument) suppressed 130

The poll() emulation on top of select() is taken from *BSD.

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