Re: "setup-x86_64.exe" blocked by Proxy/Firewall to 3MB packages

2024-12-05 Thread jojelino via Cygwin
On 12/4/2024 5:46 PM, Mark via Cygwin wrote: Is there, actually, a method to bypass this issue? Will there be some tricks, in next package distribuition, to bypass this issue/limitation? Run cygwin setup with -p if you have a proxy application available that does the thing exactly as you have as

Re: /bin/ls -l cannot handle printable Unicode characters outside the BMP ...

2024-11-24 Thread jojelino via Cygwin
On 11/23/2024 7:44 PM, Cedric Blancher via Cygwin wrote: Looks like the Cygwin locale has a problem with non-BMP chars. You can tell your coworker that following alias of ls would do the trick in Cygwin. alias ls="ls -N --show-control-chars" -- Problem reports: https://cygwin.com/problem

Re: ssh-add -l hangs under cygwin test 3.6.0-0.139.g...

2024-06-30 Thread jojelino via Cygwin
On 6/29/2024 2:39 PM, Brian Inglis via Cygwin wrote: Reran cygport --debug upload and command hanging was ssh-add -l! 296 72109 [main] ssh-add 63275 win32env_to_cygenv: 0xA000232E0: TERM_PROGRAM=mintty 189 72298 [main] ssh-add 63275 win32env_to_cygenv: 0xA00023300: TERM_PROGRAM_VERSION

Re: Bug: bash redirect "magic" variable content to input of command hangs (upstream of https://github.com/git-for-windows/git/issues/5001)

2024-06-11 Thread jojelino via Cygwin
On 6/10/2024 8:12 PM, Holger Klene via Cygwin wrote: This is: GNU bash, Version 5.2.21(1)-release (x86_64-pc-cygwin) Was also reproduced in git-bash 5.2.26(1)-release (also cygwin) but not in WSL-bash 5.1.16 (independent of cygwin) This regression is introduced in bash-5.1, Introduced changes in

Re: Segfault with detached threads and OpenSSL

2024-05-20 Thread jojelino via Cygwin
Deter using detached attribute in cygwin. for details [1]. You might find static-linking as useful workaround for this issue which requires build openssl from source code. Thread 7 "a" hit Breakpoint 9, init_thread_remove_handlers ( handsin=handsin@entry=0x0) at crypto/initthread.c:178 178

Re: Cygwin X - Vast performance difference between X-over-ssh and xdmcp

2024-04-27 Thread jojelino via Cygwin
On 4/28/2024 4:36 AM, Jim Garrison via Cygwin wrote: The speed difference is stark.  With X-over-ssh Eclipse is unusable, PyCharm barely so.  When running in an xdmcp session both are blazingly fast with no detectable lag. What would make such a huge difference? Why don't you allow Compressi

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-02-29 Thread jojelino via Cygwin
024670a 242- 0x0001800991d5 <+291>: jne0x1800991f1 <_pinfo::set_ctty(fhandler_termios*, int)+319> 243- 0x0001800995e6 <+1332>: call 0x180205fa8 244- 0x0001800995eb <+1337>: test %eax,%eax 245- 0x0001800995ed <+1339>:

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-02-29 Thread jojelino via Cygwin
$ (echo symbol cygwin1.dll;grep -Po '(?<=cygwin1!)[a-z_0-9]*?\+0x[a-f0-9]*'|sed -E 's/^/i line *(/;s/$/)/')|gdb GNU gdb (GDB) (Cygwin 12.1-1) 12.1 Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free softwar

Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel

2024-02-29 Thread jojelino via Cygwin
$ (echo symbol cygwin1.dll;grep -Po '(?<=cygwin1!)[a-z_0-9]*?\+0x[a-f0-9]*'|sed -E 's/^/i line *(/;s/$/)/')|gdb GNU gdb (GDB) (Cygwin 12.1-1) 12.1 Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free softwar

Re: Python C Extension Module loading issue on Cygwin

2023-09-28 Thread jojelino via Cygwin
On 9/22/2023 3:39 PM, Mesibo Technical via Cygwin wrote: Any idea why Cygwin is using the .dll extension instead of the .pyd extension as recommended by Python's official documentation? $ grep "_SUFFIX=" /usr/lib/python3.9/config-3.9-x86_64-cygwin/Makefile SHLIB_SUFFIX= .dll EXT_SUFFIX= .