Hi Robert, I can confirm that the patch you provided to row_merge.c fixes the problem of adding 2 rows to a table with 1 set. I notice that this hasn't yet been merged into the main net-snmp code yet. Do you plan on adding this in or were you waiting for a final ok from me? Thanks Graeme.
> > > > -----Original Message----- > > From: Robert Story [mailto:[EMAIL PROTECTED] > > Sent: 04 August 2006 20:32 > > To: Graeme Wilson > > Cc: [email protected] > > Subject: Re: add multiple rows with 1 set - crash > > > > > > Ok, so it seems like the second call is passing in the > varbind's from > > the first. That shouldn't be happening, and I'll have to > dig around to > > figure out why it is. > > > > table_container:row_insert: primary request > > oid:SNMPv2-SMI::zeroDotZero.1 > > table_container:row_insert: request[0] > oid:SNMPv2-SMI::zeroDotZero.1 > > table_container:row_insert: > > matched!table_container:row_insert: request[1] > > oid:SNMPv2-SMI::zeroDotZero.1 > > table_container:row_insert: > > matched!table_container:row_insert: request[2] > > oid:SNMPv2-SMI::zeroDotZero.1 > > table_container:row_insert: > > matched!table_container:row_insert: request[3] > > oid:SNMPv2-SMI::zeroDotZero.1 > > ... > > table_container:row_insert: primary request > > oid:SNMPv2-SMI::zeroDotZero.2 > > table_container:row_insert: request[0] > oid:SNMPv2-SMI::zeroDotZero.1 > > table_container:row_insert: request[1] > oid:SNMPv2-SMI::zeroDotZero.1 > > table_container:row_insert: request[2] > oid:SNMPv2-SMI::zeroDotZero.1 > > table_container:row_insert: request[3] > oid:SNMPv2-SMI::zeroDotZero.1 > > > > > > > -------------------------------------------------------------- > ----------- > Using Tomcat but need to do more? Need to support web > services, security? > Get stuff done quickly with pre-integrated technology to make > your job easier Download IBM WebSphere Application Server > v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057& > dat=121642 > _______________________________________________ > Net-snmp-coders mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/net-snmp-coders > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
