Bug 441373
| Summary: | glxgears assertion | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bill Nottingham <notting> | ||||||
| Component: | mesa | Assignee: | Adam Jackson <ajax> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | rawhide | CC: | ajax, rvokal, xgl-maint | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-04-21 21:35:36 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 441567 | ||||||||
| Attachments: |
|
||||||||
|
Description
Bill Nottingham
2008-04-07 19:15:37 UTC
Created attachment 301555 [details]
X log
Sometimes X crashes instead, with a backtrace of:
Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7f36dbb24780 (LWP 2762)]
0x00007f36dc423ef5 in raise (sig=<value optimized out>)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64 return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig);
(gdb) bt
#0 0x00007f36dc423ef5 in raise (sig=<value optimized out>)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1 0x00007f36dc425a63 in abort () at abort.c:88
#2 0x00007f36dc41ce99 in __assert_fail (
assertion=0x7f36c957c050 "!(bo_fake->flags & (0x00000001|0x00000004))",
file=0x7f36c957c128 "../common/dri_bufmgr_fake.c", line=831,
function=0x7f36c957c350 "dri_fake_bo_validate") at assert.c:78
#3 0x00007f36c93c732d in dri_fake_reloc_and_validate_buffer (bo=0x288a080)
at ../common/dri_bufmgr_fake.c:830
#4 0x00007f36c93c7078 in dri_fake_reloc_and_validate_buffer (bo=0x3e93220)
at ../common/dri_bufmgr_fake.c:1010
#5 0x00007f36c93c7364 in dri_fake_process_relocs (batch_buf=0x3e93220,
count_p=0x7fffe5e1e704) at ../common/dri_bufmgr_fake.c:1049
#6 0x00007f36c93c7b87 in _intel_batchbuffer_flush (batch=0x19a2530,
file=<value optimized out>, line=<value optimized out>) at
intel_batchbuffer.c:134
#7 0x00007f36c93cdcc9 in intelFinish (ctx=0xaca) at intel_context.c:372
#8 0x00007f36db49c124 in ?? () from /usr/lib64/xorg/modules/extensions//libglx.so
#9 0x00007f36db49b2f2 in ?? () from /usr/lib64/xorg/modules/extensions//libglx.so
#10 0x00007f36db49f702 in ?? () from /usr/lib64/xorg/modules/extensions//libglx.so
#11 0x0000000000446374 in Dispatch ()
#12 0x000000000042c85d in main ()
(i.e., it appears to be hitting the same assertion.)
Created attachment 301559 [details]
X log from server abort
try with mesa-7.1-0.27 when it lands in koji. Tried -28. Works now. |