Re: Mea Culpa on C++ and ISO Sockets

2001-11-13 Thread Nik Clayton
[ Note reply-to ] On Tue, Nov 13, 2001 at 12:45:20PM -0800, Mike Smith wrote: > > All I want to know is if anyone else has had problems using C++ (in > > general) crashing the kernel during subsequent "initialization" of the > > same program or specifically with AF_ISO family (-liso) sockets. Not

Re: C++ and ISO sockets

2001-11-13 Thread Terry Lambert
"PSI, Mike Smith" wrote: > I am using FreeBSD 3.2 (no comments please - I've given plenty of > "comments" to the powers that be without results). I am currently > rewriting it in C to determine if C++ may be the problem. > > Any clues?? The GCC in FreeBSD 3.2 does not support per thread exceptio

Re: Mea Culpa on C++ and ISO Sockets

2001-11-13 Thread Mike Smith
> All I want to know is if anyone else has had problems using C++ (in > general) crashing the kernel during subsequent "initialization" of the > same program or specifically with AF_ISO family (-liso) sockets. Nothing > more than that. I suspect that the ISO socket code is woefully under-tested,

Mea Culpa on C++ and ISO Sockets

2001-11-13 Thread PSI, Mike Smith
Sorry - I'm not looking for someone to debug my code (I am actually a fairly experienced C++ programmer on *gasp* SVR4 which means I create errors only God can figure out). I apologize if my earlier request appeared that way (got a few choice comments from some hackers). All I want to know is if

Re: C++ and ISO sockets

2001-11-13 Thread Alfred Perlstein
* PSI, Mike Smith <[EMAIL PROTECTED]> [03 13:51] wrote: > Have a tricky problem. I am developing code to transfer data over AF_ISO > family sockets. Standard stuff, socket, bind, etc. Nothing tricky. Being > a good little boy I am using C++ (gpp delivered with OS) for > transportability (read

C++ and ISO sockets

2001-11-13 Thread PSI, Mike Smith
Have a tricky problem. I am developing code to transfer data over AF_ISO family sockets. Standard stuff, socket, bind, etc. Nothing tricky. Being a good little boy I am using C++ (gpp delivered with OS) for transportability (read make sure everyone else faces the same stupid problems I did). Alas