http://bugzilla.novell.com/show_bug.cgi?id=593923 http://bugzilla.novell.com/show_bug.cgi?id=593923#c0 Summary: gcc: segmentation fault with factory Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: x86-64 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: matwey.kornilov@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.1.8) Gecko/20100204 SUSE/3.5.8-0.1.1 Firefox/3.5.8 I am running local obs and found that gcc that is provided with openSUSE:Factory crashes for my code. When compiling this: http://curl.sai.msu.ru/pub/atmos/atmos-2.96.8.tar.gz with this command: CPPFLAGS='-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables' ./configure --prefix=/usr make at: g++ -DHAVE_CONFIG_H -I. -I /usr/src/packages/BUILD/atmos-2.96.8/third-party/lsp/include -I /usr/src/packages/BUILD/atmos-2.96.8/third-party/yalpa/include -fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -DNDEBUG -O2 -MT atmos-integrals.o -MD -MP -MF .deps/atmos-integrals.Tpo -c -o atmos-integrals.o `test -f 'integrals.cpp' || echo './'`integrals.cpp this happens: In file included from /usr/src/packages/BUILD/atmos-2.96.8/third-party/lsp/include/lsp/singular_decomposition.h:29:0, from integrals.cpp:27: /usr/include/boost/numeric/ublas/banded.hpp: In instantiation of 'boost::numeric::ublas::banded_adaptor<boost::numeric::ublas::matrix<double, boost::numeric::ublas::basic_row_major<>, boost::numeric::ublas::unbounded_array<double, std::allocator<double> > >
::iterator1': /usr/src/packages/BUILD/atmos-2.96.8/third-party/lsp/include/lsp/singular_decomposition.h:105:48: instantiated from 'void lsp::singular_decomposition<T>::apply(M1&, M2&) const [with M1 = boost::numeric::ublas::matrix<double, boost::numeric::ublas::basic_row_major<>, boost::numeric::ublas::unbounded_array<double, std::allocator<double> > >, M2 = boost::numeric::ublas::matrix<double, boost::numeric::ublas::basic_row_major<>, boost::numeric::ublas::unbounded_array<double, std::allocator<double> > >, T = boost::numeric::ublas::matrix<double, boost::numeric::ublas::basic_row_major<>, boost::numeric::ublas::unbounded_array<double, std::allocator<double> > >]' integrals.cpp:104:25: instantiated from here /usr/include/boost/numeric/ublas/banded.hpp:1466:71: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://bugs.opensuse.org/> for instructions. make[2]: *** [atmos-integrals.o] Error 1
with this system: gcc45-4.5.0_20100331-1.14 gcc45-c++-4.5.0_20100331-1.14 Reproducible: Always -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.