Date: Thu, 6 Jun 2002 19:26:49 -0400 (EDT) From: Trish Lynch <trish@bsdunix.net> To: Martin Blapp <mb@imp.ch> Cc: Alexander Kabaev <ak03@gte.com>, <obrien@FreeBSD.ORG>, <current@FreeBSD.ORG> Subject: Re: stlport with gcc3 broken in CURRENT Message-ID: <20020606192301.V403-100000@femme.listmistress.org> In-Reply-To: <20020607000736.X11797-100000@levais.imp.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
Martin, I seem to have a working gdb52 port installed that I built approximately a week ago... femme:/usr/ports/devel/stlport/work/STLport-4.5.3/test/eh29 gdb52 eh_test eh_test.core GNU gdb 5.2 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-portbld-freebsd5.0"... Core was generated by `eh_test'. Program terminated with signal 6, Aborted. Reading symbols from ../../lib/libstlport_gcc.so...done. Loaded symbols for ../../lib/libstlport_gcc.so Reading symbols from /usr/lib/libstdc++.so.4...done. Loaded symbols for /usr/lib/libstdc++.so.4 Reading symbols from /usr/lib/libm.so.2...done. Loaded symbols for /usr/lib/libm.so.2 Reading symbols from /usr/lib/libc_r.so.5...done. Loaded symbols for /usr/lib/libc_r.so.5 Reading symbols from /usr/lib/libc.so.5...done. Loaded symbols for /usr/lib/libc.so.5 Reading symbols from /usr/libexec/ld-elf.so.1...done. Loaded symbols for /usr/libexec/ld-elf.so.1 #0 0x281f592f in kill () from /usr/lib/libc.so.5 (gdb) bt #0 0x281f592f in kill () from /usr/lib/libc.so.5 #1 0x282460aa in abort () from /usr/lib/libc.so.5 #2 0x2815d942 in __cxxabiv1::__terminate(void (*)()) () from /usr/lib/libstdc++.so.4 #3 0x2815d987 in std::terminate() () from /usr/lib/libstdc++.so.4 #4 0x2815d8ef in __cxa_throw () from /usr/lib/libstdc++.so.4 #5 0x0804acf7 in TestController::maybe_fail(long) () at nc_alloc.cpp:63 #6 0x0804c9dc in simulate_possible_failure () at nc_alloc.h:120 #7 0x0804ad73 in OperatorNew (s=4) at nc_alloc.cpp:206 #8 0x0804adf1 in operator new(unsigned) (s=4) at nc_alloc.cpp:230 #9 0x0804e7d0 in TestClass::Init(int) (this=0xbfbfe920, value=691697443) at TestClass.h:87 #10 0x080510ea in TestClass (this=0xbfbfe920, rhs=@0x80c0c04) at TestClass.h:106 #11 0x080510a3 in _Construct<TestClass, TestClass> (__p=0xbfbfe920, __val=@0x80c0c04) at _construct.h:85 #12 0x08050f01 in __uninitialized_copy<TestClass*, TestClass*> (__first=0x80c0c04, __last=0x80c0d94, __result=0xbfbfe920) at _uninitialized.h:67 #13 0x08050e78 in uninitialized_copy<TestClass*, TestClass*> (__first=0x80c0c04, __last=0x80c0d94, __result=0xbfbfe920) at _uninitialized.h:79 #14 0x08050ca0 in test_uninitialized_copy::operator()(TestClass*) const (this=0xbfbfe900, buffer=0xbfbfe920) at test_algobase.cpp:45 #15 0x08050920 in void WeakCheck<TestClass*, test_uninitialized_copy>(TestClass* const&, test_uninitialized_copy const&, long) (v=@0xbfbfe91c, op=@0xbfbfe900, max_iters=2000000) at LeakCheck.h:90 #16 0x080506bf in test_algobase() () at test_algobase.cpp:95 #17 0x0804a548 in main (argc=3, argv=0xbfbff63c) at main.cpp:270 #18 0x08049d69 in _start () (gdb) -Trish -- Trish Lynch trish@bsdunix.net FreeBSD The Power to Serve Ecartis Core Team trish@listmistress.org http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020606192301.V403-100000>