[Bug 638374] New: xrandr --scale segfaults
https://bugzilla.novell.com/show_bug.cgi?id=638374 https://bugzilla.novell.com/show_bug.cgi?id=638374#c0 Summary: xrandr --scale segfaults Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: i686 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: m.munnix@redcross.be QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.8) Gecko/20100723 SUSE/3.6.8-0.1.1 Firefox/3.6.8 gdb xrandr GNU gdb (GDB) SUSE (7.1-3.12) Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i586-suse-linux". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/xrandr...Reading symbols from /usr/lib/debug/usr/bin/xrandr.debug...done. done. (gdb) run --scale 1280x960 Starting program: /usr/bin/xrandr --scale 1280x960 Program received signal SIGSEGV, Segmentation fault. 0x0804985c in init_transform (transform=0xb0) at /usr/include/bits/string3.h:86 warning: Source file is more recent than executable. 86 return __builtin___memset_chk (__dest, __ch, __len, __bos0 (__dest)); (gdb) bt #0 0x0804985c in init_transform (transform=0xb0) at /usr/include/bits/string3.h:86 #1 0x08050292 in main (argc=3, argv=0xbffff0a4) at xrandr.c:2366 (gdb) Reproducible: Always Steps to Reproduce: 1. 2. 3. rpm -qf /usr/bin/xrandr xorg-x11-7.5-11.3.i586 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=638374 https://bugzilla.novell.com/show_bug.cgi?id=638374#c1 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Stefan Dirsch <sndirsch@novell.com> 2010-09-09 23:13:56 UTC --- Looks like you did not understand this option at all, e.g. if you want to show a 1920x1080 screen on a display with a native resolution of 1280x800, you specify xrandr --output LVDS1 --scale 1.5x1.35 1920/1280 = 1.5 1080/800 = 1.35 Now imgine what specifyinng --scale 1280x800 means ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com