SIGSEGV in _XPutPixel32 on armhf
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libx11 (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
I'm running Ubuntu 12.04 on a Pandaboard 4430 (armhf). (I also tested it on 13.04 Ubuntu, and the same error occurs.)
Servo (experimental browser engine by Mozilla) and this little example: http://
fglrx_test.c segfault backtrace:
#0 _XPutPixel32 (pixel=49344, y=<optimized out>, x=<optimized out>, ximage=0x210378) at ../../src/
#1 _XPutPixel32 (ximage=0x210378, x=<optimized out>, y=<optimized out>, pixel=49344) at ../../src/
#2 0xb6f00960 in _XSetImage (srcimg=0x220aa8, dstimg=0x210378, x=0, y=0) at ../../src/
#3 0xb6efe25c in XGetSubImage (dpy=<optimized out>, d=<optimized out>, x=<optimized out>, y=<optimized out>, width=64, height=64, plane_mask=
dest_
#4 0xb6ecd408 in swrastGetImage (read=<optimized out>, x=<optimized out>, y=<optimized out>, w=<optimized out>, h=64, data=0x0, loaderPrivate=
#5 0xb6fd651a in swrastSetTexBuffer2 (pDRICtx=<optimized out>, target=<optimized out>, texture_
#6 0xb6ecd4f6 in drisw_bind_
#7 0xb6eb4ff4 in __glXBindTexIma
#8 0x00009638 in main () at fglrx_test.c:218
SERVO segfault backtrace:
#0 _XPutPixel32 (pixel=8388608, y=<optimized out>, x=<optimized out>, ximage=0x3f0d48) at ../../src/
#1 _XPutPixel32 (ximage=0x3f0d48, x=<optimized out>, y=<optimized out>, pixel=8388608) at ../../src/
#2 0xb53a8960 in _XSetImage (srcimg=0x3f0dd0, dstimg=0x3f0d48, x=0, y=0) at ../../src/
#3 0xb53a625c in XGetSubImage (dpy=<optimized out>, d=<optimized out>, x=<optimized out>, y=<optimized out>, width=512, height=512, plane_mask=
dest_
#4 0xb54a2408 in swrastGetImage (read=<optimized out>, x=<optimized out>, y=<optimized out>, w=<optimized out>, h=512, data=0x0, loaderPrivate=
#5 0xb4a5351a in swrastSetTexBuffer2 (pDRICtx=<optimized out>, target=<optimized out>, texture_
#6 0xb54a24f6 in drisw_bind_
#7 0xb5489ff4 in __glXBindTexIma
#8 0xb65ede5c in bind () at /home/ebalint/
#9 layers:
Status changed to 'Confirmed' because the bug affects multiple users.