luyaotang

Results 9 comments of luyaotang

这个补丁合并到主线上了吗??我试了-f参数目前是不支持的啊。

遇到同样的问题, ./flashback --binlogFileNames=/var/lib/mysql/mysql-bin.000006 然后就报 Segmentation fault ,已经是root用户了。

same problem ,use entry widget in container,memory increase fast when freshdata

the issue solved?i have the same problem 。php7.2 mysql 5.6

同样存在问题。 arthas version 3.7.2 java openjdk 1.8 centos 7 另外 # cat /proc/${PID}/smaps |grep Profiler , 是没有东西。用了3.6.8是正常的。

pathinfo has bug on processing chinese char,replce the pathinfo by below: function mb_pathinfo($filepath) { preg_match('%^(.*?)[\\\\/]*(([^/\\\\]*?)(\.([^\.\\\\/]+?)|))[\\\\/\.]*$%im',$filepath,$m); if($m[1]) $ret['dirname']=$m[1]; if($m[2]) $ret['basename']=$m[2]; if($m[5]) $ret['extension']=$m[5]; if($m[3]) $ret['filename']=$m[3]; return $ret; }

I tested this on the latest version 2.5.0, and the second issue still exists. The testing procedure is as follows: 1. Set up the repeater server address on the phone,...