Changes between Initial Version and Version 1 of Ticket #76


Ignore:
Timestamp:
Mar 22, 2006, 4:00:15 PM (18 years ago)
Author:
bird
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #76

    • Property Status changed from new to assigned
    • Property Version changed from to 0.6
    • Property Component changed from baselayout to libc-backend
  • Ticket #76 – Description

    initial v1  
    33I examine the situation a bit and divide it into 3 cases
    44
    5 1. process dlopen() module then forking. Child process failed during initial fork processing.
    6 2. process dlopen() module, dlclose() module then forking. Parent process trapped during fork processing.
    7 3. process dlopen() module, dlclose() module, dlopen() module again then forking. Parent process goes endless loop in forkParValidateModules() during fork processing.
     5 1. process dlopen() module then forking. Child process failed during initial fork processing.
     6 1. process dlopen() module, dlclose() module then forking. Parent process trapped during fork processing.
     7 1. process dlopen() module, dlclose() module, dlopen() module again then forking. Parent process goes endless loop in forkParValidateModules() during fork processing.
    88
    99I'll send testcase and libc logs via email.