Changes between Initial Version and Version 1 of Ticket #45833


Ignore:
Timestamp:
Nov 9, 2014, 7:35:33 PM (9 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45833

    • Property Owner changed from macports-tickets@… to stuartwesterman@…
  • Ticket #45833 – Description

    initial v1  
    66
    77Then I tried to use gdb to obtain a stack backtrace of the crash in the application, however there is no usable output:
    8 
     8{{{
    99Program received signal SIGSEGV, Segmentation fault.
    10100x00007fff8fc64432 in ?? ()
     
    2121#9  0x00000001000c9088 in ?? ()
    2222#10 0x0000000000000000 in ?? ()
     23}}}
    2324
    2425On Linux, this works, i.e. it gives me a backtrace, on Mac OS X with MacPorts' gdb this has never worked, I can't remember when I had a decent backtrace on OS X when developing with gcc and gdb on the command line. I'm not doing anything strange, so I can't quite understand what's going on...