[MacPorts] #51911: libepoxy: crash in gtk_init_check when calling epoxy_glx_version

MacPorts noreply at macports.org
Fri Jul 29 11:48:39 PDT 2016


#51911: libepoxy: crash in gtk_init_check when calling epoxy_glx_version
-----------------------+----------------------
  Reporter:  manus@…   |      Owner:  devans@…
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:  2.3.4
Resolution:            |   Keywords:
      Port:  libepoxy  |
-----------------------+----------------------

Comment (by devans@…):

 Committed the contents of your PR as a patch in r150809.  Let me know if
 this closes out this ticket or if there are additional issues.

 Concerning the location of the source for debugging purposes, port
 extracts the tarball into the port's working directory which can be found,
 after patching, as follows:
 {{{
 $ sudo port patch libepoxy
 $ port work libepoxy
 /opt/local/var/macports/build/_opt_macports_trunk_dports_graphics_libepoxy/libepoxy/work
 }}}
 The exact path will depend on the details of your installation.

 To rebuild the port locally (rather than using the precompiled binary)
 with debugging symbols, I recommend the following commands:
 {{{
 $ cd $(port dir libepoxy)
 $ sudo port clean
 $ sudo port -nsk upgrade --force configure.optflags='-g -O0'
 $ lldb <your app to debug linked to libepoxy>
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/51911#comment:9>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list