[Bug 1165732] Re: GCC 4.7.3 internal compiler error when using std::make_shared

2013-09-14 Thread John-Paul Gignac
This non-program causes the same internal error in gcc 4.7.3 (with -std=c++0x and -std=c++11). In general, it seems to happen any time I push_back an object with an inaccessible copy constructor. #include class A { A(const A&)=delete; }; int main() { std::vector().push_back(*(A*)0);

[Bug 124336] Accidental bug report

2008-04-17 Thread John-Paul Gignac
Sorry everyone, I accidentally added this bug to the cupsys section. I had arrived at this page by entering the bug number into the URL without also changing the word "cupsys" in the URL. Then I misunderstood the meaning of the "Also needs fixing here" button. John-Paul -- nm-applet crashed wi

[Bug 110403] Re: Very poor 2D performance with "radeon" XOrg driver

2008-02-20 Thread John-Paul Gignac
Timo: If I recall correctly, Ben Hodgetts was right and the problem went away after cleaning up a bunch of stuff. (Belated thanks, Ben!) I've changed my setup significantly since then, so I can't confirm 100%. But I am not currently experiencing the problem, and I never have experienced it since

[Bug 110403] Same problem on Radeon Xpress 200M

2007-05-04 Thread John-Paul Gignac
Maybe this will help. I have the same problem on my HP Pavilion dv8000 with a Radeon Xpress 200M. In my case, I've never been able to get 3D working, but I expect that's an unrelated problem. 2D rendering slowed down dramatically with my upgrade to Feisty. I've attached the same information tha