public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Cygwin64: mkshortcut - Segmentation fault
@ 2013-06-07 12:35 Vasiliy
       [not found] ` <CAHYyVz6MLyiLrRRzA==m3HhCXmLVC1_UaALe3DsmTHAAiEdK7A@mail.gmail.com>
  2013-06-07 13:56 ` Charles Wilson
  0 siblings, 2 replies; 9+ messages in thread
From: Vasiliy @ 2013-06-07 12:35 UTC (permalink / raw)
  To: cygwin

Original suspect:
~~~~~~~~~~~~
user@host /etc/postinstall
$ cat /etc/postinstall/xinit.sh
/usr/bin/mkdir -p "$(/usr/bin/cygpath $CYGWINFORALL -P)/Cygwin-X"
/usr/bin/mkshortcut $CYGWINFORALL -P -i /usr/bin/XWin.exe -n
"Cygwin-X/XWin Server" -a "/usr/bin/bash.exe -l -c
/usr/bin/startxwin.exe" /usr/bin/run.exe

user@host /etc/postinstall
$ env V=2 VERBOSE=2 xinit.sh
./xinit.sh: line 2: 22136 Aborted                 (core dumped)
/usr/bin/mkshortcut $CYGWINFORALL -P -i /usr/bin/XWin.exe -n
"Cygwin-X/XWin Server" -a "/usr/bin/bash.exe -l -c
/usr/bin/startxwin.exe" /usr/bin/run.exe

Real cause:
~~~~~~~~
user@host /etc/postinstall
$ /usr/bin/mkdir -p "$(/usr/bin/cygpath $CYGWINFORALL -P)/Cygwin-X"

user@host /etc/postinstall
$ /usr/bin/mkshortcut $CYGWINFORALL -P -i /usr/bin/XWin.exe -n
"Cygwin-X/XWin Server" -a "/usr/bin/bash.exe -l -c
/usr/bin/startxwin.exe" /usr/bin/run.exe
Aborted (core dumped)

$ cygcheck -f /usr/bin/mkshortcut.exe
cygutils-1.4.12-1

$ /bin/tar -C/ -jxvf cygutils-1.4.12-2.tar.bz2
usr/bin/cygstart.exe
usr/bin/mkshortcut.exe
usr/bin/readshortcut.exe
usr/share/man/man1/cygstart.1.gz
usr/share/man/man1/mkshortcut.1.gz
usr/share/man/man1/readshortcut.1.gz

???:
$ cygcheck -f /usr/bin/mkshortcut.exe
cygutils-1.4.12-1

$ /usr/bin/mkdir -p "$(/usr/bin/cygpath $CYGWINFORALL -P)/Cygwin-X"

$ /usr/bin/mkshortcut $CYGWINFORALL -P -i /usr/bin/XWin.exe -n
"Cygwin-X/XWin Server" -a "/usr/bin/bash.exe -l -c
/usr/bin/startxwin.exe" /usr/bin/run.exe
      4 [main] mkshortcut (9880) C:\cygwin64\bin\mkshortcut.exe: ***
fatal error - cygheap base mismatch detected - 0x0/0x61272950.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
Segmentation fault

$ uname -a
CYGWIN_NT-6.1 Luminous 1.7.20(0.266/5/3) 2013-06-06 17:36 x86_64 Cygwin

--
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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Fwd: Cygwin64: mkshortcut - Segmentation fault
       [not found] ` <CAHYyVz6MLyiLrRRzA==m3HhCXmLVC1_UaALe3DsmTHAAiEdK7A@mail.gmail.com>
@ 2013-06-07 13:33   ` Vasiliy
  2013-06-07 13:59     ` Charles Wilson
  2013-06-07 16:19     ` Vasiliy
  0 siblings, 2 replies; 9+ messages in thread
From: Vasiliy @ 2013-06-07 13:33 UTC (permalink / raw)
  To: cygwin

Please, check/note:
> libcygicons.dll.a < is being *installed* to /usr/lib from the sources instead of > libicons.dll.a < compiled (!)

Best,
Vasiliy


---------- Forwarded message ----------
From: Vasiliy
Date: Fri, Jun 7, 2013 at 2:35 PM
Subject: Cygwin64: mkshortcut - Segmentation fault
To: cygwin dot cygwin com

--
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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Cygwin64: mkshortcut - Segmentation fault
  2013-06-07 12:35 Cygwin64: mkshortcut - Segmentation fault Vasiliy
       [not found] ` <CAHYyVz6MLyiLrRRzA==m3HhCXmLVC1_UaALe3DsmTHAAiEdK7A@mail.gmail.com>
@ 2013-06-07 13:56 ` Charles Wilson
  1 sibling, 0 replies; 9+ messages in thread
From: Charles Wilson @ 2013-06-07 13:56 UTC (permalink / raw)
  To: The Cygwin Mailing List

On 6/7/2013 8:35 AM, Vasiliy wrote:
> $ /usr/bin/mkshortcut $CYGWINFORALL -P -i /usr/bin/XWin.exe -n
> "Cygwin-X/XWin Server" -a "/usr/bin/bash.exe -l -c
> /usr/bin/startxwin.exe" /usr/bin/run.exe
>        4 [main] mkshortcut (9880) C:\cygwin64\bin\mkshortcut.exe: ***
> fatal error - cygheap base mismatch detected - 0x0/0x61272950.
> This problem is probably due to using incompatible versions of the cygwin DLL.
> Search for cygwin1.dll using the Windows Start->Find/Search facility
> and delete all but the most recent version.  The most recent version *should*
> reside in x:\cygwin\bin, where 'x' is the drive on which you have
> installed the cygwin distribution.  Rebooting is also suggested if you
> are unable to find another cygwin DLL.
> Segmentation fault

Unfortunately, this is not a problem, per se, within mkshortcut itself. 
It's a system issue; make sure there are no other cygwin1.dll's on your 
system or in your $PATH.  Finally, you could try manually running 
rebaseall in your 64bit installation, and then rebooting.

--
Chuck



--
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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Fwd: Cygwin64: mkshortcut - Segmentation fault
  2013-06-07 13:33   ` Fwd: " Vasiliy
@ 2013-06-07 13:59     ` Charles Wilson
  2013-06-07 16:19     ` Vasiliy
  1 sibling, 0 replies; 9+ messages in thread
From: Charles Wilson @ 2013-06-07 13:59 UTC (permalink / raw)
  To: The Cygwin Mailing List

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

On 6/7/2013 9:33 AM, Vasiliy wrote:
> Please, check/note:
>> libcygicons.dll.a < is being *installed* to /usr/lib from the sources instead of > libicons.dll.a < compiled (!)

I have no idea what this means. The contents of cygutils, 
cygutils-extra, cygutils-x11 are as attached.

--
Chuck




[-- Attachment #2: cygutils.txt --]
[-- Type: text/plain, Size: 180 bytes --]

/usr/bin/cygstart.exe
/usr/bin/mkshortcut.exe
/usr/bin/readshortcut.exe
/usr/share/man/man1/cygstart.1.gz
/usr/share/man/man1/mkshortcut.1.gz
/usr/share/man/man1/readshortcut.1.gz

[-- Attachment #3: cygutils-extra.txt --]
[-- Type: text/plain, Size: 936 bytes --]

/usr/bin/banner.exe
/usr/bin/conv.exe
/usr/bin/cygdrop.exe
/usr/bin/cygicons-0.dll
/usr/bin/dump.exe
/usr/bin/getclip.exe
/usr/bin/ipck
/usr/bin/lpr.exe
/usr/bin/msgtool.exe
/usr/bin/putclip.exe
/usr/bin/semstat.exe
/usr/bin/semtool.exe
/usr/bin/shmtool.exe
/usr/bin/winln.exe
/usr/include/cygicons.h
/usr/lib/libcygicons.dll.a
/usr/lib/libcygicons.la
/usr/share/doc/cygutils/AUTHORS
/usr/share/doc/cygutils/ChangeLog
/usr/share/doc/cygutils/COPYING
/usr/share/doc/cygutils/cygicons/README
/usr/share/doc/cygutils/HOW-TO-CONTRIBUTE
/usr/share/doc/cygutils/licenses/COPYING.BSD-no-advert
/usr/share/doc/cygutils/licenses/COPYING.GPLv2
/usr/share/doc/cygutils/licenses/COPYING.GPLv3
/usr/share/doc/cygutils/lpr/README
/usr/share/doc/cygutils/NEWS
/usr/share/doc/cygutils/PROGLIST
/usr/share/doc/cygutils/README
/usr/share/doc/cygutils/TODO
/usr/share/doc/Cygwin/cygutils.README
/usr/share/man/man1/lpr.1.gz
/usr/share/man/man1/winln.1.gz

[-- Attachment #4: cygutils-x11.txt --]
[-- Type: text/plain, Size: 109 bytes --]

/etc/postinstall/cygutils.sh
/usr/share/applications/cygstart.desktop
/usr/share/mime/packages/cygutils.xml


[-- Attachment #5: Type: text/plain, Size: 218 bytes --]

--
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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Fwd: Cygwin64: mkshortcut - Segmentation fault
  2013-06-07 13:33   ` Fwd: " Vasiliy
  2013-06-07 13:59     ` Charles Wilson
@ 2013-06-07 16:19     ` Vasiliy
  2013-06-07 16:44       ` Corinna Vinschen
  2013-06-10 16:18       ` Fwd: " Charles Wilson
  1 sibling, 2 replies; 9+ messages in thread
From: Vasiliy @ 2013-06-07 16:19 UTC (permalink / raw)
  To: cygwin

I vote for this issue be double-checked:

1) there is only one (the latest one provided by setup) cygwin1.dll in my $PATH:
$ which cygwin1.dll
/usr/bin/cygwin1.dll

$ uname -a
CYGWIN_NT-6.1 Luminous 1.7.20(0.266/5/3) 2013-06-06 17:36 x86_64 Cygwin

and rebaseall is not (has not been) designed for a 64bit installation
(both system and Cygwin are 64-bit)

2) provided in (the latest by setup) cygutils 1.4.12-2 mkshortcut.exe
was, in fact, compled with a mismatched version of cygwin1.dll

3) cygport all from the cygutils 1.4.12-2 sources installs, indeed,
libcygicons.dll.a, as opposed to the correct spelling: libicons.dll.a

Please, indeed, take a look at the content you've just attached:

Attachment: cygutils-extra.txt
Description: Text document
...
/usr/bin/cygicons-0.dll
...
/usr/lib/libcygicons.dll.a
/usr/lib/libcygicons.la

and check the content of "libcygicons.la" (should be "libicons.la" as well)

Best,
Vasiliy


---------- Forwarded message ----------
From: Charles Wilson <cygwin at cwilson dot fastmail dot fm>
To: The Cygwin Mailing List <cygwin at cygwin dot com>
Date: Fri, 07 Jun 2013 09:59:03 -0400
Subject: Re: Fwd: Cygwin64: mkshortcut - Segmentation fault
References: <CAHYyVz4oA-66v2Ukb+yiQMQL2qj2+jJ9fQY+hxhhwqtvc8F6vg at
mail dot gmail dot com>
<CAHYyVz6MLyiLrRRzA==m3HhCXmLVC1_UaALe3DsmTHAAiEdK7A at mail dot gmail
dot com> <CAHYyVz6X5LcBhU4PZAeZMLy9P=pMWhHt0ejmQiviy11ow77dKg at mail
dot gmail dot com>

I have no idea what this means. The contents of cygutils,
cygutils-extra, cygutils-x11 are as attached.

--
Chuck



---------- Forwarded message ----------
From: Charles Wilson <cygwin at cwilson dot fastmail dot fm>
To: The Cygwin Mailing List <cygwin at cygwin dot com>
Date: Fri, 07 Jun 2013 09:56:08 -0400
Subject: Re: Cygwin64: mkshortcut - Segmentation fault
References: <CAHYyVz4oA-66v2Ukb+yiQMQL2qj2+jJ9fQY+hxhhwqtvc8F6vg at
mail dot gmail dot com>

Unfortunately, this is not a problem, per se, within mkshortcut
itself. It's a system issue; make sure there are no other
cygwin1.dll's on your system or in your $PATH. Finally, you could try
manually running rebaseall in your 64bit installation, and then
rebooting.

--
Chuck


---------- Forwarded message ----------
From: Vasiliy
Date: Fri, Jun 7, 2013 at 3:33 PM
Subject: Fwd: Cygwin64: mkshortcut - Segmentation fault
To: cygwin


Please, check/note:
> libcygicons.dll.a < is being *installed* to /usr/lib from the sources instead of > libicons.dll.a < compiled (!)

Best,
Vasiliy


---------- Forwarded message ----------
From: Vasiliy
Date: Fri, Jun 7, 2013 at 2:35 PM
Subject: Cygwin64: mkshortcut - Segmentation fault
To: cygwin

--
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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Cygwin64: mkshortcut - Segmentation fault
  2013-06-07 16:19     ` Vasiliy
@ 2013-06-07 16:44       ` Corinna Vinschen
  2013-06-10 16:18       ` Fwd: " Charles Wilson
  1 sibling, 0 replies; 9+ messages in thread
From: Corinna Vinschen @ 2013-06-07 16:44 UTC (permalink / raw)
  To: cygwin

On Jun  7 18:18, Vasiliy wrote:
> I vote for this issue be double-checked:
> 
> 1) there is only one (the latest one provided by setup) cygwin1.dll in my $PATH:
> $ which cygwin1.dll
> /usr/bin/cygwin1.dll
> 
> $ uname -a
> CYGWIN_NT-6.1 Luminous 1.7.20(0.266/5/3) 2013-06-06 17:36 x86_64 Cygwin
> 
> and rebaseall is not (has not been) designed for a 64bit installation
> (both system and Cygwin are 64-bit)

Rebaseall supports 64 bit just fine, at least the one from the newer
rebase package in the 64 bit test distro.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

--
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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Fwd: Cygwin64: mkshortcut - Segmentation fault
  2013-06-07 16:19     ` Vasiliy
  2013-06-07 16:44       ` Corinna Vinschen
@ 2013-06-10 16:18       ` Charles Wilson
  2013-06-10 16:25         ` Corinna Vinschen
  1 sibling, 1 reply; 9+ messages in thread
From: Charles Wilson @ 2013-06-10 16:18 UTC (permalink / raw)
  To: The Cygwin Mailing List

On 6/7/2013 12:18 PM, Vasiliy wrote:
> I vote for this issue be double-checked:
>
> 1) there is only one (the latest one provided by setup) cygwin1.dll in my $PATH:
> $ which cygwin1.dll
> /usr/bin/cygwin1.dll
>
> $ uname -a
> CYGWIN_NT-6.1 Luminous 1.7.20(0.266/5/3) 2013-06-06 17:36 x86_64 Cygwin

Well, so far so good...

> and rebaseall is not (has not been) designed for a 64bit installation
> (both system and Cygwin are 64-bit)

...but as Corinna pointed out, both rebase.exe and rebaseall fully 
support 64bit installations.

Now, it is true that on x86_64, rebaseall still defaults to a starting 
address of 0x70000000, and should probably autodetect 64ness and use 
instead the agreed-upon base address starting location (0x1,7000000 IIRC?)

However, it appears that rebaseall defaults to 0x70000000 regardless (or 
whatever is already in the /etc/rebase.db.* file). Since the first 
version of that db file is created by setup.exe running the _autorebase 
postinstall script on initial install -- but that just invokes "dash 
/bin/rebaseall -p", this means that the base addr on x86_64 is typically 
going to be 0x70000000 which is probably sub-optimal.

You might try to manually rebaseall (with a new -b base address above 
4G). When you launch rebaseall with an explicit '-b 0x....' option, then 
all DLLs will be rebased to the new area, and the database recreated 
from scratch.  That might help, in your case.

> 2) provided in (the latest by setup) cygutils 1.4.12-2 mkshortcut.exe
> was, in fact, compled with a mismatched version of cygwin1.dll

I don't understand what you mean here. The internal version number 
(1.7.20-1 or whatever) is not recorded in the .exe file format; only the 
file name "cygwin1.dll".  So there is no way you could tell whether a 
"mismatch" happened at compile time.  Further, since all newer 
cygwin1.dll's are backwards compatible with older ones, so long as your 
cygwin1.dll is the same version, or a newer version, than the one I used 
to build, it should work fine [*]

[*] provided all cygwin1.dll's we're discussing have the same bitness -- 
64bit, in this case:

$ file mkshortcut.exe
mkshortcut.exe: PE32+ executable (console) x86-64, for MS Windows


The error you see is a runtime mismatch error.  Basically, fork()/exec() 
is used by bash.exe to launch mkshortcut.exe.  It first forks() itself 
-- so you have a parent bash and a child bash -- and the memory layout 
of the child bash (stack location, DLL load addresses, version number of 
the cygwin DLL loaded in each instance, etc) must be exactly the same as 
that of the parent bash.  Cygwin's fork() jumps thru a lot of hoops to 
try and ensure that this is the case, but sometimes it fails.  Then, 
mkshortcut.exe itself is exec()ed.  Somewhere in this process, the 
address of the cygheap is checked to make sure it is the same as in the 
parent (bash), and that check is failing.

The code in mkshortcut.c itself has nothing to do with where cygwin's 
heap ends up during this fork/exec process.  Hence, this is a system 
issue...

> 3) cygport all from the cygutils 1.4.12-2 sources installs, indeed,
> libcygicons.dll.a, as opposed to the correct spelling: libicons.dll.a
>
> Please, indeed, take a look at the content you've just attached:
>
> Attachment: cygutils-extra.txt
> Description: Text document
> ...
> /usr/bin/cygicons-0.dll
> ...
> /usr/lib/libcygicons.dll.a
> /usr/lib/libcygicons.la
>
> and check the content of "libcygicons.la" (should be "libicons.la" as well)

You're assuming this is a bug.  It isn't.  Yes, typically cygwin DLLs 
follow a naming pattern like:

cygfoo-N.dll  <-> libfoo.dll.a <-> libfoo.a

so that -lfoo will link to the correct implib/static lib "just like on 
linux" regardless of the funky naming convention used on cygwin for DLLs.

However, the cygwin icon library is cygwin specific; there is no "linux 
version" that people link against, and whose name we must imitate. 
(Besides, I really don't want to be -licon, because there might be a 
REAL icon support library out there called "libicon").  So, as we're 
cygwin-specific, I made a deliberate choice that the import library for 
the DLL (and the header) would be "-lcygicon" (/usr/include/cygicon.h). 
  Now, that means "cygcygicon-0.dll" would be the DLL name if we 
followed the typical pattern -- but that looks stupid, so the DLL is 
named "cygicon-0.dll" instead.

Why are you trying to link to the cygicon dll anyway? It doesn't provide 
anything except a few icons as resource objects...frankly, I probably 
shouldn't even include the header/implib in the package at all.

--
Chuck


--
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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Fwd: Cygwin64: mkshortcut - Segmentation fault
  2013-06-10 16:18       ` Fwd: " Charles Wilson
@ 2013-06-10 16:25         ` Corinna Vinschen
  2013-06-10 17:10           ` Charles Wilson
  0 siblings, 1 reply; 9+ messages in thread
From: Corinna Vinschen @ 2013-06-10 16:25 UTC (permalink / raw)
  To: cygwin

On Jun 10 12:18, Charles Wilson wrote:
> On 6/7/2013 12:18 PM, Vasiliy wrote:
> >I vote for this issue be double-checked:
> >
> >1) there is only one (the latest one provided by setup) cygwin1.dll in my $PATH:
> >$ which cygwin1.dll
> >/usr/bin/cygwin1.dll
> >
> >$ uname -a
> >CYGWIN_NT-6.1 Luminous 1.7.20(0.266/5/3) 2013-06-06 17:36 x86_64 Cygwin
> 
> Well, so far so good...
> 
> >and rebaseall is not (has not been) designed for a 64bit installation
> >(both system and Cygwin are 64-bit)
> 
> ...but as Corinna pointed out, both rebase.exe and rebaseall fully
> support 64bit installations.
> 
> Now, it is true that on x86_64, rebaseall still defaults to a
> starting address of 0x70000000, and should probably autodetect
> 64ness and use instead the agreed-upon base address starting
> location (0x1,7000000 IIRC?)
> 
> However, it appears that rebaseall defaults to 0x70000000 regardless

No, that's not right.  rebaseall in the 64 bit distro defaults
to 0x4:00000000 where it belongs.  See rebaseall lines 91ff.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

--
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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Fwd: Cygwin64: mkshortcut - Segmentation fault
  2013-06-10 16:25         ` Corinna Vinschen
@ 2013-06-10 17:10           ` Charles Wilson
  0 siblings, 0 replies; 9+ messages in thread
From: Charles Wilson @ 2013-06-10 17:10 UTC (permalink / raw)
  To: The Cygwin Mailing List

On 6/10/2013 12:25 PM, Corinna Vinschen wrote:
> On Jun 10 12:18, Charles Wilson wrote:
>> However, it appears that rebaseall defaults to 0x70000000 regardless
>
> No, that's not right.  rebaseall in the 64 bit distro defaults
> to 0x4:00000000 where it belongs.  See rebaseall lines 91ff.

Oh, here's the problem. I assumed that the 32-bit package and the 64-bit 
package of rebase were both up-to-date. It seems the 64bit package is 
newer and those changes haven't yet prompted a 32bit update.

32bit 4.4.0-1 package:
# $Id: rebaseall.in,v 1.9 2012/06/07 18:50:33 jlt63 Exp $

Current CVS and 64bit 4.4.0.1-1 package:
# $Id: rebaseall.in,v 1.11 2013/02/18 10:04:43 yselkowitz Exp $

Sorry for the confusion.

--
Chuck


--
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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-06-10 17:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-07 12:35 Cygwin64: mkshortcut - Segmentation fault Vasiliy
     [not found] ` <CAHYyVz6MLyiLrRRzA==m3HhCXmLVC1_UaALe3DsmTHAAiEdK7A@mail.gmail.com>
2013-06-07 13:33   ` Fwd: " Vasiliy
2013-06-07 13:59     ` Charles Wilson
2013-06-07 16:19     ` Vasiliy
2013-06-07 16:44       ` Corinna Vinschen
2013-06-10 16:18       ` Fwd: " Charles Wilson
2013-06-10 16:25         ` Corinna Vinschen
2013-06-10 17:10           ` Charles Wilson
2013-06-07 13:56 ` Charles Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).