Hello, tokudb uses getline to retrieve lines from various linux system files and tokudb frees the buffer that getline allocates. perhaps getline has a problem, or tokudb's portability function that computes the system's processor frequency is broken. i dont see a bug in tokudb related to this problem.
On Sat, Feb 7, 2015 at 1:33 PM, Otto Kekäläinen <[email protected]> wrote: > Thanks! > > Added it and ran new builds: > > https://launchpad.net/~mysql-ubuntu/+archive/ubuntu/mariadb-10.0/+builds?build_text=&build_state=all > > log -> > https://launchpadlibrarian.net/196929183/buildlog_ubuntu-vivid-amd64.mariadb-10.0_10.0.16-1~exp4~vivid1~1423323331_FAILEDTOBUILD.txt.gz > > > 2015-02-06 18:51 GMT+02:00 Sergei Golubchik <[email protected]>: > > Hi, Otto! > > > > On Feb 04, Otto Kekäläinen wrote: > >> 2015-02-04 1:21 GMT+02:00 Sergei Golubchik <[email protected]>: > >> > I can give you a patch that you apply and run another build in the > >> > Launchpad build system. Would that be ok? > >> > >> Yes, please :) > > > > Try this one: > > > > === modified file 'mysql-test/mysql-test-run.pl' > > --- mysql-test/mysql-test-run.pl > > +++ mysql-test/mysql-test-run.pl > > @@ -4886,6 +4886,10 @@ sub extract_warning_lines ($$) { > > } > > $Fwarn = undef; # Close file > > > > + if (@$matched_lines) { > > + $matched_lines = [ @lines ]; > > + } > > + > > if (scalar(@$matched_lines) > 0 && > > defined($last_warning_position->{$error_log}{test_names})) { > > return ($last_warning_position->{$error_log}{test_names}, > $matched_lines); > > > > Regards, > > Sergei > > > > -- > Check out our blog at http://seravo.fi/blog > and follow @ottokekalainen > > _______________________________________________ > Mailing list: https://launchpad.net/~maria-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~maria-developers > More help : https://help.launchpad.net/ListHelp >
_______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

