- Original Message -
From: "Corinna Vinschen"
On Jul 29 19:25, Christopher Faylor wrote:
On Wed, Jul 29, 2009 at 03:32:28PM +0800, Haojun Bao wrote:
>Christopher Faylor writes:
>
>> On Tue, Jul 28, 2009 at 10:52:44AM +0800, Haojun Bao wrote:
>>>I have debugged it again, and I think
On Jul 29 19:25, Christopher Faylor wrote:
> On Wed, Jul 29, 2009 at 03:32:28PM +0800, Haojun Bao wrote:
> >Christopher Faylor writes:
> >
> >> On Tue, Jul 28, 2009 at 10:52:44AM +0800, Haojun Bao wrote:
> >>>I have debugged it again, and I think I have more clue. I have read the
> >>>how-cygheap-
Christopher Faylor writes:
> On Wed, Jul 29, 2009 at 03:32:28PM +0800, Haojun Bao wrote:
>>>
>>> Not necessarily. We don't expect these functions to return NULL. It
>>> would be interesting to know how many fds are open at this point. If it
>>> is a large number then maybe we have to start enf
On Wed, Jul 29, 2009 at 03:32:28PM +0800, Haojun Bao wrote:
>Christopher Faylor writes:
>
>> On Tue, Jul 28, 2009 at 10:52:44AM +0800, Haojun Bao wrote:
>>>I have debugged it again, and I think I have more clue. I have read the
>>>how-cygheap-works.txt, and this might be a known problem.
>>>
>>>It
Christopher Faylor writes:
> On Tue, Jul 28, 2009 at 10:52:44AM +0800, Haojun Bao wrote:
>>I have debugged it again, and I think I have more clue. I have read the
>>how-cygheap-works.txt, and this might be a known problem.
>>
>>It's because the cygheap space has been used up. With Procexp, I can
Dave Korn writes:
> Haojun Bao wrote:
>
>>
>> My question is, is there anyway out of this? Can I just rebase
>> cygwin1.dll to the end of all other DLLs?
>
> It ought to work. Would you mind giving it a try and letting us know if it
> helps? It might be a good idea to tweak rebaseall to do
On Tue, Jul 28, 2009 at 10:52:44AM +0800, Haojun Bao wrote:
>Haojun Bao writes:
>
>> I have reduced the test case in this mail
>> http://cygwin.com/ml/cygwin/2009-07/msg00111.html
>> to a simpler one:
>>
>> $/bin/emacs --batch -q --execute '(let ((num 0))
>> (while (< num 30)
>>
Haojun Bao wrote:
>
> My question is, is there anyway out of this? Can I just rebase
> cygwin1.dll to the end of all other DLLs?
It ought to work. Would you mind giving it a try and letting us know if it
helps? It might be a good idea to tweak rebaseall to do this for us.
cheers,
Haojun Bao writes:
> I have reduced the test case in this mail
> http://cygwin.com/ml/cygwin/2009-07/msg00111.html
> to a simpler one:
>
> $/bin/emacs --batch -q --execute '(let ((num 0))
> (while (< num 30)
> (setq num (+ num 1))
> (message "num is %d" num)
>
I have reduced the test case in this mail
http://cygwin.com/ml/cygwin/2009-07/msg00111.html
to a simpler one:
$/bin/emacs --batch -q --execute '(let ((num 0))
(while (< num 30)
(setq num (+ num 1))
(message "num is %d" num)
(start-process "hello" nil "/usr/bin
10 matches
Mail list logo