Changes between Initial Version and Version 1 of Ticket #41555, comment 6


Ignore:
Timestamp:
Nov 27, 2013, 3:54:51 PM (10 years ago)
Author:
kurtjaeke@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41555, comment 6

    initial v1  
    1111This should trigger your SIGILL. Then, run
    1212{{{
    13 lldb -- gfortran-mp-4.6 v -c -o test.o test.f
     13lldb -- gfortran-mp-4.6 -v -c -o test.o test.f
    1414}}}
    1515This gives you the lldb debugger shell. There, type '''run'''. This should trigger the crash. Then type '''bt''', and post the output.