Changes between Initial Version and Version 1 of Ticket #69348
- Timestamp:
- Feb 16, 2024, 5:14:12 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69348
-
Property
Status
changed from
new
toassigned
- Property Cc mascguy@… removed
- Property Owner set to mascguy
-
Property
Summary
changed from
gimp 2.10.36 segfaults
togimp @2.10.36 segfaults
-
Property
Status
changed from
-
Ticket #69348 – Description
initial v1 1 1 Executing GIMP, I get a segmentation fault. I am running Sonoma 14.3.1 on a Mac Studio M2 Max. The bug report follows: 2 2 3 {{{ 3 4 <!-- Copy-paste this whole debug data to report to developers --> 4 5 5 6 ```7 6 GNU Image Manipulation Program version 2.10.36 8 7 git-describe: GIMP_2_10_36 … … 24 23 using Cairo version 1.17.6 (compiled against version 1.17.6) 25 24 26 ```27 25 > fatal error: Segmentation fault: 11 28 26 29 27 Stack trace: 30 ```31 28 32 29 # Stack traces obtained from PID 23604 - Thread 0xa86ac # 33 30 34 31 (lldb) process attach --pid 23604 35 36 ``` 32 }}}