Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2015 21:03:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203297] graphics/rawstudio: core dump on start-up
Message-ID:  <bug-203297-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203297

            Bug ID: 203297
           Summary: graphics/rawstudio: core dump on start-up
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: fbsd@opal.com
                CC: samm@os2.kiev.ua
             Flags: maintainer-feedback?(samm@os2.kiev.ua)
                CC: samm@os2.kiev.ua

On running rawstudio, this happens:

        $ rawstudio

        ** (rawstudio:18309): WARNING **: Lensfun library version is unknown.
        zsh: segmentation fault  /usr/local/bin/rawstudio

The problem is in rs-batch.c, make_batch_options(), this code:

        active = gui_confbox_get_active(filetype_confbox);
        if (!active)
                active = GUINT_TO_POINTER(g_type_from_name("RSJpegfile"));
        filetype_changed(active, queue);

The core dump comes in filetype_changed().  It appears that
gui_confbox_get_active() is returning an invalid value.

A work-around is to not call filetype_changed() at this point.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203297-13>