Re: VimClojure - OpenSolaris - What am I doing wrong?

2009-09-27 Thread Meikel Brandmeyer
Hi, Am 08.09.2009 um 15:31 schrieb Michael Aldred: The NailGun client assumes that the strlen function will handle a null pointer for the argument. Under Solaris this is not the case (http://technopark02.blogspot.com/ 2006/04/solaris-null-pointer-bugs-usrlib00so1.html) Fixed with rev

Re: VimClojure - OpenSolaris - What am I doing wrong?

2009-09-26 Thread Meikel Brandmeyer
Hi, Am 08.09.2009 um 15:31 schrieb Michael Aldred: The NailGun client assumes that the strlen function will handle a null pointer for the argument. Under Solaris this is not the case (http://technopark02.blogspot.com/ 2006/04/solaris-null-pointer-bugs-usrlib00so1.html) Thank you for the fix.

Re: VimClojure - OpenSolaris - What am I doing wrong?

2009-09-08 Thread Michael Aldred
I've found the problem. The NailGun client assumes that the strlen function will handle a null pointer for the argument. Under Solaris this is not the case (http://technopark02.blogspot.com/ 2006/04/solaris-null-pointer-bugs-usrlib00so1.html) The problem is in sendText. With Nailgun 0.7.1,