[MDEV-10689] encryption.innodb_first_page fails in buildbot (crashes) Created: 2016-08-27 Updated: 2023-04-12 Resolved: 2023-04-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption, Tests |
| Affects Version/s: | 10.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Started happening recently. Maybe it's related to sid upgrade (gcc 6 and such). http://buildbot.askmonty.org/buildbot/builders/kvm-deb-sid-x86/builds/2068/steps/test_5/logs/stdio
|
| Comments |
| Comment by Jan Lindström (Inactive) [ 2016-09-30 ] | |||||||
|
Failed to repeat this on both my laptop or perro (used --repeat=60 --parallel=4 few times). Need a stack trace if fails again. | |||||||
| Comment by Elena Stepanova [ 2016-09-30 ] | |||||||
|
It only happens on sid. | |||||||
| Comment by Vicențiu Ciorbaru [ 2016-09-30 ] | |||||||
|
The only thing that I know for certain about gcc 6 is that they always assume "this" pointer is not null. Any if conditions that check for this are automatically set to true. We previously had something like:
There are some places in the code where we do this. I plan to fix them, but strapped for time till the dev meeting. | |||||||
| Comment by Jan Lindström [ 2023-04-11 ] | |||||||
|
10.1 is EOL. |