Max Lohrmann

Results 29 comments of Max Lohrmann
trafficstars

Well, you can try a development build from http://nightly.sequelpro.com/ which at least will give us more details. As mentioned in #2163 this is not yet fixed and not so easy...

> but shows a preview of the first row of data (rather than the header row) during import, That is intentional. If you enable "First row contains column names", the...

@cordwainer I'm sorry for your loss. The issue in your file is #2163 and should have been fixed for some time now. You can either try an **experimental** build from...

@isbkch Once Sequel Pro freezes, instead of force quitting, open "Activity Monitor", select the Sequel Pro process, go to View > Sample process and post the output from that. Also...

@CluEleSsUK In your report Sequel Pro is hanging while it tries to display the Crash Reporter after an exception. Please open Console.app, search for Sequel Pro and post the output.

@mnd-dsgn Well, the one interesting info I need is missing in the output. * Does this happen always? * Does it also happen with a development build? -> https://sequelpro.com/test-builds

``` 1 com.sequelpro.SequelPro 0x000000010013dbe3 -[SPConnectionController(SPConnectionHandler) failConnectionWithTitle:errorMessage:detail:rawErrorText:] + 214 ``` is this line: https://github.com/sequelpro/sequelpro/blob/602e11a4143305eac04110b390b035e2a3e1b996/Source/SPConnectionHandler.m#L465 Also in all reported cases the error message seems to be `Connected to host, but unable to...

OK, I can reproduce it. It's a race condition that isn't too easy to trigger manually: * Set a breakpoint on (in `-initiateMySQLConnectionInBackground`): ```objc if ([self database] && ![[self database]...

I've added a fix for this particular crash in b9a2d6c. Sidenote: There are two unretained references to `SPDatabaseDocument` in `SPConnectionController`: `delegate` and `dbDocument`. This may need some additional analysis (although...

@nikoskip, @anths Are you using Macbook Pros with Touch Bar?