I've updated LilyPond to 2.14.1, the latest stable release.
This is the first 2.14 release for Cygwin; a major upgrade bringing
almost two years of work since 2.12. For an overview of new features
and changes, see
http://lilypond.org/doc/v2.14/Documentation/changes/
To update your installa
Hi,
We have a problem with fork for a very long time.
From time to time, fork just hangs (with 2 process doing busy loop).
The problem occurs when we do allot of spawns (make system).
It is very easy to recreate the problem, but unfortunately, there is too
much code involve to send.
I did a li
On Jul 11 11:07, yoni levi wrote:
> Hi,
>
> We have a problem with fork for a very long time.
> From time to time, fork just hangs (with 2 process doing busy loop).
> The problem occurs when we do allot of spawns (make system).
> It is very easy to recreate the problem, but unfortunately, there is
I will appreciate any advice, how can I solve this problem.
Simple, self-contained testcases, preferredly in plain C, or simple
scripts in case the problem only occurs in a script language, which
allow to reproduce the problem. Those would be most helpful.
Corinna
Example 1:
#!/usr/bin/p
Example 1:
#!/usr/bin/perl
use POSIX qw(getcwd);
getcwd();
1;
Example 2:
#!/usr/bin/perl
use Scalar::Util qw(looks_like_number);
looks_like_number("1");
1;
Both end up with:
Segmentation fault (core dumped)
Well, I tried these two examples on a clean cygwin installation, with
new cygwin1.d
On Jul 11 11:36, Yoni Londner wrote:
> >
> >>I will appreciate any advice, how can I solve this problem.
> >
> >Simple, self-contained testcases, preferredly in plain C, or simple
> >scripts in case the problem only occurs in a script language, which
> >allow to reproduce the problem. Those would
On 11/7/2011 12:02, Corinna Vinschen wrote:
I tested both scripts on W7 32 and 2K8R2 against the latest snapshot,
as well as against self-built current Cygwin CVS, built with and without
optimization. Both scripts run fine in all scenarios.
on a clean cygwin installation (1.7.9) and new cygwin1
I did a little investigation - when the process hangs, I took the
backtrace with process explorer.
Process explorer does not know anything about cygwin debug symbols, so
it just give an arbitrary func + offset.
Then I used gdb to find out the real function: sync_proc_pipe doing
yield in an endle
On Jul 11 12:27, Yoni Londner wrote:
> On 11/7/2011 12:02, Corinna Vinschen wrote:
> >I tested both scripts on W7 32 and 2K8R2 against the latest snapshot,
> >as well as against self-built current Cygwin CVS, built with and without
> >optimization. Both scripts run fine in all scenarios.
> >
> on
WJFFM, both. There's something in your environment which isn't in mine.
Did you set $CYGWIN?
~$ echo $CYGWIN
nodosfilewarning
That's a clean installation. what can cause this kind of crashes?
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/
That's a clean installation. what can cause this kind of crashes?
I tried again with cygwin1.dll from latest snapshot
(http://cygwin.org/snapshots/cygwin1-20110711.dll.bz2)
I am not sure if this will be helpful, but these are the md5sum for the
relevant files:
~$ md5sum /usr/bin/in
On Jul 11 13:24, Yoni Londner wrote:
> >
> >WJFFM, both. There's something in your environment which isn't in mine.
> >Did you set $CYGWIN?
> >
>
> ~$ echo $CYGWIN
> nodosfilewarning
That's not the problem. It still works for me, with the snapshot
as well as with CVS.
> That's a clean installa
Actually, I have not the faintest idea. Can you build your own Cygwin
DLL without -O2, see if it still occurs, and run that scenario through
GDB?
I am on it.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http:/
On Jul 11 13:47, Corinna Vinschen wrote:
> On Jul 11 13:24, Yoni Londner wrote:
> > >
> > >WJFFM, both. There's something in your environment which isn't in mine.
> > >Did you set $CYGWIN?
> > >
> >
> > ~$ echo $CYGWIN
> > nodosfilewarning
>
> That's not the problem. It still works for me, with
Hi! Friends!
I'm Silvio from Argentina.
There are missing dependency from postgresql-client package ...
After installing a fresh cygwin copy selecting this package, this error happens
Copying skeleton files.
These files are for the users to personalise their cygwin experience.
They will never
2011/7/11 Reini Urban:
> 2011/7/7 Marco Moreno:
>> After doing a little debugging, I discovered why installing
>> ExtUtils::MakeMaker
>> was failing for me. ExtUtils::MM_Cygwin.pm contains:
>>
>> =item maybe_command
>>
>> If our path begins with F then we use C
>> to determine if it may be a comm
On 7/11/2011 2:04 AM, Christopher Faylor wrote:
On Thu, Jul 07, 2011 at 11:13:02AM +0200, szgyg wrote:
Since 06-14 midnight commander doesn't work in mintty or in xterm (in a
Thanks for the report. This should be fixed in the now-building snapshot
which will show up soon at: http://cygwin.com
Christopher Faylor, le Sun 10 Jul 2011 20:31:22 -0400, a écrit :
> On Mon, Jul 11, 2011 at 02:11:14AM +0200, Samuel Thibault wrote:
> >just run
> >
> >brltty -b xw
> >
> >and it'll open a window at the top of the screen, which is supposed to
> >display your shell prompt and what you are typing.
>
On Mon, Jul 11, 2011 at 04:44:49PM +0200, Samuel Thibault wrote:
>Christopher Faylor, le Sun 10 Jul 2011 20:31:22 -0400, a ?crit :
>> On Mon, Jul 11, 2011 at 02:11:14AM +0200, Samuel Thibault wrote:
>> >just run
>> >
>> >brltty -b xw
>> >
>> >and it'll open a window at the top of the screen, which
On 11 July 2011 09:44, yoni levi wrote:
>>> Actually, I have not the faintest idea. Can you build your own Cygwin
>>> DLL without -O2, see if it still occurs, and run that scenario through
>>> GDB?
>>
>> cygcheck -svr output as per http://cygwin.com/problems.html might give
>> some clue as well...
On Mon, Jul 11, 2011 at 01:27:52PM -0400, Chris Sutcliffe wrote:
>On 11 July 2011 09:44, yoni levi wrote:
Actually, I have not the faintest idea. ?Can you build your own Cygwin
DLL without -O2, see if it still occurs, and run that scenario through
GDB?
>>>
>>> cygcheck -svr output as
Christopher Faylor writes:
> On Mon, Jul 11, 2011 at 04:44:49PM +0200, Samuel Thibault wrote:
>>Christopher Faylor, le Sun 10 Jul 2011 20:31:22 -0400, a ?crit :
>>> On Mon, Jul 11, 2011 at 02:11:14AM +0200, Samuel Thibault wrote:
>>> >just run
>>> >
>>> >brltty -b xw
>>> >
>>> >and it'll open a wi
Christopher Faylor-8 wrote:
>
> Actually, I think it is more likely BLODA.
>
The other standard reply (I am surprised not to read it in this thread) is
rebaseall.
I boot my laptop about weekly.
That's the moment I use to refresh cygwin, especially if there has been some
forced upgrades
(freque
On Mon, Jul 11, 2011 at 12:14:22PM -0700, Marc Girod wrote:
>Christopher Faylor wrote:
>>
>> Actually, I think it is more likely BLODA.
>>
>The other standard reply (I am surprised not to read it in this thread) is
>rebaseall.
Doh. Good point.
Yes. What he said.
cgf
--
Problem reports:
Hi,
Qt Creator is not part of Cygwin?
Furthermore having a static version of the Qt library would save
everybody a lot of trouble (both Qt3 and Qt4).
-Phil
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://
On 7/11/2011 8:33 PM, Phil Bouchard wrote:
Hi,
Qt Creator is not part of Cygwin?
What about qmake of Qt4? This is not installed.
-Phil
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.htm
I am trying to build Qt4 from source and I get the following error:
Creating qmake. Please wait...
g++ -c -o project.o -pipe -DQMAKE_OPENSOURCE_EDITION -I. -Igenerators
-Igenerators/unix -Igenerators/win32 -Igenerators/mac
-I/usr/src/qt-x11-opensource-src-4.5.3/include
-I/usr/src/qt-x11-openso
On 7/11/2011 9:33 PM, Phil Bouchard wrote:
I am trying to build Qt4 from source and I get the following error:
make (e=2): The system cannot find the file specified.
Ok nevermind, it somehow found gmake in my path and got all confused.
-Phil
--
Problem reports: http://cygwin.com/pro
On Mon, 2011-07-11 at 21:03 -0400, Phil Bouchard wrote:
> What about qmake of Qt4? This is not installed.
http://cygwin.com/packages/
Yaakov
Cygwin/X
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.c
I've done a complete installation on X11 from Cygwin setup.exe. But
when I try to start the "XWin Server" using the "Start" menu nothing
happens. If I try either "startxwin" or "xinit" from the BASH shell I
get:
giving up.
startxwin: No such file or directory (errno 2): unable to connect to X
On Mon, 2011-07-11 at 20:33 -0400, Phil Bouchard wrote:
> Qt Creator is not part of Cygwin?
Not currently, but it is available in Ports.
> Furthermore having a static version of the Qt library would save
> everybody a lot of trouble
Why? A static Qt means no plugins, which is pretty worthless
On Tue, 2011-07-12 at 02:21 -0400, Jan Chludzinski wrote:
> I've done a complete installation on X11 from Cygwin setup.exe. But
> when I try to start the "XWin Server" using the "Start" menu nothing
> happens. If I try either "startxwin" or "xinit" from the BASH shell I
> get:
>
> giving up.
> s
32 matches
Mail list logo