[MacPorts] #56214: inkscape @ 0.92.2_2 all variants: libc++abi.dylib Glib::ConvertError

MacPorts noreply at macports.org
Tue Apr 17 11:23:20 UTC 2018


#56214: inkscape @ 0.92.2_2 all variants: libc++abi.dylib Glib::ConvertError
-------------------------+----------------------
  Reporter:  streincorp  |      Owner:  dbevans
      Type:  defect      |     Status:  accepted
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.4.2
Resolution:              |   Keywords:
      Port:  inkscape    |
-------------------------+----------------------

Comment (by neverpanic):

 Sure, but I have a feeling I'm close to a solution anyway, since I've
 noticed using the same code that's used for g++/libstdc++ in glibmm also
 works for clang++/libc++. However, it seems patching the two places in
 `glib/glibmm/ustring.cc` are not enough to actually make the crash go
 away, so I'd still like to do a debug build of inkscape to get a new
 stacktrace.

 If anybody wants to help out with that, that would be welcome. I'm
 currently not at the machine with the WIP patch, but it doesn't do
 anything but replacing `defined(__STDC_ISO_10646__)` with
 `(defined(__STDC_ISO_10646__) || defined(_LIBCPP_VERSION))`.

-- 
Ticket URL: <https://trac.macports.org/ticket/56214#comment:10>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list