Re: Cygwin 1.7.14-2 setup.exe v2.772 broken?

2012-04-30 Thread Achim Gratz
Christopher Faylor  cygwin.com> writes:
> I think I fixed the problem.  I at least fixed *a* problem.  The latest
> setup.exe, now on cygwin.com has the fix that solved the issue for me.

The setup.exe currently on the website shows version 2.774 in the GUI, but logs
version 2.769 to the command line.  BTW, would it be possible to show on the
website what version of setup it is?

Regards,
Achim.




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



pkgsrc _ access to make-bootstrap.sh denied to administrators

2012-04-30 Thread spermwhale.warrior

Hello
I'm new to cygwin, in fact I am using it as a gateway to Netbsd's world the
time I learn to get my laptop being recognized by the NDIS subsystem. Cygwin
seems a greet software, but when bootstraping pkgsrc, I received a message
that said I hadn't the permission to execute the script.
But I'm the only one user in the system, and administrator. My user group is
None.
I don't get the "access denied" to the administrator.

Can someone help me ?

Thanks, Mehdi
-- 
View this message in context: 
http://old.nabble.com/pkgsrc-_-access-to-make-bootstrap.sh-denied-to-administrators-tp33763295p33763295.html
Sent from the Cygwin list mailing list archive at Nabble.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



Using Linux Libraries in Windows

2012-04-30 Thread kobbike

Hi There

I'm new in  this area of combining Linux and Windows. I have noticed that
there is tons of information about this in the internet, and I would like to
know if this Cygwin tool is appropriate for my need. 

Well, I have to operate an external device (via USB). The vendor supplied an
API for Linux that contains Libraries (.os) and source code. I would like to
know if I can integrate them into a windows application.

Thanks in advance

Kobbi   
-- 
View this message in context: 
http://old.nabble.com/Using-Linux-Libraries-in-Windows-tp33763296p33763296.html
Sent from the Cygwin list mailing list archive at Nabble.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



Re: Cygwin errors after altering Windows command prompt shortcut (???)

2012-04-30 Thread Pat Tressel
> bash-4.1$ ls
>   0 [main] bash 8316 child_info_fork::abort: cygreadline7.dll: Loaded to 
> different address: parent(0x3C) != child(0x32)
> bash: fork: retry: Resource temporarily unavailable
>   0 [main] bash 7708 child_info_fork::abort: cygreadline7.dll: Loaded to 
> different address: parent(0x3C) != child(0x32)
> bash: fork: retry: Resource temporarily unavailable
>
> Starting a new Cygwin shell instance got errors from bash before entering a 
> command.

Forget those other things that might have been possible causes -- they
now look like red herrings.  This happened again recently, once after
the system hibernated, and once after a reboot.  (In the second case,
I believe there were no Cygwin windows open when the system was shut
down, but it's possible that the process had not finished exiting and
was killed by shutdown.)

Recall from the previous occurrence that restoring from the last
restore point caused the error to go away, but that's not a good
workaround, as it takes at least half an hour to make a restore point
or restore from it, and restoring throws away anything installed since
the last restore point.

This is a very recent version of Cygwin -- it was updated 6 days ago.

Any ideas what might be wrong?  Perhaps something that wasn't cleaned
up during shutdown if the process did get killed?

Thanks!

-- Pat

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



RE: Cygwin 1.7.14-2 setup.exe v2.772 broken?

2012-04-30 Thread Nellis, Kenneth
From: marco atzeri 
> BLODA is still a possibility, I have Symantec installed; or there is 
> subtle bug handling the missing files on the website
> 
> Marco

I had understood BLODA to affect Cygwin programs that rely on code
in cygwin1.dll that tries to bridge the imperfect divide between
the Unix and Windows architectures; it therefore would not affect
pure Windows programs such as setup.exe. Have I misunderstood?

--Ken Nellis

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



Re: gdb hanging in emacs

2012-04-30 Thread Ryan Johnson

On 29/04/2012 6:19 PM, Christopher Faylor wrote:

On Sun, Apr 29, 2012 at 08:53:24AM -0400, Ken Brown wrote:

On 4/28/2012 3:58 PM, Ryan Johnson wrote:

Hi all,

I'm trying to use a home-built cross-gdb to do some remote debugging
over tcp, but running gdb inside emacs doesn't work. M-x gud-gdb works
fine, it's something wrong with the emacs integration. Unlike past times
this has come up, the issue doesn't seem to be related to seg faults;
the closest match I can find is from the emacs mailing list a while back
[1], and involves a so-called "phase error." Basically, a large fraction
of commands cause gud to hang in "[initializing...]" state for minutes
or longer, apparently because it doesn't see what it expects and gets
confused.

The workaround to use 'file $BINARY' instead of specifying it at the
command line avoids one problem, but simple things like 'set remotebaud
115200' also hang (unless added to a .gdbinit), and actually attempting
to attach to the remote process similarly hangs forever in the
initializing state. There is no CPU or disk utilization, and the command
can't be interrupted with C-c C-c (though that does make it report a
phase error before going back to hung). In some cases the "hang"
resolves itself after about two minutes -- usually for simple commands
like `set remotebaud' -- but more often than not, it's permanent. The
behavior is also somewhat erratic, in the sense that the specific set of
commands that hangs changes slowly over time and/or between invocations.

So, two questions:

1. Has anyone else seen this, and if so, do they have any advice or
workarounds?

2. Cygwin's official gdb doesn't seem to have any of these problems,
though I can't test most of the commands, since it can't attach to the
remote process. Is there some set of cygwin-specific patches I could
borrow that make all the difference, or is my observation just coincidence?

Can't you just download the source for Cygwin's gdb and use that as the
starting point for your home-built cross-gdb?

There is nothing magical in the Cygwin gdb source.  Any recent gdb source
should be perfectly usable.

OK, I was just hoping there was some easy fix.

Ryan


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



Re: Cygwin errors after altering Windows command prompt shortcut (???)

2012-04-30 Thread Pat Tressel
Just found rebaseall.  After the first run (not as administrator), the
error was still present, but the reported address was different.  Ran
it again as administrator, and after that the error went away.

Odd thing is that although I ran setup last week in order to install
something new, I'd been using Cygwin without errors since then, so
nothing was installed between the time it worked and when it stopped
working.

-- Pat

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



Re: Cygwin 1.7.14-2 setup.exe v2.772 broken?

2012-04-30 Thread Earnie Boyd
On Mon, Apr 30, 2012 at 8:43 AM, Nellis, Kenneth wrote:
> From: marco atzeri
>> BLODA is still a possibility, I have Symantec installed; or there is
>> subtle bug handling the missing files on the website
>>
>> Marco
>
> I had understood BLODA to affect Cygwin programs that rely on code
> in cygwin1.dll that tries to bridge the imperfect divide between
> the Unix and Windows architectures; it therefore would not affect
> pure Windows programs such as setup.exe. Have I misunderstood?

Yes, you have misunderstood.  We point people to the BLODA FAQ at
Cygwin at mingw.org which has nothing to do with Cygwin.  BLODA can
affect any DLL or EXE.

-- 
Earnie
-- https://sites.google.com/site/earnieboyd

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



RE: Putting package directory in c:\Cygwin

2012-04-30 Thread James Johnston
> -Original Message-
> Sent: Saturday, April 28, 2012 23:03
> Subject: Putting package directory in c:\Cygwin
> 
> Putting the packages directly in c:\Cygwin is ill-advised because it shows
up in
> the posix directory "/".  It pollutes the directory with millions of
package
> folders.  But what if I create a folder c:\Cygwin\LocalPkgs and stick them
in
> there?  From the 10,000 foot perspective, it certainly would be a lot more
> organized to have all cygwin stuff in one windows folder.

I put mine in C:\cygwin\packages.  Never had a problem.

I have no idea why setup defaults to putting things on my desktop (if I
remember right).  Just makes more unwanted clutter on my desktop.  But it's
easy to change and it works fine in a Cygwin subdirectory in my experience.


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



Re: how to deny delete

2012-04-30 Thread Larry Hall (Cygwin)

On 4/27/2012 8:05 PM, pen wrote:


How about locking the vnode or inode of directory? i did not any such
reference but i believe it must be doable.


You're thinking too much like Linux/UNIX.  There is no vnode/inode in
Windows.

What you're trying to control is considered a feature and the prescribed
solution is to use an unprivileged user or to use 'cygdrop'.  You may find
a suitable alternative for your case with some experimentation too but I
think it's pretty clear at this point that there is no ready-made solution
that meets the criteria that you've stipulated.

--
Larry

_

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

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



Re: bad performance when opening many files on Win7

2012-04-30 Thread Larry Hall (Cygwin)

On 4/27/2012 4:41 AM, Achim Gratz wrote:

Achim Gratz  nexgo.de>  writes:

The part about "groups with many members" looks oddly familiar.
Incidentally I've never had enough patience for makepasswd to finish
while scanning the AD... so, given that I don't think I could change all
that code, I guess that all the ids/groups used in the ACL should be in
passwd/groups?


Fetching all groups from the DC gave me some 6 entries in a 4MiB group file.
  And if anything, things became even slower when using that file.  :-(


If you only care about the group for the current user, use the '-c' option
for 'mkgroup'.


--
Larry

_

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

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



Re: Using Linux Libraries in Windows

2012-04-30 Thread Larry Hall (Cygwin)

On 4/30/2012 7:33 AM, kobbike wrote:


Hi There

I'm new in  this area of combining Linux and Windows. I have noticed that
there is tons of information about this in the internet, and I would like to
know if this Cygwin tool is appropriate for my need.

Well, I have to operate an external device (via USB). The vendor supplied an
API for Linux that contains Libraries (.os) and source code. I would like to
know if I can integrate them into a windows application.


See .  It describes what Cygwin is and what it is not.

If the vendor supports Windows, then you should be able to do what you
intend, with or without Cygwin.  But you will need their Windows libs to
make this happen.  Just to be clear, you cannot take Linux libs/SOs and
expect them to just work on Windows with Cygwin.

--
Larry

_

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

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



Re: Using Red Hat digital signing on setup.exe (was Re: Cygwin 1.7.14-2 setup.exe v2.772 broken?)

2012-04-30 Thread Larry Hall (Cygwin)

On 4/28/2012 8:51 PM, Nick Lowe wrote:

"I installed 2.772 on my systems as soon as it was available and I
don't see any such issue using my local mirror.  Did you try another
mirror?"

Quite, but the idea of corruption was implicit in that question. A
digital signature would rule that out.




Not in this case, no.  You inferred the wrong thing from the quote
above.  Corinna's suggestion was that the mirror containing the packages
was malformed in some way, not that that 'setup.exe' itself was
somehow corrupted.


What's with the hostility? It's really bad etiquette... ;)


That would be .  It makes life more
livable. :-)


--
Larry

_

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

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



Re: Cygwin 1.7.14-2 setup.exe v2.772 broken?

2012-04-30 Thread Christopher Faylor
On Mon, Apr 30, 2012 at 09:00:17AM +, Achim Gratz wrote:
>Christopher Faylor  cygwin.com> writes:
>> I think I fixed the problem.  I at least fixed *a* problem.  The latest
>> setup.exe, now on cygwin.com has the fix that solved the issue for me.
>
>The setup.exe currently on the website shows version 2.774 in the GUI, but logs
>version 2.769 to the command line.

I can't duplicate this.  If I redirect stdout I get this:

Starting cygwin install, version 2.774

and the log files contain the correct version too.

Moreover, I can't find the string 2.769 in any object file that was used to
create setup.exe.

>BTW, would it be possible to show on the website what version of setup
>it is?

No, I don't think that level of bookkeeping is worth it.  setup.exe is
not a product.  You don't have to download it to get new features that
you need day-to-day.  If you are worried about always getting the newest
version before updating Cygwin then you could just write a "runsetup.bat"
file:

@echo off
wget -O setup.exe --quiet http://cygwin.com/setup.exe
.\setup.exe

And execute "runsetup" every time you want to perform an update.

cgf

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



Re: Using Red Hat digital signing on setup.exe (was Re: Cygwin 1.7.14-2 setup.exe v2.772 broken?)

2012-04-30 Thread Christopher Faylor
On Mon, Apr 30, 2012 at 12:29:27PM -0400, Larry Hall (Cygwin) wrote:
>On 4/28/2012 8:51 PM, Nick Lowe wrote:
>> "I installed 2.772 on my systems as soon as it was available and I
>> don't see any such issue using my local mirror.  Did you try another
>> mirror?"
>>
>> Quite, but the idea of corruption was implicit in that question. A
>> digital signature would rule that out.
>
>
>
>Not in this case, no.  You inferred the wrong thing from the quote
>above.  Corinna's suggestion was that the mirror containing the packages
>was malformed in some way, not that that 'setup.exe' itself was
>somehow corrupted.
>
>> What's with the hostility? It's really bad etiquette... ;)
>
>That would be .  It makes life more
>livable. :-)

Or, it could also be that hostility was inexplicably inferred where
none was intended, i.e., "We're communicating on the internet!"

cgf

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



Re: how to drop administrator privileges?

2012-04-30 Thread Christian Franke

Corinna Vinschen wrote:

Fixing cygdrop.

   $ net helpmsg 122
   The data area passed to a system call is too small.

A quick look into the sources shows that the maximum buffer size for
the group list returned by GetTokenInformation is wrongly computed:

   max_groups = 100;
   char groups_buf[sizeof(DWORD) + max_groups * sizeof(SID_AND_ATTRIBUTES)];

The SID_AND_ATTRIBUTES structure only contains a pointer to the SID, so
what's missing is actual space for the SIDs.


Oops.


But it would be better to leave that to the OS anyway:


Thanks for the patch. Works as expected.

Christian


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



Re: Using Red Hat digital signing on setup.exe (was Re: Cygwin 1.7.14-2 setup.exe v2.772 broken?)

2012-04-30 Thread Larry Hall (Cygwin)

On 4/30/2012 12:34 PM, Christopher Faylor wrote:

On Mon, Apr 30, 2012 at 12:29:27PM -0400, Larry Hall (Cygwin) wrote:

On 4/28/2012 8:51 PM, Nick Lowe wrote:

"I installed 2.772 on my systems as soon as it was available and I
don't see any such issue using my local mirror.  Did you try another
mirror?"

Quite, but the idea of corruption was implicit in that question. A
digital signature would rule that out.




Not in this case, no.  You inferred the wrong thing from the quote
above.  Corinna's suggestion was that the mirror containing the packages
was malformed in some way, not that that 'setup.exe' itself was
somehow corrupted.


What's with the hostility? It's really bad etiquette... ;)


That would be.  It makes life more
livable. :-)


Or, it could also be that hostility was inexplicably inferred where
none was intended, i.e., "We're communicating on the internet!"


Oh, THAT.  Yeah, it could just be that. ;-)

But seriously, yes.  I know I didn't read any hostility in your reply.
My response was a (very) roundabout way of saying that.  The smiley was
clearly too subtle. :-(  Sorry 'bout that.

--
Larry

_

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

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



Re: Using Red Hat digital signing on setup.exe (was Re: Cygwin 1.7.14-2 setup.exe v2.772 broken?)

2012-04-30 Thread Nick Lowe
Yeah - Sorry all for any misunderstanding on my part. I seem to
remember I was in a caustic mood at the time anyway over something
very unrelated!

Will take care to not derail threads in the future.

Regards,

Nick

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



Re: Cygwin 1.7.14-2 setup.exe v2.772 broken?

2012-04-30 Thread Achim Gratz
Christopher Faylor writes:
> On Mon, Apr 30, 2012 at 09:00:17AM +, Achim Gratz wrote:
> I can't duplicate this.  If I redirect stdout I get this:
>
> Starting cygwin install, version 2.774
>
> and the log files contain the correct version too.
>
> Moreover, I can't find the string 2.769 in any object file that was used to
> create setup.exe.

Sorry, false alarm.  I had the new setup.exe on my machine (downloaded
from the website), but the installer on the server would get the old one
anyway from the HTTP proxy cache... which finally also explained some of
the more mysterious mirror failures I've had happen occasionally.  I've
managed to set the lftp script up so that it bypasses any caching.  It's
incredibly slow now, but at least when it finishes it has the correct
files.

> @echo off
> wget -O setup.exe --quiet http://cygwin.com/setup.exe
> .\setup.exe

Good idea.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada


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



Re: Putting package directory in c:\Cygwin

2012-04-30 Thread Warren Young

On 4/30/2012 7:53 AM, James Johnston wrote:

-Original Message-
Sent: Saturday, April 28, 2012 23:03
Subject: Putting package directory in c:\Cygwin

But what if I create a folder c:\Cygwin\LocalPkgs and stick them

in

there?  From the 10,000 foot perspective, it certainly would be a lot more
organized to have all cygwin stuff in one windows folder.


I put mine in C:\cygwin\packages.  Never had a problem.


Me, too, on my standalone Windows box at home.

At work, I keep the package tree on a network drive instead, so multiple 
client machines can share it, avoiding multiple downloads.


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



[ANNOUNCEMENT] Updated: {emacs,emacs-X11,emacs-el}-24.0.96-1 (TEST)

2012-04-30 Thread Ken Brown
Test releases of the emacs, emacs-X11, and emacs-el packages (24.0.96-1) 
are now available.  This is a pretest for the upcoming release of 
emacs-24.1.


Emacs users are encouraged to try it and report any problems to the 
cygwin mailing list.


Ken Brown
Cygwin emacs maintainer

*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look 
at the "List-Unsubscribe: " tag in the email header of this message. 
Send email to the address specified there.  It will be in the format:


  cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

  http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available 
starting at the above URL.


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



Re: [ANNOUNCEMENT] Updated: {emacs,emacs-X11,emacs-el}-24.0.96-1 (TEST)

2012-04-30 Thread Ryan Johnson

On 30/04/2012 4:08 PM, Ken Brown wrote:
Test releases of the emacs, emacs-X11, and emacs-el packages 
(24.0.96-1) are now available.  This is a pretest for the upcoming 
release of emacs-24.1.


Emacs users are encouraged to try it and report any problems to the 
cygwin mailing list.
I'm experiencing regular seg faults, often while using gdb but not 
always (switching between buffers is another big offender). I'm not sure 
what other information I can provide, other than the EIP=610CF707 
reported in the .stackdump file...


Also, gdb-mi seems to be alpha quality, is it supposed to be fully 
usable and stable at this point? (and is there a way to disable it and 
return to --annotate=3?)


Ryan


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



Re: [ANNOUNCEMENT] Updated: {emacs,emacs-X11,emacs-el}-24.0.96-1 (TEST)

2012-04-30 Thread Ryan Johnson

On 30/04/2012 8:48 PM, Ryan Johnson wrote:

On 30/04/2012 4:08 PM, Ken Brown wrote:
Test releases of the emacs, emacs-X11, and emacs-el packages 
(24.0.96-1) are now available.  This is a pretest for the upcoming 
release of emacs-24.1.


Emacs users are encouraged to try it and report any problems to the 
cygwin mailing list.
I'm experiencing regular seg faults, often while using gdb but not 
always (switching between buffers is another big offender). I'm not 
sure what other information I can provide, other than the EIP=610CF707 
reported in the .stackdump file...

Caught one in gdb (no symbols, sadly):

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 8128.0x3d0]
0x010c in ?? ()
(gdb) bt
#0  0x010c in ?? ()
#1  0x0054b0ac in ?? ()
#2  0x004e4303 in ?? ()
#3  0x0054afbe in ?? ()
#4  0x004e4e96 in ?? ()
#5  0x004e5180 in ?? ()
#6  0x004dfbec in ?? ()
#7  0x610070d8 in _cygwin_exit_return () from /usr/bin/cygwin1.dll
#8  0x0003 in ?? ()
#9  0x610050dd in _cygtls::call2(unsigned long (*)(void*, void*), void*, 
void*)

() from /usr/bin/cygwin1.dll
Backtrace stopped: Not enough registers or memory available to unwind 
further


HTH... I'm reverting for now (I can re-install if you've got specific 
ideas to try out)


Ryan


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



Re: [ANNOUNCEMENT] Updated: {emacs,emacs-X11,emacs-el}-24.0.96-1 (TEST)

2012-04-30 Thread Ken Brown

On 4/30/2012 8:48 PM, Ryan Johnson wrote:

On 30/04/2012 4:08 PM, Ken Brown wrote:

Test releases of the emacs, emacs-X11, and emacs-el packages
(24.0.96-1) are now available. This is a pretest for the upcoming
release of emacs-24.1.

Emacs users are encouraged to try it and report any problems to the
cygwin mailing list.

I'm experiencing regular seg faults, often while using gdb but not
always (switching between buffers is another big offender). I'm not sure
what other information I can provide, other than the EIP=610CF707
reported in the .stackdump file...

Also, gdb-mi seems to be alpha quality, is it supposed to be fully
usable and stable at this point? (and is there a way to disable it and
return to --annotate=3?)


There have been recent problems reported with gdb-mi, so there will 
probably be bugfixes before emacs-24.1 is released.  I don't know 
offhand of a way to return to --annotate=3.


Ken


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



Re: [ANNOUNCEMENT] Updated: {emacs,emacs-X11,emacs-el}-24.0.96-1 (TEST)

2012-04-30 Thread Ken Brown

On 4/30/2012 9:07 PM, Ryan Johnson wrote:

On 30/04/2012 8:48 PM, Ryan Johnson wrote:

On 30/04/2012 4:08 PM, Ken Brown wrote:

Test releases of the emacs, emacs-X11, and emacs-el packages
(24.0.96-1) are now available. This is a pretest for the upcoming
release of emacs-24.1.

Emacs users are encouraged to try it and report any problems to the
cygwin mailing list.

I'm experiencing regular seg faults, often while using gdb but not
always (switching between buffers is another big offender). I'm not
sure what other information I can provide, other than the EIP=610CF707
reported in the .stackdump file...

Caught one in gdb (no symbols, sadly):

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 8128.0x3d0]
0x010c in ?? ()
(gdb) bt
#0 0x010c in ?? ()
#1 0x0054b0ac in ?? ()
#2 0x004e4303 in ?? ()
#3 0x0054afbe in ?? ()
#4 0x004e4e96 in ?? ()
#5 0x004e5180 in ?? ()
#6 0x004dfbec in ?? ()
#7 0x610070d8 in _cygwin_exit_return () from /usr/bin/cygwin1.dll
#8 0x0003 in ?? ()
#9 0x610050dd in _cygtls::call2(unsigned long (*)(void*, void*), void*,
void*)
() from /usr/bin/cygwin1.dll
Backtrace stopped: Not enough registers or memory available to unwind
further

HTH... I'm reverting for now (I can re-install if you've got specific
ideas to try out)


Thanks for testing.  I'll try to make debugging symbols available so 
that you can get a better backtrace.  It might be a few days before I 
get to it.


Do you have a recipe that will reliably produce a segfault for you? 
I've been using emacs-24 for months without any problems (as long as I 
build without gsettings support, as I did for emacs-24.0.96-1).  But I 
haven't tested gdb-mi for a while.


You said you got segfaults even while not using gdb-mi.  But did you get 
segfaults in an emacs session in which you didn't use gdb-mi at all in 
the entire session?


Ken


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



Re: [ANNOUNCEMENT] Updated: {emacs,emacs-X11,emacs-el}-24.0.96-1 (TEST)

2012-04-30 Thread Ryan Johnson

On 30/04/2012 10:08 PM, Ken Brown wrote:

On 4/30/2012 9:07 PM, Ryan Johnson wrote:

On 30/04/2012 8:48 PM, Ryan Johnson wrote:

On 30/04/2012 4:08 PM, Ken Brown wrote:

Test releases of the emacs, emacs-X11, and emacs-el packages
(24.0.96-1) are now available. This is a pretest for the upcoming
release of emacs-24.1.

Emacs users are encouraged to try it and report any problems to the
cygwin mailing list.

I'm experiencing regular seg faults, often while using gdb but not
always (switching between buffers is another big offender). I'm not
sure what other information I can provide, other than the EIP=610CF707
reported in the .stackdump file...

Caught one in gdb (no symbols, sadly):

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 8128.0x3d0]
0x010c in ?? ()
(gdb) bt
#0 0x010c in ?? ()
#1 0x0054b0ac in ?? ()
#2 0x004e4303 in ?? ()
#3 0x0054afbe in ?? ()
#4 0x004e4e96 in ?? ()
#5 0x004e5180 in ?? ()
#6 0x004dfbec in ?? ()
#7 0x610070d8 in _cygwin_exit_return () from /usr/bin/cygwin1.dll
#8 0x0003 in ?? ()
#9 0x610050dd in _cygtls::call2(unsigned long (*)(void*, void*), void*,
void*)
() from /usr/bin/cygwin1.dll
Backtrace stopped: Not enough registers or memory available to unwind
further

HTH... I'm reverting for now (I can re-install if you've got specific
ideas to try out)


Thanks for testing.  I'll try to make debugging symbols available so 
that you can get a better backtrace.  It might be a few days before I 
get to it.


Do you have a recipe that will reliably produce a segfault for you? 
I've been using emacs-24 for months without any problems (as long as I 
build without gsettings support, as I did for emacs-24.0.96-1).  But I 
haven't tested gdb-mi for a while.


You said you got segfaults even while not using gdb-mi.  But did you 
get segfaults in an emacs session in which you didn't use gdb-mi at 
all in the entire session?
Good point. I probably had used gdb-mi at some point during every 
session that crashed.


Ryan



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