https://bz.apache.org/bugzilla/show_bug.cgi?id=62277
--- Comment #27 from Yann Ylavic <[email protected]> --- Created attachment 35873 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35873&action=edit ftok() collisions tool Small tool to detect ftok() collisions on filenames with the proj_id hashed like in APR lib. The archive contains "ftok_collisions.c" and a bunch of empty files named off your balancers. $ mkdir tmp && cd tmp $ tar xzf ftok_collisions.tar.gz $ gcc ftok_collisions.c -o ftok_collisions $ ./ftok_collisions * 0 collision(s) found $ ./ftok_collisions ftok_collisions.c * Collision between 'ftok_collisions.c' and 'ftok_collisions.c' 1 collision(s) found What's the output for you when compiled and run on Solaris? -- 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]
