XWin.exe causes a 25% CPU load on Windows 7

2017-03-16 Thread Kees Dekker
Hi, I'm running into a strange problem. On my PC (a quad core i5), Xwin.exe takes (in combination with svchost.exe) 25% average CPU load. Stopping xwin.exe, also reduces the load to almost zero (if I'm not doing anything else). The load is mainly on 2 CPUs (almost 50% on both) and 10% on the ot

Re: Manual installation of cygport packages

2017-03-16 Thread Andrew Schulman
> >> > Hello all, I'm new to this and I successfully build a package with > >> > cygport. My problem is that, I would like to install it in order to > >> > test if the package was successfully built. Is there anyway to do > >> > that? > >> > >> https://cygwin.com/package-server.html > > > > I usual

please allow specifying version when using command line installer

2017-03-16 Thread Theisen, Lucas
Right now, libxml2 version 2.9.4 has a bug (https://bugzilla.gnome.org/show_bug.cgi?id=766834) that causes perl XML::LibXML to fail to install (https://rt.cpan.org/Public/Bug/Display.html?id=114638). Because of this, I need to ensure my team keeps the previous version 2.9.3. In order to ensur

Re: Manual installation of cygport packages

2017-03-16 Thread Rui Pedro Caldeira
Thank you very much Andrew! It was very helpful. Thank you for all your help :) Best regards, Rui On Thu, Mar 16, 2017 at 3:41 PM, Andrew Schulman wrote: >> >> > Hello all, I'm new to this and I successfully build a package with >> >> > cygport. My problem is that, I would like to install it in

Re: Manual installation of cygport packages

2017-03-16 Thread Achim Gratz
Rui Pedro Caldeira writes: > Hello all, I'm new to this and I successfully build a package with > cygport. My problem is that, I would like to install it in order to > test if the package was successfully built. Is there anyway to do > that? Yes, you can point setup to a local directory. It must

Re: Manual installation of cygport packages

2017-03-16 Thread Achim Gratz
Andrew Schulman writes: >> On 3/15/2017 6:37 AM, Rui Pedro Caldeira wrote: >> > Hello all, I'm new to this and I successfully build a package with >> > cygport. My problem is that, I would like to install it in order to >> > test if the package was successfully built. Is there anyway to do >> > tha

Re: free() and implicit conversion to a function pointer (was: Use of initialized variable in strtod.c)

2017-03-16 Thread Hans-Bernhard Bröker
[Sorry, forgot to reply-all...] Am 15.03.2017 um 23:48 schrieb Jeffrey Walton: Since Coverity is complaining about an implicit conversion, maybe the following will help to avoid the implicit part (and sidestep the finding): if (free != NULL) break; Or perhaps: if ((void*)free

Undeliverable message

2017-03-16 Thread Postmaster
This message was created automatically by mail delivery software. Your email message was not delivered to the intended recipients because malware was detected. --- Additional Information ---: Subject: 52666 info Sender: cygwin@cygwin.com Time received: 3/16/2017 7:33:38 PM Message ID:<14896928

Undeliverable message

2017-03-16 Thread Postmaster
This message was created automatically by mail delivery software. Your email message was not delivered as is to the intended recipients because malware was detected in one or more attachments included with it. All attachments were deleted. --- Additional Information ---: Subject: 52666 kvu Sen

Re: Strange errors running gcc tests on Cygwin

2017-03-16 Thread Daniel Santos
On 03/15/2017 02:36 PM, Brian Inglis wrote: Do the local rebase on your build targets as detailed in my question to Achim and his response. Rerun after any system change or build. Alright, I think I've got it now, thank you. I'll experiment with it first and then I'm guessing that this might

Re: XWin.exe causes a 25% CPU load on Windows 7

2017-03-16 Thread cyg Simple
On 3/16/2017 11:28 AM, Kees Dekker wrote: > > I know, the above information is vague, but do anyone have a > suggestion/suggestion how to find a root cause? > Unfortunately, I don't know when this higher-than-expected CPU load occurred > for the first time. The problem became somewhat more urgen

Re: free() and implicit conversion to a function pointer

2017-03-16 Thread L A Walsh
Going by subj and talk below, this is a bit confusing... But it looks like you are testing 'free' for a value? Isn't standard 'free' declared to take 1 arg and return void? If you aren't talking standard 'free()', then nevermind... Hans-Bernhard Bröker wrote: [Sorry, forgot to reply-all...]

How to get GNU Parallel working with Cygwin

2017-03-16 Thread Matt D.
I noticed today that we don't have this package. I tried building it from source with a './configure && make && make install'. But when I run "sem" I get the following output: 1 [main] perl 7712 child_info_fork::abort: address space needed by 'Util.dll' (0x1E) is already occupied 1 [main]

Re: free() and implicit conversion to a function pointer

2017-03-16 Thread Hans-Bernhard Bröker
Am 16.03.2017 um 22:46 schrieb L A Walsh: Going by subj and talk below, this is a bit confusing... But it looks like you are testing 'free' for a value? Not really. The idea is to test free for _exixtence_. Which only makes sense in case of weak symbol support getting involved. In other s

Re: How to get GNU Parallel working with Cygwin

2017-03-16 Thread Ken Brown
On 3/16/2017 5:51 PM, Matt D. wrote: I noticed today that we don't have this package. I tried building it from source with a './configure && make && make install'. But when I run "sem" I get the following output: 1 [main] perl 7712 child_info_fork::abort: address space needed by 'Util.dll' (0x1

Re: Strange errors running gcc tests on Cygwin

2017-03-16 Thread Brian Inglis
On 2017-03-16 14:59, Daniel Santos wrote: > On 03/15/2017 02:36 PM, Brian Inglis wrote: >> Do the local rebase on your build targets as detailed in my question >> to Achim and his response. Rerun after any system change or build. > > Alright, I think I've got it now, thank you. I'll experiment wit