Mailinglist Archive: opensuse-bugs (6897 mails)
| < Previous | Next > |
[Bug 249809] memory leak in sysp will kill y2base in second stage
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 1 Mar 2007 06:25:54 -0700 (MST)
- Message-id: <20070301132554.2A3E9D89@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=249809
ms@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|ms@xxxxxxxxxx |sndirsch@xxxxxxxxxx
------- Comment #2 from ms@xxxxxxxxxx 2007-03-01 06:25 MST -------
while running in gdb I got:
gdb --args sysp -s xstuff
Program received signal SIGABRT, Aborted.
0x0fad3b80 in raise () from /lib/libc.so.6
(gdb) bt
#0 0x0fad3b80 in raise () from /lib/libc.so.6
#1 0x0fad54c0 in abort () from /lib/libc.so.6
#2 0x0facb77c in __assert_fail () from /lib/libc.so.6
#3 0x0fa1bc0c in xcb_xlib_lock () from /usr/lib/libxcb-xlib.so.0
#4 0x0fdad77c in ?? () from /usr/lib/libX11.so.6
#5 0x0fd08d58 in XF86MiscGetMouseSettings () from /usr/lib/libXxf86misc.so.1
If I set:
unset DISPLAY
sysp -s xstuff
I got:
Card0 => DDC : <undefined>
Card0 => Name : Monitor
Card0 => Vendor : Generic
Card0 => Primary : 00-16-0
Card0 => Chipset : <undefined>
Card0 => Vsync : 61
Card0 => Hsync : 38
Card0 => Vesa : 800 600 37 60
Card0 => FbTiming : "800x600" 39.95 800 856 984 1056 600 601 605 628
+HSy
nc +VSync
Card0 => Dacspeed : 220
Card0 => Modeline : <undefined>
Card0 => Memory : 4096
Card0 => Current : 00-16-0
Card0 => RawDef : None
Card0 => Option : None
Card0 => Extension : None
Card0 => Module : ati
Card0 => Display : CRT
Card0 => VesaBios : <undefined>
so this looks good.
I think the problem is in X while using the misc extension
--
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, or are watching someone who is.
ms@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|ms@xxxxxxxxxx |sndirsch@xxxxxxxxxx
------- Comment #2 from ms@xxxxxxxxxx 2007-03-01 06:25 MST -------
while running in gdb I got:
gdb --args sysp -s xstuff
Program received signal SIGABRT, Aborted.
0x0fad3b80 in raise () from /lib/libc.so.6
(gdb) bt
#0 0x0fad3b80 in raise () from /lib/libc.so.6
#1 0x0fad54c0 in abort () from /lib/libc.so.6
#2 0x0facb77c in __assert_fail () from /lib/libc.so.6
#3 0x0fa1bc0c in xcb_xlib_lock () from /usr/lib/libxcb-xlib.so.0
#4 0x0fdad77c in ?? () from /usr/lib/libX11.so.6
#5 0x0fd08d58 in XF86MiscGetMouseSettings () from /usr/lib/libXxf86misc.so.1
If I set:
unset DISPLAY
sysp -s xstuff
I got:
Card0 => DDC : <undefined>
Card0 => Name : Monitor
Card0 => Vendor : Generic
Card0 => Primary : 00-16-0
Card0 => Chipset : <undefined>
Card0 => Vsync : 61
Card0 => Hsync : 38
Card0 => Vesa : 800 600 37 60
Card0 => FbTiming : "800x600" 39.95 800 856 984 1056 600 601 605 628
+HSy
nc +VSync
Card0 => Dacspeed : 220
Card0 => Modeline : <undefined>
Card0 => Memory : 4096
Card0 => Current : 00-16-0
Card0 => RawDef : None
Card0 => Option : None
Card0 => Extension : None
Card0 => Module : ati
Card0 => Display : CRT
Card0 => VesaBios : <undefined>
so this looks good.
I think the problem is in X while using the misc extension
--
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, or are watching someone who is.
| < Previous | Next > |