Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 245)

Ticket Resolution Summary Owner Reporter
#71 fixed libc: Incorrect fmutex padding in FILE bird bird
Description

_fcloseall (and probably others) fails (crashes) because of the __u.__rsem_ersatz member of FILE is 4 bytes too small. Thanks to froloff for pointing out the crash.

#76 fixed libc: fork() failed when using dlopen() bird froloff
Description

If process load module dynamically (dlopen) after that fork will fail.

I examine the situation a bit and divide it into 3 cases

  1. process dlopen() module then forking. Child process failed during initial fork processing.
  2. process dlopen() module, dlclose() module then forking. Parent process trapped during fork processing.
  3. process dlopen() module, dlclose() module, dlopen() module again then forking. Parent process goes endless loop in forkParValidateModules() during fork processing.

I'll send testcase and libc logs via email.

Note. I didn't find code deregistering module from modules chain - conj procedure to __libc_ForkRegisterModule().

#79 fixed Tar 1.16.1 bird ktk
Description

port of tar

homepage: http://www.gnu.org/software/tar/

latest source: ftp://ftp.gnu.org/gnu/tar/tar-1.16.1.tar.gz

Paul ported it already: http://www.os2world.com/smedley/tar-1.15.1-os2r2.zip

dependencies: none

Note: See TracQuery for help on using queries.