New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Initial Version and Version 1 of Ticket #34520


Ignore:
Timestamp:
05/20/12 00:27:17 (12 months ago)
Author:
ryandesign@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34520 – Description

    initial v1  
    11With a freshly installed MacPorts on MacOS 10.7.4 with Xcode 4.3.2, do 
     2{{{ 
    23  > sudo port install dia 
     4}}} 
    35then launch 
     6{{{ 
    47  > dia 
     8}}} 
    59A window appears for a short while before the program crashes with 
     10{{{ 
    611Segmentation fault: 11 
     12}}} 
    713 
    814Running it with gdb gives 
    915 
     16{{{ 
    1017Program received signal EXC_BAD_ACCESS, Could not access memory. 
    11  
    1218Reason: KERN_INVALID_ADDRESS at address: 0x000000007a950f48 
    13  
    14190x00007fff94df91ec in flockfile () 
    15  
    1620(gdb) bt 
    17  
    1821#0  0x00007fff94df91ec in flockfile () 
    19  
    2022#1  0x00007fff94daeb23 in fread () 
    21  
    2223#2  0x00000001034901d5 in shape_typeinfo_load () 
    23  
    2424#3  0x0000000103494031 in load_shapes_from_tree () 
    25  
    2625#4  0x0000000103493f95 in load_shapes_from_tree () 
    27  
    2826#5  0x0000000103493f32 in dia_plugin_init () 
    29  
    3027#6  0x00000001000c8a34 in dia_plugin_load () 
    31  
    3228#7  0x00000001000c8dfa in dia_register_plugin () 
    33  
    3429#8  0x00000001000c8f29 in for_each_in_dir () 
    35  
    3630#9  0x00000001000c9112 in dia_register_plugins () 
    37  
    3831#10 0x00000001000105d5 in app_init () 
    39  
    4032#11 0x000000010003a539 in main () 
    41  
     33}}}