Changes between Version 1 and Version 2 of Ticket #14, comment 6


Ignore:
Timestamp:
Sep 2, 2015, 7:14:27 PM (9 years ago)
Author:
Valery V. Sedletski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14, comment 6

    v1 v2  
    1 Yesterday I found the cause of the trap in VBoxSVC. The cause was somewhat unfinished code in src\VBox\Devices\Network\slirp\ regarding /etc/resolv.conf vs. %etc%\resolv2. So, it tried to open the file and failed, then tried to close an invalid file descriptor, so, the trap in fclose(). This is fixed. But then the new problem appears, with the trap in the host driver (see the next ticket #15).
     1Yesterday I found the cause of the trap in VBoxSVC. The cause was somewhat unfinished code in src\VBox\Devices\Network\slirp\ regarding /etc/resolv.conf vs. %etc%\resolv2. So, it tried to open the file and failed, then tried to close an invalid file descriptor, so, the trap in fclose(). This is fixed. But then the new problem appears, with the int 3 in the host driver, because of a failed assertion (see the next ticket #15).