Re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-04 Thread Ian Kelling
Update: This looks like the same error as Edward Lam posted on 7/2/2009 in response to a bash update announcement. Attached is my cygcheck output. - Ian Kelling Cygwin Configuration Diagnostics Current System Time: Sat Jul 04 23:26:58 2009 Windows Vista Ultimate Ver 6.0 Build 6001 Service Pac

"setrlimit(RLIMIT_CPU) isn't implemented in Cygwin.", Corinna Vinschen

2009-07-04 Thread Pedro Izecksohn
Will it be implemented in Cygwin someday? -- 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

fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-04 Thread Ian Kelling
Right after installing with nothing but the default packages and options, when launching cygwin, bash flashes an error message for half a second and goes away. This is a first time install on vista 64 ultimate using 1.7 with setup version 2.637. I restarted, deleted cygwin directories and re

Re: popup consoles on Windows 7

2009-07-04 Thread Matt Wozniski
On Sat, Jul 4, 2009 at 8:51 PM, Christopher Faylor wrote: > I've been running a copy of Windows 7 in Sun's virtualbox.  It really is > cool.  I have a vmware license but, lately, I've been using virtualbox > exclusively. Hopefully not too OT, but an emphatic +1 for VirtualBox. I rarely manage to

Re: Bash initialization w/cygwin-1.7

2009-07-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jerry DeLisle on 7/4/2009 7:10 PM: > All appears fine, but bash does not get initialized. And this has already been brought up. I'm hoping that today's binutils release solves things, although I won't have a chance to release an updated

Re: Segmentation fault when exception is thrown or assertion fails [g++/gcc]

2009-07-04 Thread Roman Werpachowski
Some more details about my problem (http://cygwin.com/ml/cygwin/2009-07/msg00150.html) $ gcc -v Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure - -verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr

Re: Segmentation fault when exception is thrown or assertion fails [g++/gcc]

2009-07-04 Thread Christopher Faylor
On Sun, Jul 05, 2009 at 04:18:44AM +0100, Roman Werpachowski wrote: >I get the following output: > > 4 [sig] a 1408 _cygtls::handle_exceptions: Error while dumping >state (probably corrupted stack) >Segmentation fault (core dumped) > >When running the following test programs: > >#include > >i

Segmentation fault when exception is thrown or assertion fails [g++/gcc]

2009-07-04 Thread Roman Werpachowski
I get the following output: 4 [sig] a 1408 _cygtls::handle_exceptions: Error while dumping state (probably corrupted stack) Segmentation fault (core dumped) When running the following test programs: #include int main(void) { assert( 1 == 0 ); return 0; } or #include #include

Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1

2009-07-04 Thread Jerry DeLisle
Christopher Faylor wrote: I've made a new version of binutils available for installation. This is a much-needed, much-delayed refresh against the current CVS. It should work better with gcc-4. The list of changes is included after the unsubscribe info. This is a list of changes from three bin

[ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1

2009-07-04 Thread Christopher Faylor
I've made a new version of binutils available for installation. This is a much-needed, much-delayed refresh against the current CVS. It should work better with gcc-4. The list of changes is included after the unsubscribe info. This is a list of changes from three binutils NEWS files. Some entr

Bash initialization w/cygwin-1.7

2009-07-04 Thread Jerry DeLisle
I am making the switch to 1.7. I started with a clean windows (nt4) environment and went through the usual run of setup-1.7 downloaded today. All appears fine, but bash does not get initialized. pwd is /usr/bin path is not set home directory is not created These are all taken care of nicely

Re: popup consoles on Windows 7

2009-07-04 Thread Christopher Faylor
w helper >> app "cygwin-console-helper.exe" and put it in /bin. ??Without this, >> you'll still see the same flashes as the 20090703 snapshot. ??The new >> .exe file is in here: >> >> http://cygwin.com/snapshots/cygwin-inst-20090704.tar.bz2 >> > &g

Re: popup consoles on Windows 7

2009-07-04 Thread Julio Costa
ember old DOS days? EDIT. It even resizes my cmd window, so I bet it *must* have a strong reason to want a console. > If you want to try a snapshot, make sure that you grab the new helper > app "cygwin-console-helper.exe" and put it in /bin.  Without this, > you'll still see the

Re: popup consoles on Windows 7

2009-07-04 Thread Christopher Faylor
If you want to try a snapshot, make sure that you grab the new helper app "cygwin-console-helper.exe" and put it in /bin. Without this, you'll still see the same flashes as the 20090703 snapshot. The new .exe file is in here: http://cygwin.com/snapshots/cygwin-inst-20090704.tar.b

Re: wrapper os something to call cygwin shell at specific address

2009-07-04 Thread Andy Koppe
2009/7/4 Harry Putnam : >>> I'd like to be able to open a cygwin shell at a specific location >>> from windows explorer.  Something like the old windows `power toy' >>> where you could open a windows cmdline shell HERE. >> >>   It exists; it's in the cygwin distro; it's called "chere" and you >> ca

Re: bug in dd-Command? dd copies partition without the last 2048 bytes

2009-07-04 Thread egghead1
The version of cygwin1.dll is 1005.25.0.0. Build date is 2008-06-12 19:34 file version is 1.5.25-cr-0x5f1 Thank you for responding! Regards Stefan Eric Blake schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to egghe...@gmx.net on 7/4/2009 2:10 AM: My partition table shows

Re: bug in dd-Command? dd copies partition without the last 2048 bytes

2009-07-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to egghe...@gmx.net on 7/4/2009 2:10 AM: > My partition table shows a total number of 398 460 132 sectors for > partition sdd1, based on 512 bytes/sector , giving a total of 204 011 > 587 584 bytes. Which version of cygwin? There have been

Re: wrapper os something to call cygwin shell at specific address

2009-07-04 Thread Harry Putnam
Dave Korn writes: > Harry Putnam wrote: >> I'd like to be able to open a cygwin shell at a specific location >> from windows explorer. Something like the old windows `power toy' >> where you could open a windows cmdline shell HERE. > > It exists; it's in the cygwin distro; it's called "chere"

Re: `run emacs' in win32 console cause bad emacs performance

2009-07-04 Thread Ken Brown
On 7/4/2009 9:35 AM, Haojun Bao wrote: Cygwin is 1.7, I update very often, and I can reproduce it both at home and in office. Here's the steps to reproduce it: 0. Start X, and set DISPLAY: $startxwin.sh $export DISPLAY=:0 1. start bash from cygwin.bat: $cygstart /Cygwin.bat 2. In the c

Re: popup consoles on Windows 7

2009-07-04 Thread Christopher Faylor
On Fri, Jul 03, 2009 at 11:02:12AM -0400, Christopher Faylor wrote: >On Fri, Jul 03, 2009 at 12:44:23PM +0200, Corinna Vinschen wrote: >>I have some testing code which only tries to create an invisible console >>if the application to execv is not a Cygwin application. It seems to >>work nicely. I

Re: `run emacs' in win32 console cause bad emacs performance

2009-07-04 Thread Haojun Bao
Haojun Bao writes: > Ken Brown writes: > >> On 7/3/2009 12:43 PM, Haojun Bao wrote: >> [empty message with attachment] >> >> Was this supposed to be a reply to my request for more information? >> I'll repeat what I said: >> >>> I can't reproduce this, but you haven't really given enough details.

Re: `run emacs' in win32 console cause bad emacs performance

2009-07-04 Thread Haojun Bao
Ken Brown writes: > On 7/3/2009 12:43 PM, Haojun Bao wrote: > [empty message with attachment] > > Was this supposed to be a reply to my request for more information? > I'll repeat what I said: > >> I can't reproduce this, but you haven't really given enough details. >> I don't know if you're usin

Re: wrapper os something to call cygwin shell at specific address

2009-07-04 Thread Dave Korn
Harry Putnam wrote: > I'd like to be able to open a cygwin shell at a specific location from > windows explorer. Something like the old windows `power toy' where you > could open a windows cmdline shell HERE. It exists; it's in the cygwin distro; it's called "chere" and you can intall it throug

wrapper os something to call cygwin shell at specific address

2009-07-04 Thread Harry Putnam
I'd like to be able to open a cygwin shell at a specific location from windows explorer. Something like the old windows `power toy' where you could open a windows cmdline shell HERE. I have no scripting skills whatever under windows... not even familiar with batch files and definitely not up on v

Re: `run emacs' in win32 console cause bad emacs performance

2009-07-04 Thread Ken Brown
On 7/3/2009 12:43 PM, Haojun Bao wrote: [empty message with attachment] Was this supposed to be a reply to my request for more information? I'll repeat what I said: I can't reproduce this, but you haven't really given enough details. I don't know if you're using cygwin 1.5 or 1.7, or which ve

bug in dd-Command? dd copies partition without the last 2048 bytes

2009-07-04 Thread egghead1
My partition table shows a total number of 398 460 132 sectors for partition sdd1, based on 512 bytes/sector , giving a total of 204 011 587 584 bytes. dd states 2048 bytes less: dd if=/dev/sdd1 of=/dev/st0 bs=4096k 48460+1 records in 48460+1 records out 204 011 585 536 bytes (204 GB) copied,