[Openvpn-devel] beta-18 crash

2004-11-30 Thread Gisle Vanem
Simply running "openvpn -h" causes a SIGSEGV. I was hoping '-h' would print the help, but obviously not. Happens with '-v' too. Attached is the Dr. MingW crash dump. No config-file was present, btw. --gv openvpn.exe caused an Access Violation at location 00401688 in module openvpn.exe Reading

Re: [Openvpn-devel] beta-18 crash

2004-11-30 Thread James Yonan
On Tue, 30 Nov 2004, Gisle Vanem wrote: > Simply running "openvpn -h" causes a SIGSEGV. I was hoping '-h' would > print the help, but obviously not. Happens with '-v' too. Interesting bug. Basically "openvpn -h" is incorrect usage and should produce a basic options parsing error message, and in

[Openvpn-devel] Management interface -- null-terminated lines

2004-11-30 Thread Charles Duffy
James, I notice that the management interface terminates its lines \0d \0a \00. Is the null termination intentional? If so, would you mind documenting it? It caused a few subtle issues until I figured out what was going on, so I wouldn't exactly mind if it went away. (I'm working on a CLR-based

Re: [Openvpn-devel] Management interface -- null-terminated lines

2004-11-30 Thread James Yonan
On Tue, 30 Nov 2004, Charles Duffy wrote: > James, > > I notice that the management interface terminates its lines \0d \0a \00. > > Is the null termination intentional? If so, would you mind documenting it? > It caused a few subtle issues until I figured out what was going on, so I > wouldn't ex