[MDEV-3478] LP:460420 - MyISAM segfault in debug binary on ALTER TABLE Created: 2009-10-25 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Arjen Lentz (Inactive) | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
branch from maria-5.1-merge (sorry can't verify exact revid but it's from within last week) CREATE TABLE `actors_movies` ( – table is empty segfaults. With gdb attached we find the following: Program received signal SIGSEGV, Segmentation fault. Again, note that this is a debug binary; since DEBUG has different structures, it's quite possible that this only happens in DEBUG binaries and not in regular. Nevertheless, it looks like a bug. |
| Comments |
| Comment by Arjen Lentz (Inactive) [ 2009-10-26 ] |
|
Re: MyISAM segfault in debug binary on ALTER TABLE the way I generated it this time was... table already existed in MyISAM, empty. I simply did ALTER TABLE tblname ENGINE=MyISAM and that did the trick. |
| Comment by Sergei Petrunia [ 2009-10-26 ] |
|
Re: MyISAM segfault in debug binary on ALTER TABLE
|
| Comment by Sergei Petrunia [ 2009-10-26 ] |
|
Re: MyISAM segfault in debug binary on ALTER TABLE |
| Comment by Arjen Lentz (Inactive) [ 2009-10-26 ] |
|
Re: [Bug 460420] Re: MyISAM segfault in debug binary on ALTER TABLE On 26/10/2009, at 8:11 PM, Sergey Petrunia wrote: Ah - ya I was working from slight older packages I'd created, for However, can the server just enforce a sane minimum, perhaps? If 128K > – Follow our blog at http://openquery.com/blog/ |
| Comment by Michael Widenius [ 2009-10-26 ] |
|
Re: [Bug 460420] Re: MyISAM segfault in debug binary on ALTER TABLE Hi! >>>>> "Arjen" == Arjen Lentz <arjen@openquery.com> writes: Arjen> Hi Sergey Arjen> Ah - ya I was working from slight older packages I'd created, for Arjen> However, can the server just enforce a sane minimum, perhaps? If 128K We do refuse some sizes, but it's actually hard to predict the exact So the best we can do is that when we notice a problem, we increment Regards, |
| Comment by Arjen Lentz (Inactive) [ 2009-10-26 ] |
|
Re: [Bug 460420] Re: MyISAM segfault in debug binary on ALTER TABLE On 27/10/2009, at 1:58 AM, Michael Widenius wrote: Yep so that's what I'm asking... you upping that min allowed number? Also, while thread_stack_size * max_connections can add up, people Thanks Cheers, Follow our blog at http://openquery.com/blog/ |
| Comment by Rasmus Johansson (Inactive) [ 2009-10-26 ] |
|
Launchpad bug id: 460420 |