data_dictionary plugin show_tables assert hit
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Drizzle |
Undecided
|
ziminq | ||
| Cherry |
Undecided
|
ziminq |
Bug Description
On a fresh installation of drizzle:
drizzle> use data_dictionary
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
drizzle> select * from show_tables;
ERROR:
drizzle_
No connection. Trying to reconnect...
ERROR:
drizzle_
ERROR:
Can't connect to the server
drizzled: plugin/
100328 8:56:53 - drizzled got signal 6;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.
key_buffer_
read_buffer_
max_used_
connection_count=1
It is possible that drizzled could use up to
key_buffer_size + (read_buffer_size + sort_buffer_
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
session: 0x26dcda0
Attempting backtrace. You can use the following information to find out
where drizzled died. If you see no messages after this, something went
terribly wrong...
sbin/drizzled() [0x63def3]
sbin/drizzled(
sbin/drizzled(
/lib/libpthread
/lib/libc.
/lib/libc.
/lib/libc.
/home/linuxjedi
/home/linuxjedi
/home/linuxjedi
sbin/drizzled(
sbin/drizzled(
sbin/drizzled(
sbin/drizzled(
sbin/drizzled(
sbin/drizzled(
sbin/drizzled(
sbin/drizzled(
sbin/drizzled(
sbin/drizzled(
sbin/drizzled(
sbin/drizzled(
sbin/drizzled(
/home/linuxjedi
/lib/libpthread
/lib/libc.
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
session->query at 0x1f18b58 = select * from show_tables
session-
session-
Related branches
- Brian Aker: Disapprove on 2010-04-08
-
Diff: 23 lines (+5/-1)1 file modifieddrizzled/statement/select.h (+5/-1)
Changed in drizzle: | |
assignee: | nobody → ziminq (ziminq) |
status: | New → Confirmed |
Lee Bieber (kalebral) wrote : | #1 |
Andrew Hutchings (linuxjedi) wrote : | #2 |
Cannot reproduce in latest trunk, marking invalid
Changed in drizzle: | |
status: | Confirmed → Invalid |
Andrew, I can't reproduce this anymore, would you also try again.