[Bug 202250] graphics/rawtherapee: abort()s on startup

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 11 19:32:57 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202250

            Bug ID: 202250
           Summary: graphics/rawtherapee: abort()s on startup
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mandree at FreeBSD.org
          Reporter: cmt at burggraben.net
          Assignee: mandree at FreeBSD.org
             Flags: maintainer-feedback?(mandree at FreeBSD.org)

Created attachment 159777
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159777&action=edit
catch glib exception when creating directory monitors

Since the latest devel/glib20 change, rawtherapee coredumps on abort() when
starting in directory browser mode (opening single files via command line still
works).
Backtraces and debugging show that the abort() is caused by an uncaught
exception from glibmm, which in turn is a translation of an error returnen from
glib. The text of the original error message is "Unable to find default local
directory monitor".
The file monitoring code has been disabled in
https://svnweb.freebsd.org/ports?view=revision&sortby=date&revision=393663 so
this issue here is related to 202128.
As the file/directory monitoring code has been reported as "broken" I did not
check if reverting r393663 fixes this.

Instead the attached patch catches the exception and logs an error. This way,
the main directory browser functionality has been restored for me.

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


More information about the freebsd-ports-bugs mailing list