[MacPorts] #41555: gcc46: gfortran not working after upgrade
MacPorts
noreply at macports.org
Wed Nov 27 07:54:26 PST 2013
#41555: gcc46: gfortran not working after upgrade
-------------------------+-------------------
Reporter: liampg72@… | Owner: mww@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: | Keywords:
Port: gcc46 |
-------------------------+-------------------
Comment (by kurtjaeke@…):
Please use the test program from '''config.log''':
{{{
program foo
real, parameter :: bar = sin (12.34 / 2.5)
end program foo
}}}
save it in a file '''test.f''', and compile it using
{{{
gfortran-mp-4.6 -v -c -o test.o test.f
}}}
This should trigger your SIGILL. Then, run
{{{
lldb -- gfortran-mp-4.6 v -c -o test.o test.f
}}}
This gives you the lldb debugger shell. There, type '''run'''. This should
trigger the crash. Then type '''bt''', and post the output.
--
Ticket URL: <https://trac.macports.org/ticket/41555#comment:6>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list