Announcement

Collapse
No announcement yet.

Ubuntu 10.04 Is Hit By Major X.Org Memory Leak

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Good thing they found out about this before release and are going to fix it. Of course that doesn't stop the Ubuntu haters from taking cheap shots at Ubuntu

    Comment


    • #12
      Is this issue isolated to Ubuntu's hacked together hybrid of xorg-server 1.7.x and 1.8.x or does it affect upstream's sources too?

      Comment


      • #13
        Originally posted by kUrb1a View Post
        This might not be related to anything but Intel hardware but we can all see how well Ubuntu is crafted.
        Probably far better then mentioned OSes.

        I hope they will fix this issue before releasing -rc, because I want to switch to Kubuntu and stick with it.

        Comment


        • #14
          You know, all this can be avoided with the use of smart pointers. There are, certainly, situations where you absolutely can't afford the small overhead of a light object such as a smart pointer, but all in all naked pointers should be only needed when absolutely necessary IMHO.

          Also, using smart pointers allow you in many cases to avoid having to make deep copies of objects, so you can get an overall speedup in your code when using them.

          But of course, we'll have the usual avalanche of bitching against U
          buntu, Canonical and what not.

          Comment


          • #15
            Originally posted by bulletxt View Post
            I have a feeling that Ubuntu 10.04 is like a toy made of pieces of Lego.
            Yeah, just like every other Linux distro.

            Comment


            • #16
              Originally posted by mendieta View Post
              You know, all this can be avoided with the use of smart pointers. There are, certainly, situations where you absolutely can't afford the small overhead of a light object such as a smart pointer, but all in all naked pointers should be only needed when absolutely necessary IMHO.

              Also, using smart pointers allow you in many cases to avoid having to make deep copies of objects, so you can get an overall speedup in your code when using them.

              But of course, we'll have the usual avalanche of bitching against U
              buntu, Canonical and what not.
              And how do you propose using smart pointers in freaking C?

              Comment


              • #17
                Originally posted by Shining Arcanine View Post
                Is this issue isolated to Ubuntu's hacked together hybrid of xorg-server 1.7.x and 1.8.x or does it affect upstream's sources too?
                Looks like an upstream bug: see here and here.

                Comment


                • #18
                  Originally posted by BlackStar View Post
                  And how do you propose using smart pointers in freaking C?
                  Wait, you didn't let me finish with my proposal, LOL

                  Incidentally, I had the chance of browsing some KDE code for a bug fix, and it's all naked pointers, even though Qt provides some shared pointers. Oh well.

                  Comment


                  • #19
                    Originally posted by kraftman View Post
                    Probably far better then mentioned OSes.

                    I hope they will fix this issue before releasing -rc, because I want to switch to Kubuntu and stick with it.
                    I like Kubuntu but I wouldn't count on this too much...
                    They were releasing this distribution versions (older *buntus) in history with known bugs in kernel or Xorg before because of the strict release dates.

                    Comment


                    • #20
                      Originally posted by curaga View Post
                      These GLX 1.4 changes were from 1.8.0. Why backport them in the first place to a LTS?
                      Good question. The theory, at least, was that going all the way to 1.8 was risky, but staying on pure 1.7 would leave them something that wouldn't be sufficient over the lifespan of an LTS.

                      In practice, they now have a hybrid mess of the two, probably filled with bugs, and which they'll have to support without independently of upstream Xorg. And for some reason, this seemed preferable to just dropping in 1.8, and fixing any problems that resulted...

                      Comment

                      Working...
                      X