Bug#151065: g++: destructor called twice

2002-06-28 Thread Philip Martin
The segmentation fault is a bug in your code, not in gcc. A temporary is getting constructed, and you are using the compiler generated assignment operator, so you get two instances deallocating the same memory. Try adding a private operator= class ScalarVector : public Vector { private:

Processed: Reassigning

2002-06-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 150232 gcc-3.0 Bug#150232: e2fsprogs: Odd number in mke2fs output on HPPA Bug reassigned from package `e2fsprogs' to `gcc-3.0'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administr