Vim crash when trying to use the NetBeans interface

2010-08-08 Thread Lech Lorens
I just tried using Vim with Pyclewn. According to :help netbeans.txt, the NetBeans interface is supported in some GUI variants and in console Vim. I get: $ pyclewn -e vim Vim: Caught deadly signal SEGV Vim: Finished Gdb displays the following backtrace: #v+ (gdb) bt #0 0x00d29422 in __kernel_vsy

Re: Vim crash when trying to use the NetBeans interface

2010-08-09 Thread Xavier de Gaye
On Mon, Aug 9, 2010 at 12:02 AM, Lech Lorens wrote: > I just tried using Vim with Pyclewn. According to :help netbeans.txt, > the NetBeans interface is supported in some GUI variants and in console > Vim. I get: > > $ pyclewn -e vim > Vim: Caught deadly signal SEGV > Vim: Finished > I can reprodu

Re: Vim crash when trying to use the NetBeans interface

2010-08-09 Thread Bram Moolenaar
Lech Lorens wrote: > I just tried using Vim with Pyclewn. According to :help netbeans.txt, > the NetBeans interface is supported in some GUI variants and in console > Vim. I get: > Vim: Caught deadly signal SEGV > Vim: Finished > > Gdb displays the following backtrace: > #v+ > (gdb) bt > #0 0x0

Re: Vim crash when trying to use the NetBeans interface

2010-08-09 Thread Bram Moolenaar
Xavier de Gaye wrote: > On Mon, Aug 9, 2010 at 12:02 AM, Lech Lorens wrote: > > I just tried using Vim with Pyclewn. According to :help netbeans.txt, > > the NetBeans interface is supported in some GUI variants and in console > > Vim. I get: > > > > $ pyclewn -e vim > > Vim: Caught deadly signal

Re: Vim crash when trying to use the NetBeans interface

2010-08-10 Thread Xavier de Gaye
On Mon, Aug 9, 2010 at 10:55 PM, Bram Moolenaar wrote: > > Thanks, but it's not quite rigth.  Most GUI functions must not be called > when gui.starting is TRUE, only when gui.in_use is TRUE.  You might not > notice this when testing, as there are some dependencies on timing. > Also, you missed a fe

Re: Vim crash when trying to use the NetBeans interface

2010-08-10 Thread Bram Moolenaar
Xavier de Gaye wrote: > On Mon, Aug 9, 2010 at 10:55 PM, Bram Moolenaar wrote: > > > > Thanks, but it's not quite rigth. Most GUI functions must not be called > > when gui.starting is TRUE, only when gui.in_use is TRUE. You might not > > notice this when testing, as there are some dependencies

Re: Vim crash when trying to use the NetBeans interface

2010-08-11 Thread Xavier de Gaye
On Tue, Aug 10, 2010 at 11:15 PM, Bram Moolenaar wrote: > > Thanks for testing!   Keep an eye out for any remaining problem. > 7.3 is going to be released real soon now! > I did another review of the 'netbeans-console' patch, and could not find anything wrong. Xavier -- You received this mess