[Bug 420933] Re: Current grub-pc takes several minutes to show menu

2009-11-15 Thread Rafael Buchbinder
Well, I am affected too: /dev/sda - XP /dev/sdb - Ubuntu 9.10 grub2 takes about 40 seconds to show the selection window, and another 5 seconds to start loading a selected OS. During this 'wait' time the hard disk works so loud that I can hear it from outside the room :) Anyway, I have followed

[Bug 185918] Re: segmentation fault in std::string destructor

2008-01-25 Thread Rafael Buchbinder
Bug resolved. The problem is that the global template function print_class_name is declared to return std::string but does not return anything. THE real problem is that g++ does not issue even a warning when compiling the above code via "g++ -o test main.cc". To get a warning one must call "g++

[Bug 185918] [NEW] segmentation fault in std::string destructor

2008-01-25 Thread Rafael Buchbinder
Public bug reported: Binary package hint: gcc-4.1 Using: Ubuntu 7.10 Default g++ installation. following program crushes in ::free() from std::string destructor \code // file: main.cc #include #include #include #include #include using namespace std; std::string demangle (const char*