2nd occurrence of signal not being handled?

2009-12-18 Thread Mark Geisert
I'm trying to get a larger application working but have an issue with signal handling. I've boiled the issue down to the STC below. It causes two access violations, only the first of which gets handled by the SIGSEGV signal handler I've registered for the purpose. The second access violation kil

Re: undefined reference to `___real__Znwj'

2009-12-18 Thread Dave "What part of PCYMTNQREAIYR isn't obvious? ;-)" Korn
jojelino wrote: > thanks for replying. i needed it! > in fact, there is no need to change whole problematic cygwin source code to > fix aliasing problem.. > for me, just getting rid of '-Werror' from makefile.in resolves the problem. > it just complains for some lines of warning :) Yeah, and ju

Re: Cygwin 1.7 GNU screen freezing when disconnected

2009-12-18 Thread Karim Ali
On Fri, Dec 18, 2009 at 2:36 PM, Game Fan wrote: > Wanted to see if cygwin 1.7 is released or not and seen your letter. Don't > need another source of spam so I'm not subscribing to cygwin ML. > Are you sure it's problem with CygWin? I'm seeing such problems quite often > on Linux. The story goes l

[ANNOUNCEMENT] Updated: sqlite3-3.6.21-3

2009-12-18 Thread Warren Young
The previous -2 release had a completely wrong source patch relative to the original sources, which caused it to be all but useless. Thus, everyone who got the -2 should upgrade. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentati

Re: undefined reference to `___real__Znwj'

2009-12-18 Thread jojelino
thanks for replying. i needed it! in fact, there is no need to change whole problematic cygwin source code to fix aliasing problem.. for me, just getting rid of '-Werror' from makefile.in resolves the problem. it just complains for some lines of warning :) "Dave "What part of PCYMTNQREAIYR isn't o

Re: 'setup-1.7.exe -s' anomaly

2009-12-18 Thread Dave Korn
Jim Reisert AD1C wrote: > I didn't know about the command-line options. > > Is there some way to automate the process so that when I double-click > on my Setup shortcut, it will go right to the "Select Packages" > screen? Not yet, but it's on my to-do list to add a "unattended for everything ex

Re: 'setup-1.7.exe -s' anomaly

2009-12-18 Thread Dave Korn
Greg Chicares wrote: > If I run > setup-1.7.exe -s ftp://ftp.heanet.ie > and hit Enter on every screen, I get a messagebox that says: > Unable to get setup-2.ini from > Oddly, 'ftp.heanet.ie' is listed twice in "Available Download Sites". > The first 'ftp.heanet.ie' is hig

Re: /dev/conout

2009-12-18 Thread Marc Girod
defaria wrote: > > So I've always just used something like "cleartool ci -c 'my comment' > " or "cleartool ci -nc " and if I ever do a cleartool > command and it seems to hang the first thing I think of is "Oh I bet > it's that pty thing". > I believe I have better than that with my ClearCas

Re: 'setup-1.7.exe -s' anomaly

2009-12-18 Thread Greg Chicares
On 2009-12-18 21:28Z, Jim Reisert AD1C wrote: > I didn't know about the command-line options. To see them all: setup-1.7.exe --help > Is there some way to automate the process so that when I double-click > on my Setup shortcut, it will go right to the "Select Packages" > screen? AIUI, the GUI

Re: 'setup-1.7.exe -s' anomaly

2009-12-18 Thread Jim Reisert AD1C
I didn't know about the command-line options. Is there some way to automate the process so that when I double-click on my Setup shortcut, it will go right to the "Select Packages" screen? Thanks - Jim On Fri, Dec 18, 2009 at 2:17 PM, Greg Chicares wrote: > If I run >  setup-1.7.exe -s ftp://ftp

'setup-1.7.exe -s' anomaly

2009-12-18 Thread Greg Chicares
If I run setup-1.7.exe -s ftp://ftp.heanet.ie and hit Enter on every screen, I get a messagebox that says: Unable to get setup-2.ini from Oddly, 'ftp.heanet.ie' is listed twice in "Available Download Sites". The first 'ftp.heanet.ie' is highlighted, and doesn't work. If I

Re: undefined reference to `___real__Znwj'

2009-12-18 Thread Dave "What part of PCYMTNQREAIYR isn't obvious? ;-)" Korn
jojelino wrote: >> make -j 10 because of speed gain. > and it complains.. which i reported it. > so i got >> cd i686-pc-cygwin/winsup > and >make again. > and it complains when it comes to cygserver.exe > > this could be answer for your question? I was just curious how you got as far as b

Re: Cygwin 1.7 GNU screen freezing when disconnected

2009-12-18 Thread Karim Ali
On Fri, Dec 18, 2009 at 6:23 AM, Jason Tishler wrote: > If you only need the reattach feature of screen, then I recommend trying > dtach: > >    http://dtach.sourceforge.net/ Thanks for this, Jason. It's working very well for what I use screen for, with no weird ssh problems either. I am still cur

Re: /de/conout

2009-12-18 Thread Andrew DeFaria
On 12/18/2009 11:37 AM, Andy Koppe wrote: Yeah, what he said! There's nothing you can do about this apart from running cleartool in an actual console or a console wrapper such as ttyfier (if it worked) or http://sourceforge.net/projects/console/. Yes that's the one - http://sourceforge.net/proj

Re: /de/conout (was: Looking for the 'stdout' of a Windows application)

2009-12-18 Thread Andy Koppe
2009/12/18 Marc Girod: >> the problem is that cleartool is written for Windows >> thus uses /dev/conout >> > I can see /dev/conout, but what can I do with it? It won't literally be using /dev/conout, because that's a Cygwin wrapper round a Windows concept. Cleartool is doing either of two things:

Re: /dev/conout

2009-12-18 Thread Andrew DeFaria
On 12/18/2009 11:00 AM, Marc Girod wrote: defaria wrote: the problem is that cleartool is written for Windows thus uses /dev/conout I can see /dev/conout, but what can I do with it? I don't know. I've never tried to do anything with it. I found one hit in the docs: http://www.cygwin.com/1.7/c

/de/conout (was: Looking for the 'stdout' of a Windows application)

2009-12-18 Thread Marc Girod
defaria wrote: > > the problem is that cleartool is written for Windows > thus uses /dev/conout > I can see /dev/conout, but what can I do with it? I found one hit in the docs: http://www.cygwin.com/1.7/cygwin-ug-net/using-specialnames.html Thanks, Marc -- View this message in context: htt

Re: Cygwin 1.7 GNU screen freezing when disconnected

2009-12-18 Thread Jason Tishler
Karim, On Wed, Dec 16, 2009 at 07:05:49PM -0700, Karim Ali wrote: > Sometimes, I get disconnected from my host computer. When this > happens, I cannot reattach to the screen session when I can reconnect > via ssh, and my screen session on the host computer is completely > locked up. ctrl-q, ctrl-a

Re: perl: XML-Parser missing in 5.10.1-1

2009-12-18 Thread Reini Urban
2009/12/16 Yaakov (Cygwin/X): > XML-Parser appears to have gone missing in perl-5.10.1-1.  This module is > essential for a number of purposes, including intltool (a GNOME build tool). >  Please let me know ASAP if you are planning on restoring this in the VERY > near future, or if I should go ahea

Re: SO_REUSEADDR and windows enhanced socket security

2009-12-18 Thread Corinna Vinschen
On Dec 18 09:58, yesin wrote: > Corinna! Thanks! > Can you shedule a build for cygwin.dll with changes included in CVS? > I promise to test it! Not yet. We're looking into getting 1.7.1 out of the door and we still have a bit of trouble with the setup.exe installer to fix. The change will not be

Re: cygwin_conv_path() documentation RFE

2009-12-18 Thread Corinna Vinschen
On Dec 17 19:29, Warren Young wrote: > On this page > > http://cygwin.com/1.7/cygwin-api/func-cygwin-conv-path.html > > the size parameter should say whether it's measured in bytes or > characters. > > For instance, if I pass CCP_POSIX_TO_WIN_W for the first parameter > and a pure ASCII fi

[ANNOUNCEMENT] New: steghide 0.5.1-1 -- A steganography hiding tool

2009-12-18 Thread Jari Aalto
To: cygwin-annou...@cygwin.com Subject: New: package 0.5.1-1 -- A steganography hiding tool PACKAGE DESCRIPTION === Homepage: http://freshmeat.net/projects/steghide License : GPL A steganography program which hides bits of a data file in some of the least significant bits of ano