Displaying 1 result from an estimated 1 matches for "agpscratch".
2007 May 12
7
[Bug 10927] New: segmentation fault in NVUploadToScreen, called from exaPutImage
...1
#5 0x00000000004f91ac in ProcShmDispatch (client=0x2b7f8c4c7bc0) at shm.c:1114
#6 0x0000000000449ffa in Dispatch () at dispatch.c:457
#7 0x000000000043320b in main (argc=7, argv=0x7fff2585fb88,
envp=<value optimized out>) at main.c:445
The offending line nv_exa.c:351:
memcpy(pNv->AGPScratch->map, src, nlines*src_pitch);
Apparently this memcpy is inlined as:
0x00002b7f8689c237 <NVUploadToScreen+295>: rep movsb %ds:(%rsi),%es:(%rdi)
%ds = 0x0
%es = 0x0
%rsi = 0x2b7f8e29a000
%rdi = 0x2b7f8c4c7bc0
src = 0x2b7f8e293440
pNv->AGPScratch->map = 0x2b7f8c4c1000
Computing...