Re: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-22 Thread KLEIN Stéphane

2007/1/22, KLEIN Stéphane <[EMAIL PROTECTED]>:

Hello,

I sometime this error message in Vim :

E316: ml_get: line ... not found (ligne ... introuvable in french)

In this my strace file enclosed.

What can I do to resolv my issue.

I've often this problem on two computer on Ubuntu Linux. For your
information, I use vim 7.0


Nobody have the same issue ? I'm only user ?


Re: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-22 Thread Tim Chase

E316: ml_get: line ... not found (ligne ... introuvable in french)

In this my strace file enclosed.

What can I do to resolv my issue.

I've often this problem on two computer on Ubuntu Linux. For your
information, I use vim 7.0


Nobody have the same issue ? I'm only user ?


You're one of the "blessed" ones :)

The only help at

:help E316

consists of

  ml_get: cannot find line {N}
...
This is an internal error.  If you can reproduce it, please send 
in a bug report. |bugs|




It seems to be a known issue but that the maintainers have not 
been able to reproduce under known conditions.  If you read at


:help bugs

it will give you hints on how to get helpful information (such as 
the strace info, the version info from your vim, contents of your 
.[g]vimrc, output of ":so $VIMRUNTIME/bugreport.vim", and perhaps 
symbolic debugging information?) into the hands of those that 
need it (emailing it to bugs [at] vim.org).


Sorry I can't be of more help, but perhaps with your help, the 
maintainers can solve this, which sounds like a problem that 
shouldn't happen. :)


-tim







Re: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-22 Thread KLEIN Stéphane

2007/1/22, A.J.Mechelynck <[EMAIL PROTECTED]>:

KLEIN Stéphane wrote:
> 2007/1/22, KLEIN Stéphane <[EMAIL PROTECTED]>:
>> Hello,
>>
>> I sometime this error message in Vim :
>>
>> E316: ml_get: line ... not found (ligne ... introuvable in french)
>>
>> In this my strace file enclosed.
>>


...



Didn't you forget to attach the file?



I don't understand why my enclosed file isn't in yahoo vim mailing
list archive. They apply a filter ?


Re: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-22 Thread A.J.Mechelynck

KLEIN Stéphane wrote:

2007/1/22, A.J.Mechelynck <[EMAIL PROTECTED]>:

KLEIN Stéphane wrote:
> 2007/1/22, KLEIN Stéphane <[EMAIL PROTECTED]>:
>> Hello,
>>
>> I sometime this error message in Vim :
>>
>> E316: ml_get: line ... not found (ligne ... introuvable in french)
>>
>> In this my strace file enclosed.
>>


...



Didn't you forget to attach the file?



I don't understand why my enclosed file isn't in yahoo vim mailing
list archive. They apply a filter ?




I didn't get it on vim-at-vim.org either. So if your Sent folder shows that 
you did send an attachment, maybe the problem is with the vim@ list. Either 
send it to bugs@ or vim-dev@ -- AFAIK, those allow attachments.



Best regards,
Tony.


Re: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-22 Thread Marc Weber
On Mon, Jan 22, 2007 at 03:36:25PM +0100, KLEIN St?phane wrote:
> 2007/1/22, KLEIN St?phane <[EMAIL PROTECTED]>:
> >Hello,
> >
> >I sometime this error message in Vim :
> >
> >E316: ml_get: line ... not found (ligne ... introuvable in french)
> >
> >In this my strace file enclosed.
> >
> >What can I do to resolv my issue.
> >
> >I've often this problem on two computer on Ubuntu Linux. For your
> >information, I use vim 7.0
> 
> Nobody have the same issue ? I'm only user ?

see :h E316
"This is an internal error.  If you can reproduce it, please send in a bug
report."

What you can do to reslve the issue? Try to reproduce it and file a bug
report.
Try installing vim from source and see wether the error remains.
You can find information on how to do this on vim.org (Download ->
sources)

What you can do else? (restart vim to be sure)
:mksession|qa
gvim -c "source session"

Because this is an internal error you can also try posting to the vimdev
mailinglist.
But I don't think they can help you if you can't reproduce this bug.. ;(

HTH
Marc


Re: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-22 Thread A.J.Mechelynck

Marc Weber wrote:
[...]

Try installing vim from source and see wether the error remains.
You can find information on how to do this on vim.org (Download ->
sources)

[...]

... or in more detail on my Vim site:
- my Vim page: http://users.skynet.be/antoine.mechelynck/vim/
- Compiling Vim on Windows: 
http://users.skynet.be/antoine.mechelynck/vim/compile.htm
- Compiling Vim on Unix/Linux: 
http://users.skynet.be/antoine.mechelynck/vim/compunix.htm


The latest patchlevel is 7.0.188.


Best regards,
Tony.


Re: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-23 Thread KLEIN Stéphane

2007/1/22, A.J.Mechelynck <[EMAIL PROTECTED]>:

Marc Weber wrote:
[...]
> Try installing vim from source and see wether the error remains.
> You can find information on how to do this on vim.org (Download ->
> sources)
[...]

... or in more detail on my Vim site:
- my Vim page: http://users.skynet.be/antoine.mechelynck/vim/
- Compiling Vim on Windows:
http://users.skynet.be/antoine.mechelynck/vim/compile.htm
- Compiling Vim on Unix/Linux:
http://users.skynet.be/antoine.mechelynck/vim/compunix.htm

The latest patchlevel is 7.0.188.


I've compiled last version of vim with all patchs. I'll test it...

Thanks,
Stephane