All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 68085] New: Xorg crash in do_winsys_init
@ 2013-08-14  1:25 bugzilla-daemon
  2013-08-14  1:26 ` [Bug 68085] " bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-08-14  1:25 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 2888 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=68085

          Priority: medium
            Bug ID: 68085
          Assignee: dri-devel@lists.freedesktop.org
           Summary: Xorg crash in do_winsys_init
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: luto@mit.edu
          Hardware: Other
            Status: NEW
           Version: git
         Component: Drivers/DRI/Radeon
           Product: Mesa

Created attachment 84033
  --> https://bugs.freedesktop.org/attachment.cgi?id=84033&action=edit
Relevant bits of dmesg

My box has mgag200 primary and radeon (HD7750) secondary.  Xorg crashes on
startup in do_winsys_init, which is passed fd = -1.  The crash is because
drmGetVersion returns NULL.  'rmmod radeon' allows X to start (but without the
radeon device).

This is Fedora 19, fully up to date.  The install disk has the same problem.

I'm not sure where fd is supposed to be set to something real, so this bug
might be targeting the wrong thing.

(gdb) bt full                                                                  
                          [10/139]
#0  do_winsys_init (ws=0x2ff7f20) at radeon_drm_winsys.c:212
        gem_info = {gart_size = 0, vram_size = 0, vram_visible = 0}
        retval = <optimized out>
        version = <optimized out>
#1  radeon_drm_winsys_create (fd=-1) at radeon_drm_winsys.c:617
        ws = 0x2ff7f20
#2  0x00007fc2dd8fd359 in create_screen (fd=<optimized out>) at target.c:11
        radeon = <optimized out>
        screen = <optimized out>
#3  0x00007fc2ddbc5c32 in dri2_init_screen (sPriv=0x2ff7e00) at dri2.c:888
        configs = <optimized out>
        screen = 0x2ff7e90
        pscreen = <optimized out>
        throttle_ret = 0x0
#4  0x00007fc2dae2e2dd in driCreateNewScreen (scrn=0, extensions=0x7fc2df941b50
<loader_extensions>, 
    driver_configs=0x2f76700, data=0x2f76660) at
../../../../src/mesa/drivers/dri/common/drisw_util.c:70
        emptyExtensionList = {0x0}
        psp = 0x2ff7e00
#5  0x00007fc2df713b91 in __glXDRIscreenProbe (pScreen=0x2f473b0) at
glxdriswrast.c:458
        driverName = 0x7fc2df72e2a6 "swrast"
        screen = 0x2f76660
#6  0x00007fc2df71315a in GlxExtensionInit () at glxext.c:355
        glxScreen = <optimized out>
        extEntry = <optimized out>
        pScreen = 0x2f473b0
        i = 0
        p = 0x7fc2df941b20 <__glXDRISWRastProvider>
        stack = <optimized out>
        glx_provided = 0
#7  0x00000000004ba1a1 in InitExtensions (argc=argc@entry=1,
argv=argv@entry=0x7fff9f7860a8)
    at ../../../mi/miinitext.c:337
        i = <optimized out>
        ext = <optimized out>
#8  0x00000000004262e0 in main (argc=1, argv=0x7fff9f7860a8, envp=<optimized
out>) at main.c:208
        i = <optimized out>
        alwaysCheckForInput = {0, 1}

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 4421 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 68085] Xorg crash in do_winsys_init
  2013-08-14  1:25 [Bug 68085] New: Xorg crash in do_winsys_init bugzilla-daemon
@ 2013-08-14  1:26 ` bugzilla-daemon
  2013-08-14  2:27 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-08-14  1:26 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 288 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=68085

--- Comment #1 from Andy Lutomirski <luto@mit.edu> ---
Created attachment 84034
  --> https://bugs.freedesktop.org/attachment.cgi?id=84034&action=edit
Xorg log

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1122 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 68085] Xorg crash in do_winsys_init
  2013-08-14  1:25 [Bug 68085] New: Xorg crash in do_winsys_init bugzilla-daemon
  2013-08-14  1:26 ` [Bug 68085] " bugzilla-daemon
@ 2013-08-14  2:27 ` bugzilla-daemon
  2013-08-14  8:44 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-08-14  2:27 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 375 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=68085

Alex Deucher <agd5f@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Drivers/DRI/Radeon          |Drivers/Gallium/radeonsi

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1041 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 68085] Xorg crash in do_winsys_init
  2013-08-14  1:25 [Bug 68085] New: Xorg crash in do_winsys_init bugzilla-daemon
  2013-08-14  1:26 ` [Bug 68085] " bugzilla-daemon
  2013-08-14  2:27 ` bugzilla-daemon
@ 2013-08-14  8:44 ` bugzilla-daemon
  2016-02-14  4:51 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-08-14  8:44 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 270 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=68085

--- Comment #2 from Michel Dänzer <michel@daenzer.net> ---
Looks like swrast_dri.so is picking up driDriverAPI from radeonsi_dri.so.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1022 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 68085] Xorg crash in do_winsys_init
  2013-08-14  1:25 [Bug 68085] New: Xorg crash in do_winsys_init bugzilla-daemon
                   ` (2 preceding siblings ...)
  2013-08-14  8:44 ` bugzilla-daemon
@ 2016-02-14  4:51 ` bugzilla-daemon
  2018-08-31  6:27 ` bugzilla-daemon
  2018-08-31  6:27 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2016-02-14  4:51 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 476 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=68085

EoD <EoD@xmw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |EoD@xmw.de

--- Comment #3 from EoD <EoD@xmw.de> ---
Is this issue still present in a current version of Fedora or a stable version
of mesa?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1675 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 68085] Xorg crash in do_winsys_init
  2013-08-14  1:25 [Bug 68085] New: Xorg crash in do_winsys_init bugzilla-daemon
                   ` (3 preceding siblings ...)
  2016-02-14  4:51 ` bugzilla-daemon
@ 2018-08-31  6:27 ` bugzilla-daemon
  2018-08-31  6:27 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-08-31  6:27 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 437 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=68085

Timothy Arceri <t_arceri@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1251 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 68085] Xorg crash in do_winsys_init
  2013-08-14  1:25 [Bug 68085] New: Xorg crash in do_winsys_init bugzilla-daemon
                   ` (4 preceding siblings ...)
  2018-08-31  6:27 ` bugzilla-daemon
@ 2018-08-31  6:27 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-08-31  6:27 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 375 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=68085

Timothy Arceri <t_arceri@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WORKSFORME                  |WONTFIX

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1084 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-08-31  6:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-14  1:25 [Bug 68085] New: Xorg crash in do_winsys_init bugzilla-daemon
2013-08-14  1:26 ` [Bug 68085] " bugzilla-daemon
2013-08-14  2:27 ` bugzilla-daemon
2013-08-14  8:44 ` bugzilla-daemon
2016-02-14  4:51 ` bugzilla-daemon
2018-08-31  6:27 ` bugzilla-daemon
2018-08-31  6:27 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.