Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 245)

Ticket Resolution Summary Owner Reporter
#101 worksforme libc: failed fork may cause wait4() to never return bird bird
Description

I've got the "LIBC PANIC!!! LIBC fork: Child aborting fork()! rc=0xffffffea" error while running the libiberty configure. The parent process is stuck in wait4() waiting for some process to exit, but there are no child processes!

#102 fixed libc: thread db locked after fork bird bird
Description

Just had a incident of the thread database being locked after a fork. The locker was the internal process reaper thread of the parent. not nice.

#103 fixed libc: atexit() callbacks in dlls are called after dlclose()/DosFreeModule() on the DLL bird Yuri Dario
Description

Use atexit()/on_exit() to register a callback residing in a dynamically loaded DLL. Then unload the DLL. When exit() eventually is called, the application crashes because the callback code isn't there anylonger.

Note: See TracQuery for help on using queries.