I've managed to configure and build beta12 of DBslayer with no issues.
When I run DBslayer, it returns immediately.
Looking at /var/log/messages I see:
Mar 11 14:18:30 chris-desktop kernel: [ 5533.107721] dbslayer[14945]: segfault at 7f9923b8dea8 ip 00007f9922e0f675 sp 00007f9923b8deb0 error 6 in libmysqlclient_r.so.16.0.0[7f9922db6000+1c6000]
Is there a solution to this?
I've tried the -e switch, but nothing is written into the error log.
On Thu, Mar 11, 2010 at 9:37 AM, Chris Dew <cms...@googlemail.com> wrote: > I've managed to configure and build beta12 of DBslayer with no issues.
> When I run DBslayer, it returns immediately.
> Looking at /var/log/messages I see:
> Mar 11 14:18:30 chris-desktop kernel: [ 5533.107721] dbslayer[14945]: > segfault at 7f9923b8dea8 ip 00007f9922e0f675 sp 00007f9923b8deb0 error > 6 in libmysqlclient_r.so.16.0.0[7f9922db6000+1c6000]
> Is there a solution to this?
> I've tried the -e switch, but nothing is written into the error log.
> Regards,
> Chris.
> -- > You received this message because you are subscribed to the Google Groups > "dbslayer" group. > To post to this group, send email to dbslayer@googlegroups.com. > To unsubscribe from this group, send email to > dbslayer+unsubscribe@googlegroups.com<dbslayer%2Bunsubscribe@googlegroups.c om> > . > For more options, visit this group at > http://groups.google.com/group/dbslayer?hl=en.
> From the error message it looks like there is an issue w/ the > libmysqlclient client lib.
> Can you give us the build flags and the libs it is currently linked against > (ldd dbslayer should dump the informaiton).
> d
> On Thu, Mar 11, 2010 at 9:37 AM, Chris Dew <cms...@googlemail.com> wrote:
>> I've managed to configure and build beta12 of DBslayer with no issues.
>> When I run DBslayer, it returns immediately.
>> Looking at /var/log/messages I see:
>> Mar 11 14:18:30 chris-desktop kernel: [ 5533.107721] dbslayer[14945]: >> segfault at 7f9923b8dea8 ip 00007f9922e0f675 sp 00007f9923b8deb0 error >> 6 in libmysqlclient_r.so.16.0.0[7f9922db6000+1c6000]
>> Is there a solution to this?
>> I've tried the -e switch, but nothing is written into the error log.
>> Regards,
>> Chris.
>> -- >> You received this message because you are subscribed to the Google Groups >> "dbslayer" group. >> To post to this group, send email to dbslayer@googlegroups.com. >> To unsubscribe from this group, send email to >> dbslayer+unsubscribe@googlegroups.com<dbslayer%2Bunsubscribe@googlegroups.c om> >> . >> For more options, visit this group at >> http://groups.google.com/group/dbslayer?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "dbslayer" group. > To post to this group, send email to dbslayer@googlegroups.com. > To unsubscribe from this group, send email to > dbslayer+unsubscribe@googlegroups.com<dbslayer%2Bunsubscribe@googlegroups.c om> > . > For more options, visit this group at > http://groups.google.com/group/dbslayer?hl=en.
On Thu, Mar 11, 2010 at 10:39 AM, Chris Dew <cms...@googlemail.com> wrote: > Thanks for your very quick response. The problem's gone away.
> I opened a new shell, downloaded the tarball again, did the > configure/make/makeinstall process again in a clean directory and the > problem went away.
> I'm assuming pebcak, probably some environment variables were funny from > other work I'd done.
> I look forward to trying out dbslayer with nodejs later this afternoon.
> Thanks,
> Chris.
> On 11 March 2010 15:31, Derek Gottfrid <dgottf...@gmail.com> wrote:
>> From the error message it looks like there is an issue w/ the >> libmysqlclient client lib.
>> Can you give us the build flags and the libs it is currently linked >> against (ldd dbslayer should dump the informaiton).
>> d
>> On Thu, Mar 11, 2010 at 9:37 AM, Chris Dew <cms...@googlemail.com> wrote:
>>> I've managed to configure and build beta12 of DBslayer with no issues.
>>> When I run DBslayer, it returns immediately.
>>> Looking at /var/log/messages I see:
>>> Mar 11 14:18:30 chris-desktop kernel: [ 5533.107721] dbslayer[14945]: >>> segfault at 7f9923b8dea8 ip 00007f9922e0f675 sp 00007f9923b8deb0 error >>> 6 in libmysqlclient_r.so.16.0.0[7f9922db6000+1c6000]
>>> Is there a solution to this?
>>> I've tried the -e switch, but nothing is written into the error log.
>>> Regards,
>>> Chris.
>>> -- >>> You received this message because you are subscribed to the Google Groups >>> "dbslayer" group. >>> To post to this group, send email to dbslayer@googlegroups.com. >>> To unsubscribe from this group, send email to >>> dbslayer+unsubscribe@googlegroups.com<dbslayer%2Bunsubscribe@googlegroups.c om> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/dbslayer?hl=en.
>> -- >> You received this message because you are subscribed to the Google Groups >> "dbslayer" group. >> To post to this group, send email to dbslayer@googlegroups.com. >> To unsubscribe from this group, send email to >> dbslayer+unsubscribe@googlegroups.com<dbslayer%2Bunsubscribe@googlegroups.c om> >> . >> For more options, visit this group at >> http://groups.google.com/group/dbslayer?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "dbslayer" group. > To post to this group, send email to dbslayer@googlegroups.com. > To unsubscribe from this group, send email to > dbslayer+unsubscribe@googlegroups.com<dbslayer%2Bunsubscribe@googlegroups.c om> > . > For more options, visit this group at > http://groups.google.com/group/dbslayer?hl=en.
Just wanted to say that I've got DBSlayer up and working with NodeJS. I needed to do a minor bugfix to the javascript code http://github.com/shoeman22/node.dbslayer.js to get it to work with multi-packet result sets. I'm now getting DBSlayer performance which looks quite usable (tens of thousands of records per second across complicated LAN from single SATA db).
Thanks,
Chris.
On 11 March 2010 15:40, Derek Gottfrid <dgottf...@gmail.com> wrote:
> awesome. keep us posted. always looking for stories of success.
> d
> On Thu, Mar 11, 2010 at 10:39 AM, Chris Dew <cms...@googlemail.com> wrote:
>> Thanks for your very quick response. The problem's gone away.
>> I opened a new shell, downloaded the tarball again, did the >> configure/make/makeinstall process again in a clean directory and the >> problem went away.
>> I'm assuming pebcak, probably some environment variables were funny from >> other work I'd done.
>> I look forward to trying out dbslayer with nodejs later this afternoon.
>> Thanks,
>> Chris.
>> On 11 March 2010 15:31, Derek Gottfrid <dgottf...@gmail.com> wrote:
>>> From the error message it looks like there is an issue w/ the >>> libmysqlclient client lib.
>>> Can you give us the build flags and the libs it is currently linked >>> against (ldd dbslayer should dump the informaiton).
>>> d
>>> On Thu, Mar 11, 2010 at 9:37 AM, Chris Dew <cms...@googlemail.com>wrote:
>>>> I've managed to configure and build beta12 of DBslayer with no issues.
>>>> When I run DBslayer, it returns immediately.
>>>> Looking at /var/log/messages I see:
>>>> Mar 11 14:18:30 chris-desktop kernel: [ 5533.107721] dbslayer[14945]: >>>> segfault at 7f9923b8dea8 ip 00007f9922e0f675 sp 00007f9923b8deb0 error >>>> 6 in libmysqlclient_r.so.16.0.0[7f9922db6000+1c6000]
>>>> Is there a solution to this?
>>>> I've tried the -e switch, but nothing is written into the error log.
>>>> Regards,
>>>> Chris.
>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "dbslayer" group. >>>> To post to this group, send email to dbslayer@googlegroups.com. >>>> To unsubscribe from this group, send email to >>>> dbslayer+unsubscribe@googlegroups.com<dbslayer%2Bunsubscribe@googlegroups.c om> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/dbslayer?hl=en.
>>> -- >>> You received this message because you are subscribed to the Google Groups >>> "dbslayer" group. >>> To post to this group, send email to dbslayer@googlegroups.com. >>> To unsubscribe from this group, send email to >>> dbslayer+unsubscribe@googlegroups.com<dbslayer%2Bunsubscribe@googlegroups.c om> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/dbslayer?hl=en.
>> -- >> You received this message because you are subscribed to the Google Groups >> "dbslayer" group. >> To post to this group, send email to dbslayer@googlegroups.com. >> To unsubscribe from this group, send email to >> dbslayer+unsubscribe@googlegroups.com<dbslayer%2Bunsubscribe@googlegroups.c om> >> . >> For more options, visit this group at >> http://groups.google.com/group/dbslayer?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "dbslayer" group. > To post to this group, send email to dbslayer@googlegroups.com. > To unsubscribe from this group, send email to > dbslayer+unsubscribe@googlegroups.com<dbslayer%2Bunsubscribe@googlegroups.c om> > . > For more options, visit this group at > http://groups.google.com/group/dbslayer?hl=en.
On Sat, Mar 13, 2010 at 2:36 AM, Chris Dew <cms...@googlemail.com> wrote: > Just wanted to say that I've got DBSlayer up and working with NodeJS. I > needed to do a minor bugfix to the javascript code > http://github.com/shoeman22/node.dbslayer.js to get it to work with > multi-packet result sets. I'm now getting DBSlayer performance which looks > quite usable (tens of thousands of records per second across complicated LAN > from single SATA db).
> Thanks,
> Chris.
> On 11 March 2010 15:40, Derek Gottfrid <dgottf...@gmail.com> wrote:
>> awesome. keep us posted. always looking for stories of success.
>> d
>> On Thu, Mar 11, 2010 at 10:39 AM, Chris Dew <cms...@googlemail.com>wrote:
>>> Thanks for your very quick response. The problem's gone away.
>>> I opened a new shell, downloaded the tarball again, did the >>> configure/make/makeinstall process again in a clean directory and the >>> problem went away.
>>> I'm assuming pebcak, probably some environment variables were funny from >>> other work I'd done.
>>> I look forward to trying out dbslayer with nodejs later this afternoon.
>>> Thanks,
>>> Chris.
>>> On 11 March 2010 15:31, Derek Gottfrid <dgottf...@gmail.com> wrote:
>>>> From the error message it looks like there is an issue w/ the >>>> libmysqlclient client lib.
>>>> Can you give us the build flags and the libs it is currently linked >>>> against (ldd dbslayer should dump the informaiton).
>>>> d
>>>> On Thu, Mar 11, 2010 at 9:37 AM, Chris Dew <cms...@googlemail.com>wrote:
>>>>> I've managed to configure and build beta12 of DBslayer with no issues.
>>>>> When I run DBslayer, it returns immediately.
>>>>> Looking at /var/log/messages I see:
>>>>> Mar 11 14:18:30 chris-desktop kernel: [ 5533.107721] dbslayer[14945]: >>>>> segfault at 7f9923b8dea8 ip 00007f9922e0f675 sp 00007f9923b8deb0 error >>>>> 6 in libmysqlclient_r.so.16.0.0[7f9922db6000+1c6000]
>>>>> Is there a solution to this?
>>>>> I've tried the -e switch, but nothing is written into the error log.
>>>>> Regards,
>>>>> Chris.
>>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "dbslayer" group. >>>>> To post to this group, send email to dbslayer@googlegroups.com. >>>>> To unsubscribe from this group, send email to >>>>> dbslayer+unsubscribe@googlegroups.com<dbslayer%2Bunsubscribe@googlegroups.c om> >>>>> . >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/dbslayer?hl=en.
>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "dbslayer" group. >>>> To post to this group, send email to dbslayer@googlegroups.com. >>>> To unsubscribe from this group, send email to >>>> dbslayer+unsubscribe@googlegroups.com<dbslayer%2Bunsubscribe@googlegroups.c om> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/dbslayer?hl=en.
>>> -- >>> You received this message because you are subscribed to the Google Groups >>> "dbslayer" group. >>> To post to this group, send email to dbslayer@googlegroups.com. >>> To unsubscribe from this group, send email to >>> dbslayer+unsubscribe@googlegroups.com<dbslayer%2Bunsubscribe@googlegroups.c om> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/dbslayer?hl=en.
>> -- >> You received this message because you are subscribed to the Google Groups >> "dbslayer" group. >> To post to this group, send email to dbslayer@googlegroups.com. >> To unsubscribe from this group, send email to >> dbslayer+unsubscribe@googlegroups.com<dbslayer%2Bunsubscribe@googlegroups.c om> >> . >> For more options, visit this group at >> http://groups.google.com/group/dbslayer?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "dbslayer" group. > To post to this group, send email to dbslayer@googlegroups.com. > To unsubscribe from this group, send email to > dbslayer+unsubscribe@googlegroups.com<dbslayer%2Bunsubscribe@googlegroups.c om> > . > For more options, visit this group at > http://groups.google.com/group/dbslayer?hl=en.