Changes between Initial Version and Version 3 of Ticket #53270


Ignore:
Timestamp:
Jan 10, 2017, 2:47:54 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53270

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

    initial v3  
    22
    33macOS 10.12.2
     4{{{
    45port installed inkscape
    56The following ports are currently installed:
    67 inkscape @0.92.0_0+quartz (active)
     8}}}
    79Xcode 8.2
    810Build version 8C38
     
    1012
    1113locale gives:
    12 
     14{{{
    1315LANG="en_US.UTF-8"
    1416LC_COLLATE="en_US.UTF-8"
     
    1921LC_TIME="en_US.UTF-8"
    2022LC_ALL="en_US.UTF-8"
    21 
     23}}}
    2224when I run inkscape it crashes:
    23 
     25{{{
    2426inkscape[1047:101038] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
    2527
     
    3032
    3133Segmentation fault: 11
    32 
     34}}}
    3335Debugging with lldb
    34 
     36{{{
    3537Process 1084 launched: '/opt/local/bin/inkscape' (x86_64)
    36382017-01-10 00:07:57.864026 inkscape[1084:114303] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
     
    4345    0x7fffb37e70fa <+294>: leaq   -0x2c(%rbp), %rdi
    4446    0x7fffb37e70fe <+298>: movq   %r12, %rsi
    45 
    4647backtrace:
    4748* thread #1: tid = 0x1be7f, 0x00007fffb37e70f3 libsystem_c.dylib`_UTF8_mbsnrtowcs + 287, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
     
    8081
    8182    frame #16: 0x00007fffb377a255 libdyld.dylib`start + 1
     83}}}