[MacPorts] #45853: gcc48: simple program crashes with Segmentation fault: 11

MacPorts noreply at macports.org
Tue Nov 11 02:48:05 PST 2014


#45853: gcc48: simple program crashes with Segmentation fault: 11
--------------------------+----------------------
  Reporter:  trac-1948@…  |      Owner:  mww@…
      Type:  defect       |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.3.2
Resolution:               |   Keywords:  yosemite
      Port:  gcc48        |
--------------------------+----------------------

Comment (by vince@…):

 Does not happen here on my MBA with Yosemite and Xcode 6.1


 {{{
 Air > cat > t.cc
 #include <sstream>

 int main()
 {
    std::ostringstream oss;
    oss << " location ";
    return 0;
 }
 Air >
 Air > g++-mp-4.8 t.cc
 Air > ./a.out
 Air >

 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/45853#comment:5>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list