rebase segfault

2013-01-15 Thread marco atzeri
rebase is segfaulting on two dlls of new package postgresql-contrib-9.2.2-1 Full packages here http://matzeri.altervista.org/cygwin-1.7/postgresql/ Just the two dll's here: http://matzeri.altervista.org/works/rebase/ for i in *.dll; do echo $i ; rebase -O $i ; done dict_snowball.dll Segmenta

Re: stat() and tilde prefix (was bad bash tab completion)

2013-01-15 Thread Corinna Vinschen
On Jan 14 16:37, Ryan Johnson wrote: > On 14/01/2013 3:24 PM, Stephan Mueller wrote: > >Perhaps (as you may well have already considered): > > > >- replace the path prefix by the mount point first? (this may be naïve > > on my part, but it's not clear to me that .. early in a path should be > >

Re: stat() and tilde prefix (was bad bash tab completion)

2013-01-15 Thread Corinna Vinschen
On Jan 14 23:14, Thomas Wolff wrote: > Am 14.01.2013 11:00, schrieb Corinna Vinschen: > >... > > > >The first step of converting a POSIX path to a Windows path is to > >normalize the path. "." and ".." components are simply dropped: > > > > "a/b/./c" -> "a\b\c" > > "a/b/../c" -> "a\c" > which

Re: rebase segfault

2013-01-15 Thread Corinna Vinschen
On Jan 15 09:43, marco atzeri wrote: > rebase is segfaulting on two dlls of new package > > postgresql-contrib-9.2.2-1 > > Full packages here > http://matzeri.altervista.org/cygwin-1.7/postgresql/ > > Just the two dll's here: > http://matzeri.altervista.org/works/rebase/ > > for i in *.dll; do

Re: rebase segfault

2013-01-15 Thread marco atzeri
On 1/15/2013 11:07 AM, Corinna Vinschen wrote: On Jan 15 09:43, marco atzeri wrote: rebase is segfaulting on two dlls of new package postgresql-contrib-9.2.2-1 Full packages here http://matzeri.altervista.org/cygwin-1.7/postgresql/ Just the two dll's here: http://matzeri.altervista.org/works/

Re: rebase segfault

2013-01-15 Thread Corinna Vinschen
On Jan 15 11:36, marco atzeri wrote: > On 1/15/2013 11:07 AM, Corinna Vinschen wrote: > >On Jan 15 09:43, marco atzeri wrote: > >>rebase is segfaulting on two dlls of new package > >> > >>postgresql-contrib-9.2.2-1 > >> > >>Full packages here > >>http://matzeri.altervista.org/cygwin-1.7/postgresql/

Re: stat() and tilde prefix (was bad bash tab completion)

2013-01-15 Thread Shaddy Baddah
Hi, On 15 Jan 2013 03:13, Corinna Vinschen wrote: It seems to me then that a patch to bash may be in order? I can see how the bash check is the right thing to do. It doesn't want the special tilde expansion to mask and disallow referencing of real tilde prefixed paths. So the stat() check is the

Re: unable to copy folder contents. showing error "cannot stat. no such file directory"

2013-01-15 Thread Divakar K
Thanks Andrey Repin. but if there is folder in the "source" path, it is not copying. Thanks & Regards, Divakar On Thu, Dec 27, 2012 at 7:23 PM, Andrey Repin wrote: > Greetings, Divakar K! > >> can someone please help me to copy only the folder contents? > > copy /Y /Z D:\ostore_7.4_int_bld\pack

How to rsh in windows using cygwin

2013-01-15 Thread Divakar K
Hi Folks, i dont know how to rsh from windows to windows? installed below packages which related to rsh. 1, rsh 2. rsh-server 3. tcp_wrapper 4. xinetd changed the "disable" value to "no" in the rsh conf file "/etc/xinetd.d/rsh.conf". i think rshd services has to start. but i dont know how to s

Re: Another issue with CLANG

2013-01-15 Thread Angelo Graziosi
Yaakov wrote: http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/llvm;a=blob;f=3.1-cygwin-includes.patch;h=1444765;hb=HEAD I think/hope you are going to send it to upstream... :-) Ciao, Angelo. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: unable to copy folder contents. showing error "cannot stat. no such file directory"

2013-01-15 Thread Andrey Repin
Greetings, Divakar K! > Thanks Andrey Repin. > but if there is folder in the "source" path, it is not copying. cmd /C copy /? > Thanks & Regards, > Divakar > On Thu, Dec 27, 2012 at 7:23 PM, Andrey Repin wrote: >> Greetings, Divakar K! >> >>> can someone please help me to copy only the folder

Re: stat() and tilde prefix (was bad bash tab completion)

2013-01-15 Thread Andrey Repin
Greetings, Thomas Wolff! >> The first step of converting a POSIX path to a Windows path is to >> normalize the path. "." and ".." components are simply dropped: >> >>"a/b/./c" -> "a\b\c" >>"a/b/../c" -> "a\c" > which isn't correct already (even if everything exists) because if b is > a

Re: How to rsh in windows using cygwin

2013-01-15 Thread Larry Hall (Cygwin)
On 1/15/2013 7:42 AM, Divakar K wrote: Hi Folks, i dont know how to rsh from windows to windows? installed below packages which related to rsh. 1, rsh 2. rsh-server 3. tcp_wrapper 4. xinetd changed the "disable" value to "no" in the rsh conf file "/etc/xinetd.d/rsh.conf". i think rshd servic

Re: How to rsh in windows using cygwin

2013-01-15 Thread Andrew DeFaria
On 1/15/2013 11:54 AM, Larry Hall (Cygwin) wrote: On 1/15/2013 7:42 AM, Divakar K wrote: Hi Folks, i dont know how to rsh from windows to windows? installed below packages which related to rsh. 1, rsh 2. rsh-server 3. tcp_wrapper 4. xinetd changed the "disable" value to "no" in the rsh conf

Re: stat() and tilde prefix (was bad bash tab completion)

2013-01-15 Thread Larry Hall (Cygwin)
On 1/15/2013 2:39 PM, Andrey Repin wrote: Greetings, Thomas Wolff! The first step of converting a POSIX path to a Windows path is to normalize the path. "." and ".." components are simply dropped: "a/b/./c" -> "a\b\c" "a/b/../c" -> "a\c" which isn't correct already (even if everythi

Re: rebase segfault

2013-01-15 Thread marco atzeri
On 1/15/2013 12:24 PM, Corinna Vinschen wrote: On Jan 15 11:36, marco atzeri wrote: On 1/15/2013 11:07 AM, Corinna Vinschen wrote: On Jan 15 09:43, marco atzeri wrote: rebase is segfaulting on two dlls of new package postgresql-contrib-9.2.2-1 Full packages here http://matzeri.altervista.org

Re: Intermittent failures with ctrl-c (was: retrieving process exit codes)

2013-01-15 Thread Tom Honermann
On 01/02/2013 04:24 PM, Tom Honermann wrote: On 01/02/2013 03: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 t

Re: deadlock with busy waiting on sigfe

2013-01-15 Thread Christopher Faylor
On Tue, Jan 15, 2013 at 11:00:16AM +0900, jojelino wrote: >Caused by executing following command and ctrl+c to interrupt in bash shell. >sh -c "cd /tmp/openjpeg/src/bin/jp2 && /usr/bin/i686-pc-mingw32-gcc.exe > -DOPJ_EXPORTS -ffast-math -O3 -DNDEBUG >@CMakeFiles/opj_compress.dir/includes_C.rsp

Re: Intermittent failures with ctrl-c (was: retrieving process exit codes)

2013-01-15 Thread Christopher Faylor
On Tue, Jan 15, 2013 at 05:16:57PM -0500, Tom Honermann wrote: >I noticed that some changes were checked in related to signal handling >and process termination recently, so I downloaded the most recent >snapshot (20130114) and tested again. I was still able to produce >hanging processes (includ

Re: deadlock with busy waiting on sigfe

2013-01-15 Thread Christopher Faylor
On Tue, Jan 15, 2013 at 08:46:46PM -0500, Christopher Faylor wrote: >On Tue, Jan 15, 2013 at 11:00:16AM +0900, jojelino wrote: >>Caused by executing following command and ctrl+c to interrupt in bash shell. >>sh -c "cd /tmp/openjpeg/src/bin/jp2 && /usr/bin/i686-pc-mingw32-gcc.exe >> -DOPJ_EXPORTS

Re: rebase segfault

2013-01-15 Thread marco atzeri
On 1/15/2013 11:03 PM, marco atzeri wrote: On 1/15/2013 12:24 PM, Corinna Vinschen wrote: On Jan 15 11:36, marco atzeri wrote: On 1/15/2013 11:07 AM, Corinna Vinschen wrote: On Jan 15 09:43, marco atzeri wrote: rebase is segfaulting on two dlls of new package postgresql-contrib-9.2.2-1 Full