Bug #34150 | read looped with error 4, aborting thread | ||
---|---|---|---|
Submitted: | 29 Jan 2008 21:53 | Modified: | 19 Feb 2011 10:24 |
Reporter: | Peter Gulutzan | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | 5.5.9-debug, 6.0.5-alpha-debug | OS: | Linux |
Assigned to: | Davi Arnaut | CPU Architecture: | Any |
[29 Jan 2008 21:53]
Peter Gulutzan
[30 Jan 2008 9:43]
MySQL Verification Team
Thank you for the bug report. Verified as described. bin/mysql: read looped with error 4, aborting thread bin/mysql: read looped with error 4, aborting thread +----------+ | v_rownum | +----------+ | 15000 | +----------+ 1 row in set (43.15 sec) bin/mysql: read looped with error 4, aborting thread
[15 May 2009 22:28]
Jim Winstead
this only happens when the client is compiled with extra debugging that is only ever enabled using the BUILD/* scripts, and it's not worth complicating the already-tortured my_real_read() any further to suppress this spurious warning.
[22 Oct 2010 17:12]
MySQL Verification Team
just noting that i got this from the server today... /home/sbester/mysql/5.5/mysql-5.5.8-ga-linux-x86_64/bin/mysqld: read looped with error 4, aborting thread [New Thread 0x7fffc85d2710 (LWP 11923)] [Thread 0x7fffc8613710 (LWP 11922) exited] [Thread 0x7ffff4093710 (LWP 11763) exited] [Thread 0x7ffff4052710 (LWP 21778) exited] [New Thread 0x7ffff4052710 (LWP 11939)] /home/sbester/mysql/5.5/mysql-5.5.8-ga-linux-x86_64/bin/mysqld: read looped with error 4, aborting thread [Thread 0x7ffff4052710 (LWP 11939) exited] [Thread 0x7fffc8550710 (LWP 11917) exited] [New Thread 0x7ffff4052710 (LWP 11940)] [New Thread 0x7fffc8550710 (LWP 12001)] /home/sbester/mysql/5.5/mysql-5.5.8-ga-linux-x86_64/bin/mysqld: read looped with error 4, aborting thread [Thread 0x7fffc8591710 (LWP 11920) exited]
[11 Jan 2011 1:34]
Roel Van de Paar
Can we have another look at what is happening here exactly? See mysqld errors above. I get these errors simply running threads which are creating/dropping/altering tables. Easy to reproduce.
[19 Feb 2011 10:24]
Davi Arnaut
Jim's comments still applies. This is just a misplaced debug printout that will soon be gone.