BSOD when running from network share

2015-11-19 Thread Patrick Herbst
I have cygwin installed on a windows network share folder. Most everything works fine. But I get a BSOD when in bash running the following cat > /tmp/junk

Re: Patch for run-1.3.0-1 core dump

2014-06-09 Thread Patrick Herbst
>> >> On 3/20/2014 8:57 AM, Patrick Herbst wrote: >> >>> On 2/18/2014 4:16 AM, Corinna Vinschen wrote: >>> Did my earlier patch get included? I haven't seen a "run" new version >>> yet. >>> >>> http://www.cygwin.com/ml

Re: Patch for run-1.3.0-1 core dump

2014-03-20 Thread Patrick Herbst
> On 2/18/2014 4:16 AM, Corinna Vinschen wrote: > Did my earlier patch get included? I haven't seen a "run" new version > yet. > > http://www.cygwin.com/ml/cygwin/2013-12/msg6.html > > My patch was the one that properly quote arguments. Maybe let's start > with that before putting new stuff u

Re: [ANNOUNCEMENT] Updated: run-1.3.0-1

2013-11-18 Thread Patrick Herbst
> On 9/30/2013 3:17 PM, Gary Johnson wrote: > >> Any updates on this? Any other information we can provide to >> expedite a fix? >> >> I just had my PC upgraded from Windows XP to Windows 7 and have been >> reinstalling various applications including Cygwin. I'm using the >> 32-bit version becaus

Gnat with sqlite Ada bindings - 100% CPU problem

2013-09-16 Thread Patrick Herbst
Hello, I'm trying to write an Ada application that uses the Sqlite library. The application will compile and run until the end of the application where it will hang, using near 100% CPU. When I cntrl+c it while running in GDB, it shows: Program received signal SIGINT, Interrupt. 0x6e015096 in cyg

Re: [ANNOUNCEMENT] Updated: run-1.3.0-1

2013-08-28 Thread Patrick Herbst
> Just for completeness, run-1.3 does not even work on windows 7 U 64b. I'm having stackdump issues with run.exe as well. WinXP 32 bit service pack 3 run.exe 1.3.0-1 $ cat ./run.exe.stackdump Exception: STATUS_ACCESS_VIOLATION at eip=6110BAE6 eax=200202D0 ebx=622F7273 ecx=6126C994 edx=0090

Default Install Packages -- libX11 ??

2013-05-05 Thread Patrick Herbst
Hello, I was wondering why the default "minimal" install of Cygwin now includes X libraries? This happens even when not installing Xorg. Why is this? Is there one new default package that brings in those new dependencies? Thanks in advance! Patrick. -- Problem reports: http://cygwin.co

Re: closing SSH session leaves a zombie bash process

2007-02-06 Thread Patrick Herbst
eople having bash zombies... anyone know where else to look? what else can be done? DePriest, Jason R. wrote: On 1/30/07, Patrick Herbst wrote: i just noticed this today after i updated my base cygwin yesterday. if i use putty to establish a ssh session and just hit the X to close (inste

Re: Relative vs. Absolute path problem

2007-01-31 Thread Patrick Herbst
from your home directory ../../../ = one level up from the cygwin root. for example... if home is c:\cygwin\home\user then that relative path would put you at c:\ the root (/) for cygwin is actually the cygwin directory (c:\cygwin) if you're trying to get just on your c:\ you have to specify it

closing SSH session leaves a zombie bash process

2007-01-30 Thread Patrick Herbst
i just noticed this today after i updated my base cygwin yesterday. if i use putty to establish a ssh session and just hit the X to close (instead of typing 'exit'), the server leaves a copy of bash running till i go in an manually end process. i've tried reinstalling everything and still have th