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: Rebase, Peflags, and cygserver


On 3/27/2015 9:55 PM, Ken Brown wrote:
Depends, but anything that could interfere with the rebase is a
potential problem.

I've run into the OP's problem occasionally, where a full rebase doesn't
fix all rebase/fork problems.  What's worked for me on those occasions
is to reboot the computer and then run a full rebase.  I once saw an
explanation of why rebooting makes a difference, but I don't remember
what it was.

Ken


One possible way is:

 ps -x
to identify the PID of the program with problems

 less /proc/PID/maps
to look on memory space used by the several dll's

Regards
Marco

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