VirtualBox

Changes between Version 1 and Version 2 of Ticket #14296, comment 47


Ignore:
Timestamp:
08/22/2016 08:13:09 AM (7 years ago)
Author:
UNIXSPOD
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14296, comment 47

    v1 v2  
    5252}}} 
    5353 
     54Experimenting with running VBoxSVC manually does this: 
     55 
     56 
     57{{{ 
     58# /usr/lib/virtualbox/VBoxSVC 
     59************************************************ 
     60Oracle VM VirtualBox XPCOM Server Version 5.0.26 
     61(C) 2004-2016 Oracle Corporation 
     62All rights reserved. 
     63 
     64Starting event loop.... 
     65[press Ctrl-C to quit] 
     66}}} 
     67 
     68The moment I run virtualbox in another window, the foreground VBoxSVC segfaults: 
     69 
     70 
     71{{{ 
     72# /usr/lib/virtualbox/VBoxSVC 
     73************************************************ 
     74Oracle VM VirtualBox XPCOM Server Version 5.0.26 
     75(C) 2004-2016 Oracle Corporation 
     76All rights reserved. 
     77 
     78Starting event loop.... 
     79[press Ctrl-C to quit] 
     80Segmentation fault 
     81}}} 
     82 
     83So this appears to be a fundamental programming error on your part as the program is trying to access memory across a byte boundary, (always a no no, no matter what architecture) 
     84 
     85 

www.oracle.com
ContactPrivacy policyTerms of Use