Changes between Initial Version and Version 1 of Ticket #76


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #76

    • Property Component baselayoutlibc-backend
    • Property Status newassigned
    • Property Version0.6
  • 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.