https://bz.apache.org/bugzilla/show_bug.cgi?id=62277
Yann Ylavic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35873|0 |1 is obsolete| | --- Comment #32 from Yann Ylavic <[email protected]> --- Created attachment 35904 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35904&action=edit New tool with full shmget()/shmat() I changed the tool a bit to do the full IPC SysV creation process (maybe the collision happens there), and also be able to work on the real path from this report with all the balancers names collected from the logs (hard coded in the tool itself). Rainer, could you please give it a try? $ gzip -d ftok_collisions_full.c.gz $ gcc ftok_collisions_full.c -o ftok_collisions_full $ mkdir -p /usr/local/apache_QA_New/logs # to be cleaned, eventually $ (ulimit -n 4096; ./ftok_collisions_full --path /usr/local/apache_QA_New/logs) 0 collision(s) for 3990/3990 files The tool should cleanup after itself w.r.t. files/SHMs... -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
