Changes between Initial Version and Version 1 of Ticket #53481


Ignore:
Timestamp:
Feb 3, 2017, 1:47:25 PM (8 years ago)
Author:
jmroot (Joshua Root)
Comment:

Please remember to fill in the Port field and Cc the maintainer.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53481

    • Property Status changed from new to assigned
    • Property Owner set to dbevans
    • Property Port inkscape added
  • Ticket #53481 – Description

    initial v1  
    11inkscape always crashes with the following back trace.
    2 
     2{{{
    33* thread #1: tid = 0x37abb8, 0x00007fffb65870f3 libsystem_c.dylib`_UTF8_mbsnrtowcs + 287, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
    44  * frame #0: 0x00007fffb65870f3 libsystem_c.dylib`_UTF8_mbsnrtowcs + 287
     
    88    frame #4: 0x0000000100286d73 inkscape`font_factory::GetUIStyles(_PangoFontFamily*) + 221
    99    frame #5: 0x000000010028c4c8 inkscape`Inkscape::FontLister::update_font_list(SPDocument*) + 1490
    10 
     10}}}
    1111If I build inkscape against the MacPort dependencies outside of MacPorts using the following steps inkscape works.
    12 
     12{{{
    1313#!/bin/bash
    1414
     
    3939
    4040make 2>&1 | tee build-make.log
     41}}}