Bug#272231: possible g++ memory leakage

2004-09-18 Thread Matt Zimmerman
On Sat, Sep 18, 2004 at 05:33:48PM +0200, Matthias Klose wrote: > [EMAIL PROTECTED] writes: > > Package: g++ > > Version: 3.3.4-2 > > Severity: important > > > > When building the latest (0.16) mythtv with apt-build, > > at file globalsettings.cpp g++ slowly eats up all the > > memory the machine

Bug#272231: possible g++ memory leakage

2004-09-18 Thread Matthias Klose
> > please send the preprocessed globalsettings.ii file and the output > > running g++ -v > Here they are. -O2 applies to these files according to Makefile. > Note when viewing the gcc -v output that I had to kill g++. the file compiles fine, although the peak memory usage is at about 460MB. pleas

Bug#272242: g++-3.5 installed on debian, render g++-3.4 useless

2004-09-18 Thread Matthias Klose
reassign 272242 libstdc++6-dev merge 272242 261693 tags 272242 + experimental thanks Grzegorz Jaskiewicz writes: > Package: g++-3.5 > Version: 3.5-0pre1 > Severity: normal > > I have both g++-3.4 and g++-3.5 on this system. > After installing 3.5, I am unable to compile c++ apps using 3.4 (in man

Processed: Re: Bug#272242: g++-3.5 installed on debian, render g++-3.4 useless

2004-09-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 272242 libstdc++6-dev Bug#272242: g++-3.5 installed on debian, render g++-3.4 useless Bug reassigned from package `g++-3.5' to `libstdc++6-dev'. > merge 272242 261693 Bug#261693: libstdc++6-dev: Rename GCC 3.5 version to libstdc++6-3.5-dev? Bu

Bug#272241: g++-3.5: please upgrade snap, current one contains many already fixed bugs

2004-09-18 Thread Matthias Klose
Grzegorz Jaskiewicz writes: > Package: g++-3.5 > Version: 3.5-0pre1 > Severity: normal > > I am unable to compile kdebase/kdelibs with current version avaliable. > These bugs are already fixed in CVS, please update. > Also, currently there was version bump to 4.0. no, it currently doesn't hel

Bug#272242: g++-3.5 installed on debian, render g++-3.4 useless

2004-09-18 Thread Grzegorz Jaskiewicz
Package: g++-3.5 Version: 3.5-0pre1 Severity: normal I have both g++-3.4 and g++-3.5 on this system. After installing 3.5, I am unable to compile c++ apps using 3.4 (in many cases I want not to use development version of gcc). I guess that's problem with libc++-dev. Since 3.5 is renumbered to 4.0,

Bug#272241: g++-3.5: please upgrade snap, current one contains many already fixed bugs

2004-09-18 Thread Grzegorz Jaskiewicz
Package: g++-3.5 Version: 3.5-0pre1 Severity: normal I am unable to compile kdebase/kdelibs with current version avaliable. These bugs are already fixed in CVS, please update. Also, currently there was version bump to 4.0. -- System Information: Debian Release: 3.1 APT prefers experimental

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-09-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-18 15:53 --- Confirmed, here is the reduced testcase (someone can most likely reduce this a little more): struct FieldListIterator { struct t {struct t *next; }; t *node; FieldListIterator(); FieldListIter

Bug#272231: possible g++ memory leakage

2004-09-18 Thread Matthias Klose
[EMAIL PROTECTED] writes: > Package: g++ > Version: 3.3.4-2 > Severity: important > > When building the latest (0.16) mythtv with apt-build, > at file globalsettings.cpp g++ slowly eats up all the > memory the machine has (no matter how much), then dies > with inertal error (probably gets oomkille

[Bug c++/17554] [4.0 Regression] crashes in on kopete build (KDE's kdenetwork)

2004-09-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-18 15:17 --- I can confirm this, I started to reduce this, I have it done to about 9000 lines. -- What|Removed |Added

Bug#272231: possible g++ memory leakage

2004-09-18 Thread lorro
Package: g++ Version: 3.3.4-2 Severity: important When building the latest (0.16) mythtv with apt-build, at file globalsettings.cpp g++ slowly eats up all the memory the machine has (no matter how much), then dies with inertal error (probably gets oomkilled). Reproducing the error: (Debian unstab

[Bug c++/17554] crashes in on kopete build (KDE's kdenetwork)

2004-09-18 Thread gj at pointblue dot com dot pl
--- Additional Comments From gj at pointblue dot com dot pl 2004-09-18 14:50 --- Subject: Re: crashes in on kopete build (KDE's kdenetwork) Maybe a good test would be, instead of compiling only test cases to try to recompile KDE with 4.0 once?? I can't do it here, with recent snapsho

[Bug c++/17554] crashes in on kopete build (KDE's kdenetwork)

2004-09-18 Thread gj at pointblue dot com dot pl
--- Additional Comments From gj at pointblue dot com dot pl 2004-09-18 14:47 --- Created an attachment (id=7169) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7169&action=view) .ii output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17554 --- You are receiving this mail

[Bug c++/17554] New: crashes in on kopete build (KDE's kdenetwork)

2004-09-18 Thread gj at pointblue dot com dot pl
g++-3.5, debian experimental up2dated /usr/bin/g++-3.5 -DHAVE_CONFIG_H -I./kopete/protocols/groupwise/libgroupwise/tasks -I./kopete/protocols/groupwise/libgroupwise/tasks -I. -I./protocols/groupwise/libgroupwise/qca/src -I./kopete/protocols/groupwise/libgroupwise/tasks/../../libgroupwise/ -I./kope

[Bug c++/17553] [4.0 Regression] crashes on kdelibs build

2004-09-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-18 14:35 --- This is fixed as of today. -- What|Removed |Added Status|UNCONFIRMED

[Bug c++/17553] crashes on kdelibs build

2004-09-18 Thread gj at pointblue dot com dot pl
--- Additional Comments From gj at pointblue dot com dot pl 2004-09-18 14:11 --- output of gcc: In file included from ./../kio/global.h:28, from ./global.cpp:32: ../../kdecore/kurl.h:189: warning: `visibility' attribute does not apply to types ../../kdecore/kurl.h:989:

[Bug c++/17553] crashes on kdelibs build

2004-09-18 Thread gj at pointblue dot com dot pl
--- Additional Comments From gj at pointblue dot com dot pl 2004-09-18 14:05 --- Created an attachment (id=7168) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7168&action=view) global.cpp output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17553 --- You are receiving th

[Bug c++/17553] New: crashes on kdelibs build

2004-09-18 Thread gj at pointblue dot com dot pl
crashes on kdelibs CVS HEAD build. This is g++-3.5 package from debian experimental ! linux 2.6.9-rc1-mm1, i686. Debian unstable/experimental. g++-3.5 --version g++-3.5 (GCC) 3.5.0 20040724 (experimental) (Debian 3.5-0pre1) Copyright (C) 2004 Free Software Foundation, Inc. This is free software;