X server bug possibly OpenChrome in Jaunty
David Kuntadi
d.kuntadi at gmail.com
Wed Oct 7 05:29:50 UTC 2009
On Wed, Oct 7, 2009 at 11:31 AM, Christopher Chan
<christopher.chan at bradbury.edu.hk> wrote:
> Do you at all know what 'double free or corruption' means?
A double free or corruption error in a Fortran program means that
your program has somehow invoked the free() C runtime function
with an invalid pointer. This can happen if it is using dynamic
memory allocation or if it is calling free() in C directly
somehow.
A common cause of this error is that your code has overwritten
memory somewhere due to an out-of-bounds array index.
By the way, is this bug (
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/367053
) affect kubuntu only also affect ubuntu?
DK
More information about the kubuntu-users
mailing list