[MDEV-8664] plugins.show_all_plugins --embedded fails in buildbot Created: 2015-08-22 Updated: 2023-11-29 Resolved: 2023-11-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugins, Tests |
| Affects Version/s: | 10.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest/builds/4697/steps/test_5/logs/stdio
I can reproduce it on my local machine if I build the server the same way buildbot does (including the message about libgcc_s.so.1 which I don't understand, as I have the library). |
| Comments |
| Comment by Elena Stepanova [ 2015-08-22 ] | |||||||||||||
|
According to the cross-reference report, it started happening around here: http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest/builds/4569 | |||||||||||||
| Comment by Sergei Golubchik [ 2015-08-22 ] | |||||||||||||
|
Just for the reference, what I've found so far. | |||||||||||||
| Comment by Sergey Vojtovich [ 2015-09-17 ] | |||||||||||||
|
See also: Micro test that triggers similar problem:
| |||||||||||||
| Comment by Sergey Vojtovich [ 2015-09-17 ] | |||||||||||||
|
I also managed to crash debug build with the following test:
| |||||||||||||
| Comment by Sergey Vojtovich [ 2015-09-17 ] | |||||||||||||
|
serg, please review patch for this bug. | |||||||||||||
| Comment by Elena Stepanova [ 2015-09-22 ] | |||||||||||||
|
https://github.com/MariaDB/server/commit/ff03b96b0605ed054849bde343b40bde581d035d svoj, Please push the test change for now. | |||||||||||||
| Comment by Sergey Vojtovich [ 2015-09-22 ] | |||||||||||||
|
Disabled plugins.show_all_plugins in embedded mode until dynamic linker is fixed. |