vieten / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

With Mac OS X 10.7 Lion, Crashes on MySQL error when running multiple queries #1136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Prepare several queries in the Query tab, one of them provoking an error. 
E.g. "SELECT 1+; SELECT 2"
2. Click "Run All"
3. On the error popup, click any button (e.g. Stop)

What is the expected output? What do you see instead?
Expected: stops and focus on the query that fired the error.
Actual: Crash of Sequel Pro

What version of Sequel Pro are you using? What version of MySQL are you
connecting to on the server?
Sequel Pro 0.9.9 on Mac OS X 10.7 Lion (latest Macbook Pro)
MySQL 5.1.37 accessed locally via network (127.0.0.1:3306).

Please provide any additional information below.
• Doesn't crash on single query (with the error reported on the bottom pane)
• Didn't crash before upgading to Lion.

Original issue reported on code.google.com by lavoi...@gmail.com on 2 Aug 2011 at 2:12

GoogleCodeExporter commented 9 years ago
Hiya,

You're right - this was down to some unsafe threading.  This issue has already 
been addressed in the nightly builds; look out for a patched release in the 
coming weeks, once we've addressed another couple of issues.

Thanks very much for the report though, especially the steps to reproduce - 
wish I'd had that a couple of weeks ago :)

Original comment by rowanb@gmail.com on 2 Aug 2011 at 2:56