From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 67690] New: Segfault when starting Xorg with radeonsi Date: Sat, 03 Aug 2013 01:04:32 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1080318681==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id BD5CCE5FE5 for ; Fri, 2 Aug 2013 18:04:32 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1080318681== Content-Type: multipart/alternative; boundary="1375491872.D16E0.27030"; charset="us-ascii" --1375491872.D16E0.27030 Date: Sat, 3 Aug 2013 01:04:32 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=67690 Priority: medium Bug ID: 67690 Assignee: dri-devel@lists.freedesktop.org Summary: Segfault when starting Xorg with radeonsi Severity: major Classification: Unclassified OS: Linux (All) Reporter: mthowe@gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Drivers/Gallium/radeonsi Product: Mesa Created attachment 83559 --> https://bugs.freedesktop.org/attachment.cgi?id=83559&action=edit Xorg log Hit this problem with the latest version of radeonsi in Mesa with Fedora 19. Pulled the latest from git and built myself, and still hit the same issue. Removing radeonsi_dri.so and using radeon_dri.so allows me to work around the problem. Relevant lspci: 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 9900 (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device 1527 Flags: bus master, fast devsel, latency 0, IRQ 52 Memory at b0000000 (32-bit, prefetchable) [size=256M] I/O ports at f000 [size=256] Memory at feb00000 (32-bit, non-prefetchable) [size=256K] Expansion ROM at [disabled] Capabilities: [50] Power Management version 3 Capabilities: [58] Express Root Complex Integrated Endpoint, MSI 00 Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Chelsea LP [Radeon HD 7730M] (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device 1527 Physical Slot: 0 Flags: bus master, fast devsel, latency 0, IRQ 53 Memory at c0000000 (64-bit, prefetchable) [size=256M] Memory at fea00000 (64-bit, non-prefetchable) [size=256K] I/O ports at e000 [size=256] Expansion ROM at fea40000 [disabled] [size=128K] Capabilities: [50] Power Management version 3 Capabilities: [58] Express Legacy Endpoint, MSI 00 Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+ The stack trace: [ 72427.843] (EE) Backtrace: [ 72427.843] (EE) 0: /usr/bin/Xorg (OsLookupColor+0x129) [0x46edb9] [ 72427.844] (EE) 1: /lib64/libpthread.so.0 (__restore_rt+0x0) [0x34e180ef9f] [ 72427.844] (EE) 2: /usr/lib64/dri/radeonsi_dri.so (radeon_drm_winsys_create+0xb9) [0x7fbab6804019] [ 72427.845] (EE) 3: /usr/lib64/dri/radeonsi_dri.so (create_screen+0x9) [0x7fbab652b3d9] [ 72427.846] (EE) 4: /usr/lib64/dri/radeonsi_dri.so (dri2_init_screen+0x45) [0x7fbab67fff75] [ 72427.846] (EE) 5: /usr/lib64/dri/swrast_dri.so (driIndexConfigAttrib+0x57d) [0x7fbab3f9a7cd] [ 72427.847] (EE) 6: /usr/lib64/xorg/modules/extensions/libglx.so (_glthread_GetID+0x71d1) [0x7fbab8162cb1] [ 72427.848] (EE) 7: /usr/lib64/xorg/modules/extensions/libglx.so (_glthread_GetID+0x679a) [0x7fbab816180a] [ 72427.848] (EE) 8: /usr/bin/Xorg (InitExtensions+0x41) [0x4ba101] [ 72427.848] (EE) 9: /usr/bin/Xorg (_init+0x38e0) [0x429980] [ 72427.848] (EE) 10: /lib64/libc.so.6 (__libc_start_main+0xf5) [0x34e1021b75] [ 72427.849] (EE) 11: /usr/bin/Xorg (_start+0x29) [0x4267b1] [ 72427.849] (EE) 12: ? (?+0x29) [0x29] [ 72427.849] (EE) [ 72427.849] (EE) Segmentation fault at address 0x0 Full Xorg log including the stack trace attached. -- You are receiving this mail because: You are the assignee for the bug. --1375491872.D16E0.27030 Date: Sat, 3 Aug 2013 01:04:32 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
Priority medium
Bug ID 67690
Assignee dri-devel@lists.freedesktop.org
Summary Segfault when starting Xorg with radeonsi
Severity major
Classification Unclassified
OS Linux (All)
Reporter mthowe@gmail.com
Hardware x86-64 (AMD64)
Status NEW
Version git
Component Drivers/Gallium/radeonsi
Product Mesa

Created attachment 83559 [details]
Xorg log

Hit this problem with the latest version of radeonsi in Mesa with Fedora 19.
Pulled the latest from git and built myself, and still hit the same issue.
Removing radeonsi_dri.so and using radeon_dri.so allows me to work around the
problem.

Relevant lspci:
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Device 9900 (prog-if 00 [VGA controller])
    Subsystem: ASUSTeK Computer Inc. Device 1527
    Flags: bus master, fast devsel, latency 0, IRQ 52
    Memory at b0000000 (32-bit, prefetchable) [size=256M]
    I/O ports at f000 [size=256]
    Memory at feb00000 (32-bit, non-prefetchable) [size=256K]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [50] Power Management version 3
    Capabilities: [58] Express Root Complex Integrated Endpoint, MSI 00
    Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Chelsea LP [Radeon HD 7730M] (prog-if 00 [VGA controller])
    Subsystem: ASUSTeK Computer Inc. Device 1527
    Physical Slot: 0
    Flags: bus master, fast devsel, latency 0, IRQ 53
    Memory at c0000000 (64-bit, prefetchable) [size=256M]
    Memory at fea00000 (64-bit, non-prefetchable) [size=256K]
    I/O ports at e000 [size=256]
    Expansion ROM at fea40000 [disabled] [size=128K]
    Capabilities: [50] Power Management version 3
    Capabilities: [58] Express Legacy Endpoint, MSI 00
    Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+


The stack trace:

[ 72427.843] (EE) Backtrace:
[ 72427.843] (EE) 0: /usr/bin/Xorg (OsLookupColor+0x129) [0x46edb9]
[ 72427.844] (EE) 1: /lib64/libpthread.so.0 (__restore_rt+0x0) [0x34e180ef9f]
[ 72427.844] (EE) 2: /usr/lib64/dri/radeonsi_dri.so
(radeon_drm_winsys_create+0xb9) [0x7fbab6804019]
[ 72427.845] (EE) 3: /usr/lib64/dri/radeonsi_dri.so (create_screen+0x9)
[0x7fbab652b3d9]
[ 72427.846] (EE) 4: /usr/lib64/dri/radeonsi_dri.so (dri2_init_screen+0x45)
[0x7fbab67fff75]
[ 72427.846] (EE) 5: /usr/lib64/dri/swrast_dri.so (driIndexConfigAttrib+0x57d)
[0x7fbab3f9a7cd]
[ 72427.847] (EE) 6: /usr/lib64/xorg/modules/extensions/libglx.so
(_glthread_GetID+0x71d1) [0x7fbab8162cb1]
[ 72427.848] (EE) 7: /usr/lib64/xorg/modules/extensions/libglx.so
(_glthread_GetID+0x679a) [0x7fbab816180a]
[ 72427.848] (EE) 8: /usr/bin/Xorg (InitExtensions+0x41) [0x4ba101]
[ 72427.848] (EE) 9: /usr/bin/Xorg (_init+0x38e0) [0x429980]
[ 72427.848] (EE) 10: /lib64/libc.so.6 (__libc_start_main+0xf5) [0x34e1021b75]
[ 72427.849] (EE) 11: /usr/bin/Xorg (_start+0x29) [0x4267b1]
[ 72427.849] (EE) 12: ? (?+0x29) [0x29]
[ 72427.849] (EE) 
[ 72427.849] (EE) Segmentation fault at address 0x0

Full Xorg log including the stack trace attached.


You are receiving this mail because:
  • You are the assignee for the bug.
--1375491872.D16E0.27030-- --===============1080318681== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1080318681==--