Bug 267254 - graphics/gimp-app: crashes with built-in tools
Summary: graphics/gimp-app: crashes with built-in tools
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Graham Perrin
URL: https://github.com/freebsd/freebsd-po...
Keywords: crash, needs-qa
Depends on: 267841
Blocks:
  Show dependency treegraph
 
Reported: 2022-10-21 13:23 UTC by Ross Lozynskyy
Modified: 2023-06-20 16:47 UTC (History)
3 users (show)

See Also:


Attachments
GIMP Crash Debug (20.65 KB, text/plain)
2022-10-21 13:23 UTC, Ross Lozynskyy
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ross Lozynskyy 2022-10-21 13:23:30 UTC
Created attachment 237511 [details]
GIMP Crash Debug

GNU Image Manipulation Program version 2.10.32 crashes at the moment I try to use any builtin tools.
Comment 1 Graham Perrin freebsd_committer freebsd_triage 2022-10-22 05:41:40 UTC
Please provide steps to reproduce. 

(In reply to Ross Lozynskyy from comment #0)

> any builtin tools.

With GIMP and other packages from latest on FreeBSD-CURRENT, I performed rotation without a crash. 

% pkg info -x gimp
gimp-2.10.32,2
gimp-app-2.10.32_7,1
gimp-gutenprint-5.3.3_1
% uname -aKU
FreeBSD mowa219-gjp4-8570p-freebsd 14.0-CURRENT FreeBSD 14.0-CURRENT #23 main-n258470-661faa1f77c0: Thu Oct  6 21:47:17 BST 2022     grahamperrin@mowa219-gjp4-8570p-freebsd:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64 1400072 1400072
% pkg -vv | grep -e url -e enabled -e priority
    url             : "pkg+http://pkg0.pkt.freebsd.org/FreeBSD:14:amd64/latest",
    enabled         : yes,
    priority        : 4,
    url             : "https://alpha.pkgbase.live/current/FreeBSD:14:amd64/latest",
    enabled         : no,
    priority        : 0,
    url             : "file:///usr/local/poudriere/data/packages/main-default",
    enabled         : yes,
    priority        : 3
%
Comment 2 Graham Perrin freebsd_committer freebsd_triage 2022-11-06 09:40:51 UTC
(In reply to Ross Lozynskyy from comment #0)

If you update the operating system, and upgrade packages, then is the crash reproducible? 

----

If reproducible: which version of FreeBSD, exactly?

freebsd-version -kru ; uname -aKU

Packages from latest, or quarterly?

pkg -vv | grep -e url -e enabled -e priority

Can you provide additional steps to reproduce? 

Name the tool with which a crash most recently occurred; and so on. 

<https://docs.freebsd.org/en/articles/problem-reports/#pr-writing-tips> forms part of a long story. Short story: a report may be more easily actionable if the crash is (equally) easily reproducible by a person reading the report. 

Thank you
Comment 3 Graham Perrin freebsd_committer freebsd_triage 2022-11-19 02:18:00 UTC
(In reply to Graham Perrin from comment #2)

> Packages from latest, or quarterly?

In the attachment at comment #0: 

> using GLib version 2.74.0 (compiled against version 2.74.0)

From 2.74.0, I assume: 

* quarterly
* dependency on bug 267841.
Comment 4 Graham Perrin freebsd_committer freebsd_triage 2022-11-19 17:52:39 UTC
Reporter: please upgrade devel/glib20 to 2.74.1, then tell whether the bug is reproducible. 

Either: 

a) await availability of a package (see 
   <https://www.freshports.org/devel/glib20/#packages>); or 

b) build the port from source (see 
   <https://www.freshports.org/devel/glib20/#add>). 

Thanks