Comment 33 for bug 1443456

Revision history for this message
In , M-kaffanke (m-kaffanke) wrote :

Hi Michael,

I get:

(gdb) frame 2
#2 0x0000000000598d2e in OsAbort () at utils.c:1342
1342 utils.c: File or direcotry not found.
(gdb) p *(PixmapPtr)dst
No symbol "dst" in current context.
(gdb) p *(glamor_pixmap_private*)dixLookupPrivate(&((PixmapPtr)dst)->devPrivates, &glamor_pixmap_private_key)
No symbol "dst" in current context.

so I think I have to install or do something before doing that?

Thanks,
Martin