Custom Query (204 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 204)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#186 wontfix pod2ipf missing from Perl 5.16 Shmuel (Seymour J.) Metz
Description

The pod2ipf utility is missing. It is needed to create an INF version of the documentation. I can provide a modified version and some fixes.

#185 fixed Poppler exhausts OS2's semaphore handles when opening large pdfs Gregg Young
Description

Poppler has 13 classes that create a new semaphore for each class object. Created in the constructor destroyed in the distructor. With large documents the number can grow to exhaust the 65,535 available semaphore handles.

The fix should be relatively easy. Make the semaphores statics. Create in the constructor only if they don't exist then destroy in the exit code. I can do the fix but what should I checkout vendor/current or the trunk? Anything special needed to build it?

Note qpdfview suffers from the same problem. It is possible poppler is leaking semaphore handle but if it is it is at a very slow rate. The problem seems worse in later versions.

See Lucide ticket 355 for more details. http://trac.netlabs.org/lucide/ticket/355

#184 fixed Unzip 6.0 sets wrong timestamp on directories Silvan Scherrer BlondeGuy
Description

If I zip some files in a directory tree, the timestamps of files are fine, but the timestamp of directories is the time that unzip ran.

For example, zip -r ibmcom.zip c:\ibmcom

unzip -l ibmcom.zip (will show original dates of directories)

unzip ibmcom.zip (will show current date on unzipped directories)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.