Displaying 3 results from an estimated 3 matches for "dri_destroy_screen".
Did you mean:
dri2destroyscreen
2014 Feb 25
0
[Bug 75279] XCloseDisplay() takes one minute around nouveau_dri.so, freezing Firefox startup
...ozilla.org/show_bug.cgi?id=975512#c1
#0 0x0000003f3a2da007 in sched_yield () from /lib64/libc.so.6
#1 0x00007f1e003bb1d1 in nouveau_fence_wait ()
from /usr/lib64/dri/nouveau_dri.so
#2 0x00007f1e0039d635 in nvc0_screen_destroy ()
from /usr/lib64/dri/nouveau_dri.so
#3 0x00007f1e002c6d9f in dri_destroy_screen_helper ()
from /usr/lib64/dri/nouveau_dri.so
#4 0x00007f1e002c6e25 in dri_destroy_screen ()
from /usr/lib64/dri/nouveau_dri.so
#5 0x00007f1e000087eb in driDestroyScreen ()
from /usr/lib64/dri/nouveau_dri.so
#6 0x000000321f646932 in dri2DestroyScreen () from /lib64/libGL.so.1
#7 0x00000...
2014 Mar 05
0
[Bug 75279] XCloseDisplay() takes one minute around nouveau_dri.so, freezing Firefox startup
...grind logs are showing a NouVeau driver
bug.
I will attach both Mozilla Firefox valgrind log and glxtest one.
But there is a common part :
Invalid read of size 4
at 0x8DBA0BE: nouveau_fence_wait (nouveau_fence.c:205)
by 0x8E4AFF4: nv50_screen_destroy (nv50_screen.c:293)
by 0x8DAACDE: dri_destroy_screen_helper (dri_screen.c:378)
by 0x8DAAD74: dri_destroy_screen (dri_screen.c:388)
by 0x8AB13D6: driDestroyScreen (dri_util.c:234)
by 0x69A06C1: dri2DestroyScreen (dri2_glx.c:712)
by 0x697CFE5: FreeScreenConfigs.isra.3 (glxext.c:208)
by 0x697D064: glx_display_free (glxext.c:231)...
2014 Mar 05
0
[Bug 75279] XCloseDisplay() takes one minute around nouveau_dri.so, freezing Firefox startup
...edit
Valgrind log with debug symbols for Mozilla Firefox trunk code.
And log for mozilla Firefox trunk code.
Always the same beginning :
Invalid read of size 4
at 0x161590BE: nouveau_fence_wait (nouveau_fence.c:205)
by 0x161E9FF4: nv50_screen_destroy (nv50_screen.c:293)
by 0x16149CDE: dri_destroy_screen_helper (dri_screen.c:378)
by 0x16149D74: dri_destroy_screen (dri_screen.c:388)
by 0x15E503D6: driDestroyScreen (dri_util.c:234)
by 0x1256D6C1: dri2DestroyScreen (dri2_glx.c:712)
by 0x12549FE5: FreeScreenConfigs.isra.3 (glxext.c:208)
by 0x1254A064: glx_display_free (glxext.c:231)...