Re: shared-lib-calls-exit

2012-02-19 Thread Carlos R. Mafra
On Sun, 19 Feb 2012 at 15:43:15 +0100, Andreas Tscharner wrote: > On 18.02.2012 01:21, Carlos R. Mafra wrote: > >diff --git a/WINGs/wfont.c b/WINGs/wfont.c > >index 245cdcc..62dd7d3 100644 > >--- a/WINGs/wfont.c > >+++ b/WINGs/wfont.c > >@@ -144,17 +144,9 @@ WMFont *WMCreateFont(WMScreen * scrPtr,

Re: shared-lib-calls-exit

2012-02-19 Thread Andreas Tscharner
On 18.02.2012 01:21, Carlos R. Mafra wrote: diff --git a/WINGs/wfont.c b/WINGs/wfont.c index 245cdcc..62dd7d3 100644 --- a/WINGs/wfont.c +++ b/WINGs/wfont.c @@ -144,17 +144,9 @@ WMFont *WMCreateFont(WMScreen * scrPtr, char *fontName) font->font = XftFontOpenName(display, scrPtr->screen,

Re: shared-lib-calls-exit

2012-02-17 Thread Carlos R. Mafra
On Sat, 18 Feb 2012 at 0:48:14 +0100, Christian wrote: > > could the following be fixed ? > > |WindowMaker.i586: W: shared-lib-calls-exit > /usr/lib/libWUtil.so.2.0.0 exit@GLIBC_2.0 > WindowMaker.i586: W: shared-lib-calls-exit > /usr/lib/libWINGs.so.2.0.1 exit@GLIBC_2.0 &

shared-lib-calls-exit

2012-02-17 Thread Christian
Hi, could the following be fixed ? |WindowMaker.i586: W: shared-lib-calls-exit /usr/lib/libWUtil.so.2.0.0 exit@GLIBC_2.0 WindowMaker.i586: W: shared-lib-calls-exit /usr/lib/libWINGs.so.2.0.1 exit@GLIBC_2.0 This library package calls exit() or _exit(), probably in a non-fork() context. Doing