[MDEV-8101] "Internal (unspecified) error in handler" from storage engine CONNECT Created: 2015-05-04 Updated: 2018-01-20 Resolved: 2018-01-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.0.17 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Younes Naguib | Assignee: | Olivier Bertrand |
| Resolution: | Cannot Reproduce | Votes: | 1 |
| Labels: | verified | ||
| Attachments: |
|
| Description |
|
Compressed files caused an unhandled error.
|
| Comments |
| Comment by Olivier Bertrand [ 2015-05-06 ] | ||||||||||||||||||||||||||||
|
Because I am working on Windows and have currently no Linux machine available, I tried different methods to make the compressed table file:
Thirdly under cygwin, doing your method with gzip.
I always got the correct display:
No error with all three files. | ||||||||||||||||||||||||||||
| Comment by Younes Naguib [ 2015-05-06 ] | ||||||||||||||||||||||||||||
|
I've tested all the provided files, none of them worked! I also see this message in the error_log: "rnd_next CONNECT:" Here is the trace:
Thanks, | ||||||||||||||||||||||||||||
| Comment by Olivier Bertrand [ 2015-05-07 ] | ||||||||||||||||||||||||||||
|
What you did shows that everything works fine on Windows but fail on Linux. Right now I can't do much not having an available Linux to do some tests. The trace you made does not show much except the line:
It shows that an error condition was raised but probably without real cause as no error message was made. | ||||||||||||||||||||||||||||
| Comment by Younes Naguib [ 2015-05-07 ] | ||||||||||||||||||||||||||||
|
Which script are you referring to? Younes | ||||||||||||||||||||||||||||
| Comment by Olivier Bertrand [ 2015-05-07 ] | ||||||||||||||||||||||||||||
|
Yes, all my sample code. | ||||||||||||||||||||||||||||
| Comment by Younes Naguib [ 2015-05-07 ] | ||||||||||||||||||||||||||||
|
Just did with the same result. | ||||||||||||||||||||||||||||
| Comment by Olivier Bertrand [ 2015-05-07 ] | ||||||||||||||||||||||||||||
|
What do you mean "same result"? Mine or yours? | ||||||||||||||||||||||||||||
| Comment by Younes Naguib [ 2015-05-07 ] | ||||||||||||||||||||||||||||
|
I tried again, this time on a different box running CentOS6 (CentOS release 6.6 (Final)), and it worked!!!! I'll keep digging... Thanks, | ||||||||||||||||||||||||||||
| Comment by Younes Naguib [ 2015-05-07 ] | ||||||||||||||||||||||||||||
|
I meant still errors out on Centos7. Younes | ||||||||||||||||||||||||||||
| Comment by Younes Naguib [ 2015-05-07 ] | ||||||||||||||||||||||||||||
|
Which library do you use read the compressed files? y | ||||||||||||||||||||||||||||
| Comment by Olivier Bertrand [ 2015-05-07 ] | ||||||||||||||||||||||||||||
|
gzip | ||||||||||||||||||||||||||||
| Comment by Antonio Fernandes [ 2017-06-07 ] | ||||||||||||||||||||||||||||
|
I've also hit this bug. I can confirm that it works fine with CentOS 6 but not with 7. | ||||||||||||||||||||||||||||
| Comment by Olivier Bertrand [ 2018-01-20 ] | ||||||||||||||||||||||||||||
|
This seems to be an old issue probably not occuring anymore. |