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:47:39 -0700 (MST)
- Message-id: <20070301134739.7A74425C889@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=249809
sndirsch@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mhopf@xxxxxxxxxx, eich@xxxxxxxxxx, ms@xxxxxxxxxx
Status|NEW |NEEDINFO
Info Provider| |olh@xxxxxxxxxx
------- Comment #3 from sndirsch@xxxxxxxxxx 2007-03-01 06:47 MST -------
This is probably another application bug.
libxcb-1.0/src/xcb_xlib.c:
[...]
void xcb_xlib_lock(xcb_connection_t *c)
{
_xcb_lock_io(c);
assert(!c->xlib.lock);
c->xlib.lock = 1;
c->xlib.thread = pthread_self();
_xcb_unlock_io(c);
}
We need some -debuginfo packages, so we get a more useful backtrace and can
debug this. Unfortunately the filesystem is to small on mango. Could you fix
this, Olaf? Thanks.
--
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.
sndirsch@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mhopf@xxxxxxxxxx, eich@xxxxxxxxxx, ms@xxxxxxxxxx
Status|NEW |NEEDINFO
Info Provider| |olh@xxxxxxxxxx
------- Comment #3 from sndirsch@xxxxxxxxxx 2007-03-01 06:47 MST -------
This is probably another application bug.
libxcb-1.0/src/xcb_xlib.c:
[...]
void xcb_xlib_lock(xcb_connection_t *c)
{
_xcb_lock_io(c);
assert(!c->xlib.lock);
c->xlib.lock = 1;
c->xlib.thread = pthread_self();
_xcb_unlock_io(c);
}
We need some -debuginfo packages, so we get a more useful backtrace and can
debug this. Unfortunately the filesystem is to small on mango. Could you fix
this, Olaf? Thanks.
--
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 > |