Bug 923888 - [abrt] xorg-x11-server-utils-7.5-16.fc18: preferred_mode: Process /usr/bin/xrandr was killed by signal 8 (SIGFPE)
Summary: [abrt] xorg-x11-server-utils-7.5-16.fc18: preferred_mode: Process /usr/bin/xr...
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-server-utils
Version: 21
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: X/OpenGL Maintenance List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:706fb0f7862499f9d99eef2702b...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-20 16:43 UTC by Ben Klopfenstein
Modified: 2015-12-02 16:04 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
: 1074203 (view as bug list)
Environment:
Last Closed: 2015-12-02 02:45:27 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (56.95 KB, text/plain)
2013-03-20 16:43 UTC, Ben Klopfenstein
no flags Details
File: cgroup (126 bytes, text/plain)
2013-03-20 16:43 UTC, Ben Klopfenstein
no flags Details
File: core_backtrace (227 bytes, text/plain)
2013-03-20 16:43 UTC, Ben Klopfenstein
no flags Details
File: dso_list (902 bytes, text/plain)
2013-03-20 16:43 UTC, Ben Klopfenstein
no flags Details
File: environ (3.17 KB, text/plain)
2013-03-20 16:43 UTC, Ben Klopfenstein
no flags Details
File: limits (1.29 KB, text/plain)
2013-03-20 16:43 UTC, Ben Klopfenstein
no flags Details
File: maps (4.56 KB, text/plain)
2013-03-20 16:43 UTC, Ben Klopfenstein
no flags Details
File: open_fds (145 bytes, text/plain)
2013-03-20 16:43 UTC, Ben Klopfenstein
no flags Details
File: proc_pid_status (930 bytes, text/plain)
2013-03-20 16:43 UTC, Ben Klopfenstein
no flags Details
File: var_log_messages (290 bytes, text/plain)
2013-03-20 16:44 UTC, Ben Klopfenstein
no flags Details

Description Ben Klopfenstein 2013-03-20 16:43:22 UTC
Description of problem:
My laptop uses optimus and is wired so one of the external monitor ports is on the nvidia chip. Due to this I have testing packages enabled so I can use nouveau output provider PRIME support.

I have 2 external monitors connected, one to VGA via the intel chipset (VGA2), and one to DVI via the NVIDIA chipset (DP-2) . I am also trying to use 2 DisplayLink monitors in addition (DVI-0 and DVI-1). I ran these commands to set up my monitors, and had the crash on the last one:

[ben@localhost ~]$ xrandr --output DP-2 --auto --right-of VGA2
[ben@localhost ~]$ xrandr --output DVI-0 --auto --left-of VGA2
[ben@localhost ~]$ xrandr --output DVI-1 --auto --left-of VGA2
[ben@localhost ~]$ xrandr --output LVDS2 --auto --below VGA2
[ben@localhost ~]$ xrandr --output DVI-1 --auto --left-of VGA2
[ben@localhost ~]$ xrandr --output DVI-1 --off
[ben@localhost ~]$ xrandr --output DVI-0 --off
[ben@localhost ~]$ xrandr --output DVI-1 --auto --left-of VGA2
[ben@localhost ~]$ xrandr --output DVI-0 --auto --right-of DP-2
Floating point exception (core dumped)
[ben@localhost ~]$ xrandr --output DVI-0 --auto --right-of DP-2
Floating point exception (core dumped)
[ben@localhost ~]$ xrandr --output DVI-0 --off
[ben@localhost ~]$ xrandr --output DVI-0 --auto --right-of DP-2
Floating point exception (core dumped)

Version-Release number of selected component:
xorg-x11-server-utils-7.5-16.fc18

Additional info:
backtrace_rating: 4
cmdline:        xrandr --output DVI-0 --auto --right-of DP-2
crash_function: preferred_mode
executable:     /usr/bin/xrandr
kernel:         3.8.3-203.fc18.x86_64
uid:            1000

Truncated backtrace:
Thread no. 1 (3 frames)
 #0 preferred_mode at xrandr.c:901
 #1 set_output_info at xrandr.c:1172
 #2 get_outputs at xrandr.c:1833

Comment 1 Ben Klopfenstein 2013-03-20 16:43:25 UTC
Created attachment 713326 [details]
File: backtrace

Comment 2 Ben Klopfenstein 2013-03-20 16:43:27 UTC
Created attachment 713327 [details]
File: cgroup

Comment 3 Ben Klopfenstein 2013-03-20 16:43:32 UTC
Created attachment 713328 [details]
File: core_backtrace

Comment 4 Ben Klopfenstein 2013-03-20 16:43:37 UTC
Created attachment 713329 [details]
File: dso_list

Comment 5 Ben Klopfenstein 2013-03-20 16:43:39 UTC
Created attachment 713330 [details]
File: environ

Comment 6 Ben Klopfenstein 2013-03-20 16:43:44 UTC
Created attachment 713331 [details]
File: limits

Comment 7 Ben Klopfenstein 2013-03-20 16:43:46 UTC
Created attachment 713332 [details]
File: maps

Comment 8 Ben Klopfenstein 2013-03-20 16:43:54 UTC
Created attachment 713333 [details]
File: open_fds

Comment 9 Ben Klopfenstein 2013-03-20 16:43:57 UTC
Created attachment 713334 [details]
File: proc_pid_status

Comment 10 Ben Klopfenstein 2013-03-20 16:44:00 UTC
Created attachment 713335 [details]
File: var_log_messages

Comment 11 Ben Klopfenstein 2013-03-20 17:19:03 UTC
Additionally, to reach the same display arrangement, the following works:


[ben@localhost ~]$ xrandr --output DVI-1 --off
[ben@localhost ~]$ xrandr --output DVI-0 --off
[ben@localhost ~]$ xrandr --output DP-2 --off
[ben@localhost ~]$ xrandr --output DP-2 --off
[ben@localhost ~]$ xrandr --output DVI-1 --auto --left-of VGA2
[ben@localhost ~]$ xrandr --output LVDS2 --auto --below VGA2
[ben@localhost ~]$ xrandr --output LVDS2 --auto --below DVI-1
[ben@localhost ~]$ xrandr --output DP-2 --auto --right-of VGA2
[ben@localhost ~]$ xrandr --output DVI-0^C-auto --left-of DP-2
[ben@localhost ~]$ xrandr --output LVDS2 --off
[ben@localhost ~]$ xrandr --output DVI-0 --auto --right-of DP-2
[ben@localhost ~]$ xrandr --output LVDS2 --auto --below DVI-1

Comment 12 Ben Klopfenstein 2013-03-20 22:02:02 UTC
cleaned up, this works: 


xrandr --output DVI-1 --off
xrandr --output DVI-0 --off
xrandr --output DP-2 --off
xrandr --output DP-2 --off
xrandr --output LVDS2 --off
xrandr --output DVI-1 --auto --left-of VGA2
xrandr --output DP-2 --auto --right-of VGA2
xrandr --output DVI-0 --auto --right-of DP-2
xrandr --output LVDS2 --auto --below DVI-1

Comment 13 Fedora End Of Life 2013-12-21 12:19:36 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '18'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior to Fedora 18's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 14 Fedora End Of Life 2014-02-05 20:08:46 UTC
Fedora 18 changed to end-of-life (EOL) status on 2014-01-14. Fedora 18 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 15 Arcadiy Ivanov 2014-03-08 05:39:16 UTC
Same issue occurs on Fedora 20:

3.13.5-200.fc20.x86_64 #1 SMP Mon Feb 24 16:51:35 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Please reopen

Comment 16 Arcadiy Ivanov 2014-03-08 05:42:24 UTC
Package is xorg-x11-server-utils-7.7-2.fc20

xrandr --output eDP1 --auto
Floating point exception (core dumped)

Comment 17 adriano 2014-08-27 10:43:34 UTC
Same problem for me.
xrandr --output DP-1-2 --auto
Floating point exception (core dumped)

Comment 18 adriano 2014-08-27 10:45:40 UTC
sorry, i forgot the configuration:

xorg-x11-server-common-1.14.4-11.fc20.x86_64
xorg-x11-server-utils-7.7-6.fc20.x86_64
xorg-x11-server-Xorg-1.14.4-11.fc20.x86_64

Please reopen bug,

Adriano

Comment 19 Dan Callaghan 2014-10-17 03:04:42 UTC
I hit this same issue by just running:

xrandr --output VGA1 --auto

using xorg-x11-server-utils-7.7-7.fc21.x86_64.

Comment 20 Fedora End Of Life 2015-11-04 15:49:05 UTC
This message is a reminder that Fedora 21 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 21. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '21'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 21 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 21 Fedora End Of Life 2015-12-02 02:45:31 UTC
Fedora 21 changed to end-of-life (EOL) status on 2015-12-01. Fedora 21 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.