Comment 18 for bug 60288

Revision history for this message
In , Alanh-fairlite (alanh-fairlite) wrote :

O.k. when in gdb you'll need to print the values of the following when the crash
occurs.

So do...

print pDRIPriv
print pDRIPriv->pDriverInfo
print pDRIPriv->pDriverInfo->driverSwapMethod

and let me know the results are. You'll need to have started X with gdb, rather
than attaching to it.