Occasionally, when I run a SELECT query in SQLyog Enterprise 5.0, and then change the change the Results panel to editable (by choosing the table name from the drop-down that normally is set to (Read Only)), SQLyog exits. No alerts, no page faults, no signal of a crash. It just exits. But it's weird, because it seems to only happen on SELECT * FROM queries. If I perform a SELECT col_name FROM, I can change to editable no problem. But if I immediately try to do a SELECT * FROM query, the exit occurs.