[Openslp-devel] OpenSLP 2.0 beta 1 crash and LiveTribe SLP

2008-08-01 Thread Simone Bordet
Hi, at LiveTribe we're implementing a pure Java SLP implementation, and we're currently testing our upcoming release 2.0 with OpenSLP 2.0 beta 1 downloaded from SourceForge. [EMAIL PROTECTED]:~$ uname -a Linux pitt 2.6.24-19-generic #1 SMP Fri Jul 11 23:41:49 UTC 2008 i686 GNU/Linux To compile O

Re: [Openslp-devel] OpenSLP 2.0 beta 1 crash and LiveTribe SLP

2008-08-01 Thread Roel van de Kraats
On 08/01/2008 02:28 PM, Simone Bordet wrote: > Hi, > > at LiveTribe we're implementing a pure Java SLP implementation, and > we're currently testing our upcoming release 2.0 with OpenSLP 2.0 beta > 1 downloaded from SourceForge. > > [EMAIL PROTECTED]:~$ uname -a > Linux pitt 2.6.24-19-generic #1

Re: [Openslp-devel] OpenSLP 2.0 beta 1 crash and LiveTribe SLP

2008-08-01 Thread Nick Wagner
To take care of the obvious -- have you sniffed the packet and validated that it is correct? Perhaps slpd isn't gracefully handling a bad packet. --Nick On Fri, Aug 1, 2008 at 7:28 AM, Simone Bordet <[EMAIL PROTECTED]>wrote: > Hi, > > at LiveTribe we're implementing a pure Java SLP implementati

Re: [Openslp-devel] OpenSLP 2.0 beta 1 crash and LiveTribe SLP

2008-08-01 Thread Simone Bordet
Hi, On Fri, Aug 1, 2008 at 4:35 PM, Nick Wagner <[EMAIL PROTECTED]> wrote: > To take care of the obvious -- have you sniffed the packet and validated > that it is correct? Perhaps slpd isn't gracefully handling a bad packet. Yes I did sniff the packet, and it looks good. Wireshark can definitely

Re: [Openslp-devel] OpenSLP 2.0 beta 1 crash and LiveTribe SLP

2008-08-01 Thread Simone Bordet
Hi, On Fri, Aug 1, 2008 at 3:33 PM, Roel van de Kraats <[EMAIL PROTECTED]> wrote: > In the past I've seen crashes caused by enabling the message trace, so you > might try turning that off as a test. Tried to turn completely off tracing of messages in slp.conf, but same result: slp crash. I am af