This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygserver in cygwin 1.7.0-62 worked, but fails with seg fault in cygwin 1.7.0-63 and -64


On Nov 17 11:58, David Rothenberger wrote:
> On 11/17/2009 11:24 AM, Tony Wallace wrote:
> >My cygwin-1.7 installation has been running Apache2 with mod_perl
> >(from cygwin ports) very successfully for two or three months.
> >Yesterday I installed cygwin 1.7.0-64 from setup (replacing 1.7.0-62,
> >I believe).  Now cygserver fails on startup with a segmentation
> >fault.
> >
> >In every case, I ran rebaseall and restarted Windows after running
> >setup.
> 
> I had a similar problem. I had 1.7.0-62 installed and had run
> rebaseall. I upgraded to -64 and cygserver dumped core. I did not
> run rebaseall after the upgrade.
> 
> I found that reinstalling libstdc++6 and libstdc__6-devel without
> rebasing afterward fixed the problem for me.

Actually the bug is that cygserver is linked against libstdc++6 at all.
This was a new problem introduced by the new gcc-4 with shared libs
all over.  I fixed the Makefile so that the next cygserver will be
statically linked again, so it only depends on cygwin1.dll as it's
supposed to.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]