Custom Query (204 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 204)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#209 fixed fontconfig 2.13.1 traps SeaMonkey Silvan Scherrer David McKenna
Description

Installed the new experimental fontconfig 2.13.1 using ANPM 1.0.4. After rebooting, I could not start SeaMonkey? - it would beep and create a TRP file. Downgraded back to fontconfig 2.12.4 using ANPM, but at the end of installing, I got a TRP file (attached). However, after rebooting, SeaMonkey? worked again.

#215 fixed Update ca-certificates bundle, NSS, and NSPR Silvan Scherrer Lewis Rosenthal
Description

Our last ca-certificates bundle update was 2017.11. Likewise NSPR and NSS (and friends) are also well out of date.

#32 fixed mmap: Add support for MAP_SHARED dmik dmik
Description

Currently, mmap lacks support for MAP_SHARED. This flag is basically ignored and an attempt to use it in another process will cause an error message from WPSTK that this memory doesn't belong to it (this usually is followed by a crash due to access to invalid memory).

MAP_SHARED is often used in Linux software together with MAP_ANONYMOUS (and with fd = -1) to create shared memory for inter-process communication. We need to support that scenario.

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