On 12/6/12 1:37 PM, Achim Gratz wrote:
> Yes, either that or via site-init.el. Currently when it reads in the
> customization it finds a default font that doesn't make any sense in
> Win32 and it ends up using Arial (probably because its the first on the
> list, so it seems it doesn't even bother
On 12/6/12 1:54 PM, Achim Gratz wrote:
> Daniel Colascione writes:
>> Under Cygwin, the variable system-type will be 'cygwin; under Windows,
>> it will be 'windows-nt. You can perform conditional initialization as
>> follows:
>>
>> (cond ((eq system-ty
On 12/6/12 1:51 PM, Achim Gratz wrote:
> Daniel Colascione writes:
>>>> Open another mintty and try to kill the hanging emacs process from it.
>>
>> Works fine for me, albeit using kill -9, not regular kill. What
>> exactly do you see?
>
> The kill command
On 12/6/12 7:13 PM, Ken Brown wrote:> And I've just discovered what
that something is: After the cygw32
> build is configured, HAVE_GSETTINGS and HAVE_GCONF are defined to be 1
> in src/config.h (assuming you have the relevant -devel packages
> installed). And GSettings and GConf are Glib feature
On 12/21/2012 11:36 AM, Christopher Faylor wrote:
> On Fri, Dec 21, 2012 at 06:02:19PM +0100, Corinna Vinschen wrote:
>> On Dec 21 11:10, Christopher Faylor wrote:
>>> On Fri, Dec 21, 2012 at 11:32:41AM +0100, Corinna Vinschen wrote:
Maybe the signal thread should really not exit by itself, bu
On 1/2/13 12:48 PM, Christopher Faylor wrote:
> I managed to duplicate a hang by really stressing ctrl-c a loop. It
> uncovers some rather amazing Windows behavior which I have to think
> about. Apparently ExitThread can be called recursively within the
> thread that Windows creates to handle CTR
On 2/3/2013 4:40 AM, Ken Brown wrote:
> On 2/3/2013 6:05 AM, Андрей Забавников wrote:
>> $ emacs-w32 --daemon
>> emacs daemon: exec failed: 2
>> Error: server did not start correctly
>
> I can confirm this. Daniel, can you help?
=== modified file 'src/emacs.c
ncy of emacs-w32. I don't
> know
> why setup.exe didn't offer to install it for you.
>
>> 2. After "emacs-w32 --daemon" starts a daemon, what "emacsclient -c"
>> invokes was in fact an terminal session.
>
> Confirmed. Daniel, is this to
e file wasn't open. (This is what's
>>> expected to happen in terminal session.)
>>>
>>>
>>> So my question was around the situation 2.
>>> How did the emacs-w32 handle the dragged file?
>>
>> The code for handling the file name ap
On 3/9/2013 9:50 PM, Arthur Tu wrote:
> On 3/9/2013 9:23 PM, Ken Brown wrote:
>> On 3/8/2013 10:08 PM, Arthur Tu wrote:
>>> Hope this can be fixed soon.
>>
>> It looks like the problem has been fixed. I've built a new version of emacs
>> with the fix included and put it in my private cygwin reposi
On 3/13/2013 8:44 AM, Ryan Johnson wrote:
> On 13/03/2013 11:33 AM, Filipp Gunbin wrote:
>> On 13/03/2013 18:53 +0400, Achim Gratz wrote:
>>
>>> Filipp Gunbin fastmail.fm> writes:
"Two new functions are available in Cygwin builds:
`cygwin-convert-file-name-from-windows' and
`cygwin-
#include
#define PRGNAME "winln"
#define PRGVER "1.2"
#define PRGAUTHOR "Daniel Colascione "
#define PRGCOPY "Copyright (C) 2011 " PRGAUTHOR
#define PRGLICENSE "GPLv2 or later <http://www.gnu.org/licenses/gpl-2.0.html>"
stat
On 4/3/2013 12:15 AM, Daniel Colascione wrote:
> In light of the recent discussion on the developers list about native
> symlinks,
> I'd like to suggest including my winln program (which I posted a while ago on
> this list, and which I've attached to this message) in the cy
On 4/3/2013 1:01 AM, Thomas Wolff wrote:
> Am 03.04.2013 09:15, schrieb Daniel Colascione:
>> In light of the recent discussion on the developers list about native
>> symlinks,
>> I'd like to suggest including my winln program (which I posted a while ago on
>> th
Thanks for the reply Warren.
I think that /etc/passwd is being correctly created because:
* it exists
* it has an entry for the user that is me
* mkpassd -l and mkgroup -l both complete w/o err ($?=0)
* immediately after install, in the first mintty I create, sourcing
/etc/profile (ie
You'll note, however, that for most distros Perl doesn't depend on
openssl, libssp, etc.
Also, including extra optional stuff as dependencies is considerably
more acceptable when you're installing a primary OS. We expect a Fedora
or Arch install to need 10GB and daily security updates. That's
Providing the functionality of some obscure, barely used project is not
a stated goal for Cygwin. No one here is interested in adapting
ourselves to people's expectations for the project if the expectations
have nothing to do with the goals of the project.
??
unxutils is just a bundle of win32
cgf, I've been using cygwin off and on for ~14 years and I'm aware what
it is and is not. Getting defensive and huffy over a rhetorical (not
technical/internal) comparison of cygwin to other "collections of tools
which provide [with varying completeness] a Linux look and feel
environment for Wi
> If you suspect a scripting issue and you're using 'mintty', you can invoke
> it this way to see where the scripts might be going wrong:
>
> mintty /bin/bash -i -l -x
>
> Otherwise, you can just invoke 'bash' directly from a command prompt with
> the line above minus the 'mintty' bit.
Thanks fo
In sec_auth.cc, get_server_groups contains this clause:
if (get_logon_server (domain, server, false)
&& !get_user_groups (server, grp_list, user, domain)
&& get_logon_server (domain, server, true))
get_user_groups (server, grp_list, user, domain);
The first call to get_logon_ser
On 6/7/2013 11:55 PM, Daniel Colascione wrote:
> (By the way: how on earth does logon eventually succeed if group enumeration
> fails? I'm using the stored-password authentication method, and when sshd
> eventually connects, my user (according to whoami.exe /priv) is a member of
&g
The mandatory locking work (which I haven't been able to test) aside, temporary
table creation is broken with SQLite 3.7.16.2-1. 'CREATE TEMP TABLE foo (bar
INT)' fails. cygwinGetTempname, called from getTempname, returns the correct
temporary directory --- "/var/tmp/etilqs_z28HceqmzVr3ZO1" in my c
On 6/10/2013 12:21 PM, Warren Young wrote:
> On 6/9/2013 19:26, Daniel Colascione wrote:
>> which I haven't been able to test
>
> You should. One of the changes is to prefer creating temporary tables in
> memory
> instead of on disk, which should bypass the prob
g++ -L/users/dancol/software/cygwin/i686-pc-cygwin/winsup/cygwin -isystem
/users/dancol/software/cygwin/winsup/cygwin/include
-B/users/dancol/software/cygwin/i686-pc-cygwin/newlib/ -isystem
/users/dancol/software/cygwin/i686-pc-cygwin/newlib/targ-include -isystem
/users/dancol/software/cygwin/newli
On 6/12/2013 2:46 AM, Corinna Vinschen wrote:
> On Jun 11 17:53, Daniel Colascione wrote:
>> g++ -L/users/dancol/software/cygwin/i686-pc-cygwin/winsup/cygwin -isystem
>> /users/dancol/software/cygwin/winsup/cygwin/include
>> -B/users/dancol/software/cygwin/i686-pc-cygwin/newli
On 6/12/2013 11:44 AM, Christopher Faylor wrote:
> On Wed, Jun 12, 2013 at 11:06:15AM -0700, Daniel Colascione wrote:
>> On 6/12/2013 2:46 AM, Corinna Vinschen wrote:
>>> On Jun 11 17:53, Daniel Colascione wrote:
>>>> g++ -L/users/dancol/software/cygwin/i686-pc
aseall as I had similar error in the past but it
didn't fix it. I have also tried a clean install on a separate Windows
2008 R2 machine which didn't work either.
The version of GCC is 4.7.3 and I am on Windows 8 Professional
64-bit, Cygwin 1.7.20(0.266/5/3).
Thanks,
Daniel
--
Proble
bin
C:\Program Files\pstoedit
C:\Users\Daniel\Documents\WindowsPowerShell\Modules\Pscx\Apps
Output from C:\cygwin\bin\id.exe
UID: 1001(Daniel) GID: 513(None)
513(None) 0(root) 544(Administrators) 545(Users)
SysDir: C:\Windows\system32
WinDir: C:\Windows
CYGWIN = 'nodosf
unless you are
running it?
I tried replacing the cygwin1.dll with the latest snapshots 1.7.22s x86
and that still had the fork error. I have also tried running in safe
mode and
stopping all my anti-virus software just incase that was interfering
somehow.
So I get as an output now...
Dan
unless you are running it?
I tried replacing the cygwin1.dll with the latest snapshots 1.7.22s x86 and
that still had the fork error. I have also tried running in safe mode and
stopping all my anti-virus software just incase that was interfering somehow.
So I get as an output now...
Dan
Works perfectly! Been running my code since yesterday and no issues so far.
Thanks for the quick fix,
Daniel
On 23/07/2013 15:39, Corinna Vinschen wrote:
On Jul 23 16:18, Corinna Vinschen wrote:
On Jul 23 15:08, Corinna Vinschen wrote:
On Jul 23 13:28, Daniel Brown wrote:
and that still had
I just started seeing this problem myself --- on 1.7.22 release.
On 5/22/2013 5:31 AM, Corinna Vinschen wrote:
> On May 22 11:11, Denis Excoffier wrote:
>> Hello,
>>
>> With the current snapshot (20130521) on Windows XP, the following
>> fails (with an empty stackdump):
>>
>> % /usr/bin/python pyf
On 7/24/2013 11:55 PM, Daniel Colascione wrote:
> Does that help at all? I only started seeing this problem after I recompiled
> _wp.dll using gcc 4.7.3.
Actually, this problem looks a lot like
http://www.mail-archive.com/gcc@gcc.gnu.org/msg68316.html: neither Python nor
_wp links dynamica
On 7/25/2013 12:11 AM, Daniel Colascione wrote:
> On 7/24/2013 11:55 PM, Daniel Colascione wrote:
>> Does that help at all? I only started seeing this problem after I recompiled
>> _wp.dll using gcc 4.7.3.
>
> Actually, this problem looks a lot like
> http://www.mail-arc
On 7/25/2013 11:13 PM, Christopher Faylor wrote:
> It has been suggested here a couple of times that it might be a good
> idea for Cygwin to fill out the block that it sends to subprocesses with
> information that fools msvcrt programs into thinking that its ptys are
> really consoles.
My suggesti
On 7/26/2013 8:27 AM, Christopher Faylor wrote:
> On Thu, Jul 25, 2013 at 11:44:32PM -0700, Daniel Colascione wrote:
>
>> Ugly, only half-implemented, but better: a hook-based pseudoconsole
>> system for Windows.
>
> This is what I was holding out for. The last time i
On 7/26/2013 9:35 AM, Corinna Vinschen wrote:
> On Jul 26 09:21, Daniel Colascione wrote:
>> On 7/26/2013 8:27 AM, Christopher Faylor wrote:
>>> On Thu, Jul 25, 2013 at 11:44:32PM -0700, Daniel Colascione wrote:
>>>
>>>> Ugly, only half-implemented,
On 7/26/2013 10:10 AM, Corinna Vinschen wrote:
> On Jul 26 09:55, Daniel Colascione wrote:
>> On 7/26/2013 9:35 AM, Corinna Vinschen wrote:
>>> On Jul 26 09:21, Daniel Colascione wrote:
>>>> On 7/26/2013 8:27 AM, Christopher Faylor wrote:
>>>>> On
return (EXIT_SUCCESS);
}
I compile with `gcc -g main.c` then `gdb a.exe` and type `run`, the
error `invalid decimal " 0x23DBF0"` then pops up.
I have tried the latest snapshot cygwin1.dll (1.7.23s(0.268/5/3)) and
the error is still there.
Thanks,
Daniel
On 27/07/2013 04:29, Ryan
On Sun, 11 Aug 2013, Andreas Winkelbauer wrote:
recently I stumbled across a bug in curl for 64-bit Cygwin regarding the -i
option. This bug has already been discussed in April 2013:
http://cygwin.1069669.n5.nabble.com/Difference-in-32-64-bit-curl-td98083.html
(I can't reply directly since I
Warren Young wrote:
> Name a currently shipping Unixy system that does *not* have Perl installed by
> default.
"default" seems to me to be the wrong thing to compare to cygwin base. I don't
think most cygwin users would be pleased to see cygwin's base install inflated
to mimic most distros' d
Hello, I am using Cygwin installer 2.819 x86.
After installing new packages (and updating existing packages), I
sometimes get the message:
In-use file detected
Unable to extract /usr/bin/cygwin1.dll
The file is in use by the following processes:
C:\cygwin\bin\mintty.exe
C:\cygwin\bin\bash.exe
Hello all,
I'm trying to troubleshoot an issue with an old version of rsync on
Cygwin. Is there a git repo somewhere with historical patches? The
version in question is 3.0.4. This is on a remote machine that I can't
change, so I'm trying to decipher what I can from the logs.
Hello Marco,
On 11/30/19 4:23 AM, Marco Atzeri wrote:
> Am 30.11.2019 um 06:44 schrieb Daniel Santos:
>> Hello all,
>>
>> I'm trying to troubleshoot an issue with an old version of rsync on
>> Cygwin. Is there a git repo somewhere with historical patches? The
didn't test for other values than
infinities.
GCC 7.4.0
Cygwin installed from Setup version 2.897 (64 bit)
Platform: Windows 7 Professional (x86-64)
Best regards,
Daniel
--
Daniel Kochmański ;; aka jackdaniel | Przemyśl, Poland
TurtleWare - Daniel Kochmański | www.turtleware.e
does this? I presume somewhere under winsup/cygwin?
Also, are there pretty docs somewhere that detail the Cygwin internals,
architecture, etc? It's making me curious...
Thanks!!
Daniel
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.co
ecture and then other docs to "drill down" to the
details on certain areas. I've always been amazed by what Cygwin does.
Daniel
On 12/9/19 4:22 AM, Corinna Vinschen wrote:
> On Dec 9 01:12, Daniel Santos wrote:
>> Hello,
>>
>> I see that when you copy Cygwin ex
This is causing the throughput limitation. So we would
like to formally ask that you please not manually set SO_RCVBUF or
SO_SNDBUF.
thanxs ;^)
...Daniel
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin
s get the
maximum available throughput.
I'll email again when I have the patch. If you would like more
testing let me know and we can have our test people run some more
experiments.
thanxs :)
...Daniel
On Mon, Nov 28, 2016 at 12:51 PM, Brian Inglis
wrote:
> On 2016-11-28 12:54, Daniel Ha
or-windows-10-and-windows-server-2016/
I will be updating the blog with the new features included in our next
update soon :).
thanxs ;^)
On Fri, Dec 2, 2016 at 2:37 PM, Brian Inglis
wrote:
> On 2016-12-02 13:29, Daniel Havey wrote:
>> On Wed, Nov 30, 2016 at 1:13 PM, Lee wrote:
>>>
e
Cygwin installation.
After hours of searching the web and attempting multiple
reinstallations, I'm sorry to lean on the community for help, but I'm
really at wits end. I'm willing to try new ideas, and appreciate any
suggestions.
Thanks very much in advance,
--Daniel
setup.l
er admin rights change
the setting in the msconfig.exe app. So I've learned the shift-key
method is probably safer for me :) )
Again, thank you very much, Marco!
--Daniel
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documenta
d-test-unpatched-x86_64-pc-cygwin/gcc/testsuite/gfortran2/../../
-B/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libgfortran/
/c/Users/daniel/proj/sys/gcc/work0/gcc/testsuite/gfortran.dg/coarray/sync_3.f90
-fno-diagnostics-show-caret -fdiagnostics-color=never -fcoarray=single
be a working ISO C++98 compiler and makes
no mention of the need for an existing Fortran compiler or libraries.
This has all been built in the bootstrap.
$ ll $(pwd)/x86_64-pc-cygwin/libgfortran/.libs/cyggfortran-4.dll
-rwxrwxr-x+ 1 daniel None 9124325 Mar 3 19:15
/d/builds/head-test-unpatched-x
his. *sigh*
Daniel
I suppose you can try to run s/LD_LIBRARY_PATH/PATH/g to see how it goes.
Well since I've gone this far I might as well come up with a patch for
the problem as well. Luckily, I somehow made a mistake about the
problem *not* happening on my first run of tests because I
Seeing how this means that gcc testsuite results are useless for
exposing regressions in gcc libraries, I've opened a gcc bug report.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79867
Daniel
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwi
Windows format to UNIX
format when a
Cygwin process first starts. Most Cygwin applications do not make
use of
the dlopen () call and do not need this variable.
Daniel
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation
tling that, if something goes wrong with the
build-tree, we can still end up loading the installed libgcc instead of
failing. Still, it will be better than the current situation.
Thank you for your help with this.
Daniel
--
Problem reports: http://cygwin.com/problems.html
FAQ:
On 03/07/2017 07:58 AM, cyg Simple wrote:
On 3/6/2017 9:03 PM, Daniel Santos wrote:
On 03/05/2017 05:08 AM, David Billinghurst wrote:
No.
LD_LIBRARY_PATH is used by dlopen ().
PATH is one of the locations searched by Windows when starting
applications, see https://msdn.microsoft.com/en-us
On 03/07/2017 06:36 PM, David Billinghurst wrote:
On 8/03/2017 10:25, Daniel Santos wrote:
My concern is with the dynamic portion of this behavior -- what is
affected by environment variables.
Many years ago I ran a nightly build/test of gcc under cygwin and
reported the results to gcc
ecution test
parent: sync byte write: broken pipe^M
make[3]: Leaving directory
'/d/builds/head-test-moutline-x86_64-pc-cygwin/gcc'
Don't worry about the FAILed test. The main thing is that after each
broken pipe message, I see make "leaving" that directory,
This is just a minor annoyance. When I start a mintty session and even
if I type bash -l or basy -li, I don't get my /etc/profile sourced and I
have to manually do it each time I log in. Any idea what's causing that?
Possibly related, sshd doesn't seem to be reading my
~/.ssh/authorized_keys
First off, thanks for your response and I apologize for my late reply.
On 03/09/2017 06:21 PM, Brian Inglis wrote:
On 2017-03-09 15:58, Daniel Santos wrote:
This is just a minor annoyance. When I start a mintty session and
even if I type bash -l or basy -li, I don't get my /etc/profile
so
win-32, mingw64 and mingw64 -- both with and without my patches). So
this may simply take me many, many days to complete. I'm experimenting
with running under wine, but bash.exe is crashing right now (although my
Wine had the staging patches, so building w/o them :)
Daniel
Daniel
--
ollision? Will a
detailed error message exist anywhere (syslogs, NT's event log, etc.)?
So when I run gcc's bootstrap, I'm building dlls that sit (temporarily)
in the build directory. If I do not explicitly rebase these, can I end
up with collisions if I try to use them?
Than
o a pristine
state (i.e., freshly installed Windows & Cygwin) with minimal I/O. If I
can solve this problem and the "broken pipe" issue then we might be
getting close!
Daniel
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.c
u recommend? Also, I'm not doing any windows/lanman networking,
so I disable computer browser and the like.
I'm also building the current cygwin1.dll from git as I've seen a few
messages about bugs being fixed that could be related.
Daniel
--
Problem reports: htt
On 03/17/2017 12:17 AM, Brian Inglis wrote:
On 2017-03-16 14:59, Daniel Santos wrote:
Alright, I think I've got it now, thank you. I'll experiment with it
first and then I'm guessing that this might eventually belong in
libtool or some such, although I'm guessing that that
argv=0x0,
argv@entry=0x5a2010) at ../../../../../winsup/utils/strace.cc:1175
#4 0x004074ea in main (argc=3, argv=0x5a2010) at
../../../../../winsup/utils/strace.cc:1195
Also, I even overwrote the cygwin1.dll with another build, I don't even
have that *blushes*
Daniel
--
I got the crash again (when trying to do something else of course). So
here is the complete backtrace:
Program received signal SIGSEGV, Segmentation fault.
0x771fc3bc in KERNEL32!GetVolumePathNamesForVolumeNameW () from
/c/Windows/system32/kernel32.dll
(gdb) bt
#0 0x771fc3bc i
I should probably import this onto my github account. There doesn't
appear to be an actual repository for expect at the moment. There are
many terrible coding practices employed, potential use of uninitialized
locals, etc. I'm going to do some basic cleanup before I dig back into
trying to f
lling
an ioctl to set the terminal window size.
Thanks in advance!
Daniel
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
00402b43 in main2 (argc=, argc@entry=2,
argv=argv@entry=0x1f71f20) at
/usr/src/debug/cygwin-2.8.0-1/winsup/utils/strace.cc:1175
mask = 1
ofile = 0x0
pid = 32978536
opt =
toggle = 0
sawquiet = -25362252
ret = 0
#4 0x004
I didn't have cygwin1.dll built with -O3,
oops, I meant -g3 :)
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
On 04/14/2017 10:49 PM, Dan Kegel wrote:
On Fri, Apr 14, 2017 at 8:41 PM, Daniel Santos wrote:
oops, I meant -g3 :)
That was suboptimal of you
/me ducks
lol!
/me swings
/me ducks
/me misses, damn!
strace ls doesn't die for me with plain old cygwin installed a while ago.
Is this
Well here's the problem, gcc got too smart and optimized out the stack
buffer.
int
main (int argc, char **argv)
{
4074c0: 56 push %rsi
4074c1: 53 push %rbx
4074c2: 48 83 ec 28 sub$0x28,%rsp
4074c6: 89 c
ng in the below details:
Target industry:
Target Job title:
Target geography:
Technology user type:
Or any other specifications:
I will get back to you with data count, costs and a few sample records for
your consideration.
Daniel Jones
Sales/Marketing Dept.
To edit mail p
-x -w 300 200 || exit 1
echo “Success”
) 200>test.lock
Ideas?
//Daniel
Thank you.
I can confirm using cygwin1-20190120.dll solves the problem.
//Daniel
-Original Message-
From: cygwin-ow...@cygwin.com On Behalf Of Yaakov
Selkowitz
Sent: den 20 januari 2019 06:10
To: cygwin@cygwin.com
Subject: Re: flock: cannot set up timer: Invalid argument
On Fri, 2019
ays aren't as long as doing the above:
for ((i = 0; i < 64; ++i)); do strace --output=/tmp/sleep.$$.log
--trace-children --mask=startup sleep 64; done
Can anybody try this and see if they get delays when running ps -ef or
some such?
Thanks,
Daniel
--
Problem reports: htt
st case that causes
more of a drastic delay.
Daniel
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
On 04/20/2017 09:38 PM, Daniel Santos wrote:
I usually disable most services, I can probably disable a few more
Actually, I was wrong as I had re-enabled a lot of services to try some
ms debugging tools, but I've pared it down to these and the problem
still happens:
C:\Users\danie
cinfo->ppid; i++)
Sleep (10);
I tried putting a stupid memory barrier in the loop and a volatile read
just for kicks, but that doesn't seem to be the problem. I'm headed off
to bed. This only happens when using strace, so if anybody has ideas
please post.
Daniel
--
Problem
gpid. shared object is there,
but I'm suspecting that it's either all zeros or just not fully
initialized -- and this is for the pid of the strace process. So for
each strace process, there's a 2-3 second delay when trying to read the
process list.
Daniel
--
Problem report
message if it waits 2-ish seconds and the
struct still isn't correctly populated.
Is there a way to debug the children of strace? It would make it a lot
easier. That's part of why I wrote the _pinfo::debug(), but also when I
debug strace with gdb, the _pinfo struct IS properly popul
gdb but you likely
won't be able to catch them at their startup unless they wait for your
attach.
Very interesting! Is it possible to have two processes debugging and
have strace forward debug events that it isn't interested in to another
debugger in the chain? I
Well, waiting for GNU/Linux tests to run, so I had a little more time to
play with this.
On 04/23/2017 02:42 AM, Mark Geisert wrote:
Daniel Santos wrote:
Well thank you, I wish I had read this earlier. I've been trying to
debug (with
gdb) strace (following children) and now I know wh
On 04/24/2017 02:00 AM, Mark Geisert wrote:
Excellent debugging work! I'm inclined to agree with your last
point. I'm poring over pinfo.cc as well as dcrt0.cc, which is the
Cygwin DLL init code. The latter talks about special cases if the DLL
is runtime loaded (like strace does) vs link-tim
I finally found a solution and submitted a patch, but I don't know if
it's the correct fix or not.
Daniel
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:
grep-3.0-2 binary will not function as expected when the -v option is
used in a Makefile.
Resolution - downgrade to grep-3.0-1.
When using Cygwin to build Magic Lantern users stated reporting a
build errors on new Cygwin installs around November 2016. The
resolution was to downgrade grep to the p
Wow, fantastic help on this list.
> Most likely, $(READELF) is producing \r\n-terminated output. The
> solution, then, is to rewrite the line to:
>
> $(READELF) $< -Ws | tr -d '\r' | $(AWK) ...
>
>>
>> and what is the error ?
>
> Most likely, grep is not filtering as expected, because now that it
python 2 and 3 docutils was recently updated from 0.13.1-1 to 0.13.1-2.
rst2html.py along with several of the other scripts are missing on
this updated version.
More information on this forum post:
http://www.magiclantern.fm/forum/index.php?topic=15894.msg186458#msg186458
--
Problem reports:
Surprised this isn't getting more attention. All of the python 2
docutils scripts are missing from the June 19 update.
> -- Forwarded message --
> From: Oleksandr Gavenko
> To: cygwin@cygwin.com
> Cc:
> Bcc:
> Date: Wed, 28 Jun 2017 10:39:48 +0300
> Subject: Re: rst2html missing f
Hello Cygwin list,
All of the scripts are missing from the June 19 update of
python2-docutils (0.13.1-2 version).
Just a reminder--this was reported a while back but it is still in the
same state.
You can still go back one version on the Cygwin installer to the
0.13.1-1 version that works fine
Seems like a pay Peter to pay Paul situation. I was hesitant to use
python3-docutils but it turns out that it doesn't force you into
python3. Why not just do a python-docutils package to avoid confusion?
Aren't they just scripts that can run under either version of python?
--
Problem reports:
Daniel Blanchet
dan...@dblanchet.net
> Le 17 mars 2018 à 17:06, David Rothenberger a écrit :
>
> A new version of the libvorbis, libvorbis-devel, libvorbis0,
> libvorbisenc2, and libvorbisfile3 packages are now available for
> download.
>
> SECURITY:
> ===
s of the pixels at the upper
left corner of the hexagon.
This still works for me on Mac with Safari, if I find time I can give it
another try on a more recent Windows with an up-to-date cygwin.
I guess you could also just move the browser window so the corner is at
a known position, and edit scrape
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
ng happens.
Regards,
Daniel
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
Hi Ken,
Thanks for checking.
You're right, I'm still on cygwin 3.2.0 because of issues with running
make (see "GNU make losing jobserver tokens").
Tested with cygwin-3.3.5 and env seems to work.
Sorry for the noise.
Regards,
Daniel
śr., 1 cze 2022 o 15:03 Ken Brown napisał(a
401 - 500 of 898 matches
Mail list logo