Hi Alen, looks like it's some sort of memcpy issue, perhaps a bounds
error.  Unfortunately the most interesting parameters got optimized out
there so can't see exactly how it's failing.

       if (!upsidedown)
            for (i = 0; i < height; i++)
                MEMCPY_WRAPPED(dst + i * dstStride, src + i * srcStride, width);

If you're comfortable coding C and compiling xorg-server, the next step
would be to add more debugging around this chunk of code to see what
variable is triggering the error.  Not sure if this can be done in gdb
or if it'd need to write to a log.  valgrind might help too.

@Eddie, unless you can prove it is exactly the same crash (i.e.
identical backtrace), I would rather treat this as an -nvidia bug.
-nvidia replaces a huge amount of the X core with its own stuff, and
more often than not causes weird random issues.

-- 
Xorg crashes after GDM when switching users
https://bugs.launchpad.net/bugs/502237
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to